NAME
IkiWiki::Plugin::syntax::Simple - Simple engine for syntax highlight
VERSION
This documentation refers to IkiWiki::Plugin::syntax::Simple version 0.1
SYNOPSIS
use IkiWiki::Plugin::syntax::Simple;
my $engine = IkiWiki::Plugin::syntax::Simple->new();
my $htmlized_text = $engine->syntax_highlight(
source => q(....),
language => q(pod),
linenumbers => 1,
);
DESCRIPTION
This module provides a simple syntax highlight engine for use with ikiwiki on installations where don't install third party modules.
The code return the source text received without special CSS marks inside with the exception of the PRE
html paragraph.
SUBROUTINES/METHODS
build_plugin_info( )
Returns a hash with information about his capabilities.
can_syntax_from( )
This method returns always true because it don't make any real work with the source.
DIAGNOSTICS
This module don't raise any exceptions.
CONFIGURATION AND ENVIRONMENT
This module don't need any special configuration nor environment.
DEPENDENCIES
BUGS AND LIMITATIONS
There are no known bugs in this module. Please report problems to the author. Patches are welcome.
AUTHOR
Víctor Moral <victor@taquiones.net>
LICENSE AND COPYRIGHT
Copyright (c) 2008 "Víctor Moral" <victor@taquiones.net>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 126:
Non-ASCII character seen before =encoding in 'Víctor'. Assuming UTF-8