NAME
pod2ikiwiki - translates POD text to IkiWiki's Markdown format
VERSION
This documentation refers to pod2ikiwiki version 0.0.1.
USAGE
$ pod2ikiwiki [options] < input.pod > output.mdwn
where options are:
- --indent N
-
Set the number of blank spaces for each step of indentation. By default is 4 spaces.
- --no_metadata
-
Disable the scanning of metadata such as the title, author and/or license. By default is enabled.
- --links_base text
-
This option defines a text string for use as a template with the manual pages POD links. The module substitutes the special sequence
%s
with the manual page URL.Examples:
--links_base '[[mypodserver %s]]'
- --formatters list
-
Adds a list of formatters to the accept filter of
=begin
and=for
directives.
DESCRIPTION
This program can be used as a text filter. It translates POD text to IkiWiki text. IkiWiki uses a slighty modified version of Markdown format.
DEPENDENCIES
BUGS AND LIMITATIONS
There are no known bugs in this module. Please report problems to the author. Patches are welcome.
AUTHOR
Victor Moral <victor@taquiones.net>
LICENCE AND COPYRIGHT
Copyright (c) 2008 "Victor Moral" <victor@taquiones.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.