NAME
writeat - process pod6 files
SYNOPSIS
writeat -type docbook file.pod6 > file.xml
or writeat [options] [file] -- [render oprions]
[options]:
-help - print help message
-man - print man page
-type - output format (docbook, latex, atom)
-render,-r - use class for render (option -type ignored)
-lang - set language ( default: en )
[file] : filename or - for STDIN
[render options]:
atom:
-baseurl http://example.org - base url for links
-default_publish 1 - publish items without 'published' attr
default: 0.
-set_date '2012-11-27T09:39:18Z' - set time to filter published
atom example:
writeat -t atom -lang en - \
-- -baseurl http://example.org \
-default_publish 0 \
-set_date '2012-11-27T09:39:18Z' < exportatom.pod6
OPTIONS
- -help
-
Print a brief help message and exit
- -man
-
Prints manual page and exit
- -render, -r class
-
use class for render (
-type
ignored)
DESCRIPTION
writeat - process pod6 files
EXAMPLE
writeat -type docbook < book.pod6
AUTHOR
Zahatski Aliaksandr, <zahatski@gmail.com>
COPYRIGHT AND LICENSE
Copyright 2012 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.