add header

master
Joey Hess 2008-10-20 16:59:34 -04:00
parent 22ec2912be
commit df22dd5cbd
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
[[!template id=plugin name=highlightcode author="[[sabr]]"]]
[[!tag type/format]]
A small plugin to allow Ikiwiki to display source files complete with syntax highlighting. Files with recognized extensions (i.e. my-file.cpp) are be rendered just like any other Ikiwiki page. You can even edit your source files with Ikiwiki's editor.
It uses the Syntax::Highlight::Engine::Kate Perl module to do the highlighting.