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

pom2spip MyFile.pod > Myfile.spip

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

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

This is version 0.03 of pom2spip.

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.

For further information please see Pod::POM.