NAME

pom2spip - convert POD to SPIP markup text with Pod::POM

SYNOPSIS

pom2spip  MyFile.pod > Myfile.spip

DESCRIPTION

This script uses Pod::POM to convert a Pod document into SPIP markup text.

SPIP is a popular CMS in France and elsewhere, and can be found at http://www.spip.net/.

The last step to be done by hand is to fuse together POD verbatim sections which are separated with blank lines. It could be done easily with the following one liner:

perl -pi -0777e 's!\n<\/code>\n\n<code>\n!\n\n!g' Myfile.spip

AUTHOR

Jérôme FENAL <jfenal@free.fr>

VERSION

This is version 0.03 of pom2spip.

COPYRIGHT

Copyright (C) 2004 Jérôme Fenal. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

For further information please see Pod::POM.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 50:

Non-ASCII character seen before =encoding in 'Jérôme'. Assuming CP1252