NAME

parse_wxwidgets_docs - Generate a wxwidgets POD file from a wxWidgets HTML documentation source

VERSION

version 0.03

SYNOPSIS

# Generates myfullpodname from wx2.8-doc HTML documentation
parse_wxwidgets_docs /usr/share/doc/wx2.8-doc/wx-manual.html/ --pod=myfullpodname

# Generates wxwidgets.pod after downloading from wxwidgets website.
# Defaults to 2.8 at the moment
parse_wxwidgets_docs

DESCRIPTION

This is a simple script to parse WxWidgets HTML documentation into something useful that we can make use of in Padre help system :)

USAGE

parse_wxwidgets_docs [options] [wx-widgets-html-directory]

The optional 'wx-widgets-html-directory' points to the wxwidgets HTML documentation directory. If this is omitted, the script will automatically try to download the HTML documentation from the wxWidgets sourceforge website.

OPTIONS

--pod=filename
wxwidgets POD file name. Defaults to wxwidgets.pod
--verbose
Enabling verbose logging to standard output
--help
Prints out this screen.

AUTHOR

Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Ahmad M. Zawawi.

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