POD

This is only available in trunk, but will be a part of Spunik 0.3.0-alpha-2

Sputnik can be used with POD instead of Markdown.

POD support is provided with LuaPOD, which is included with Sputnik. You will need to install LPEG, however. See Building LuaPOD.

Once you have LPEG installed, you can use LuaPOD. Edit your sputnik_config.lua file (which should be in share/lua/5.1/ under your Sputnik directory), setting

MARKUP_MODULE = "sputnik_markup_pod"

Now go and create some pod pages. Make sure that they start with =pod and end with =cut, e.g.:

=pod

=head2 Sputnik Works with POD

L<Sputnik> now works with L<POD>.

=cut

Note that when used inside Sputnik, LuaPOD interprets L<Name> as wikilinks.

Powered by Sputnik | XHTML 1.1