################################################################################ # File: .................... /eBay/API/XML/Tools/Doc/README # Original Author: ......... Robert Bradley # Last Modified By: ........ Robert Bradley / Jeff Nokes # Last Modified: ........... 03/30/2007 @ 20:08 # # Description: General information about the generation of HTML equivalent # POD documentation, in relevant SDK library order. # ################################################################################ DESCRIPTION -------------------------------------------------------------------------------- This directory contains a script used to generate the HTML equivalent of the POD documentation that gets auto generated, plus all of the static POD documentation in the modules provided in the package. STEPS FOR POD-2-HTML GENERATION: -------------------------------------------------------------------------------- 1. Change working directory to the location of the script. cd /eBay/API/XML/Tools/Doc 2. Execute the script. perl genhtmldoc.pl 3. Change working directory to the following to view your newly generated HTML POD documentation. cd /eBay/docs Notes: -------------------------------------------------------------------------------- (1) This script assumes you are running on a Unix-like system, it will not work on Windows unless you have the Cygwin environment installed, or other Unix mimicking tools like pwd, find, etc. (2) This script assumes the version of pod2html is using the same version of Perl as your PERLLIB coincides with.