NAME
module2treeview.pl
SYNOPSIS
./module2treeview.pl --recursive --htdocs=/path/to/your/document/root/ --store=/srv/www/vhosts/perldoc
module2treeview.pl --module --htdocs --style --size --recursive --help
--module=HTML::Menu::TreeView the name of the modul that should be converted.
--htdocs=/path/to/your/document/root/
--size=16|32|48|64|128 #size of the treeview images
--style=$style|simple
--sort sort the TreeView.
--recursive=1 build documentation for all Perl modules found in your path.
Be carefull with this option it will write a lot of output.
--store /path/to store/Dokumentation
dafault: htdocs path
--prefix=localpath/
--help print this message
DESCRIPTION
modul2treeview converts the pod from a Perl modul to a frame based html Documentation
which makes usage of HTML::Menu::TreeView.
Changes
0.2.4
Fixed pod parser
AUTHOR
Dirk Lindner <dirk.lze@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2007-2019 by Hr. Dirk Lindner
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; 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 Lesser General Public License for more details.