This directory contains an example converted from PHP scripts which Peter Hatch had on his mojowire.com site, primarily as a proof of capability. This makes extensive use of methods defined on the page.

If you are browsing this page by visiting the "default" web site, you can run this example by clicking on the link below. Otherwise, please consult web/gettingstarted.txt for instructions on starting up the server. Then run the example with the following URL in the web browser

   http://localhost:8008/phpexampleswithmethods/document-viewer.ssp

document-viewer.ssp
+ doc_convert.ssp

This was a word to html converter, which used an external program. The converted version is an html to html converter, which was easier to write and had fewer external dependencies :-).

Note:
The script hard-codes a list of directories from which documents will be listed. This currently defaults to ../web/demo/toyzinc, which probably contains only the readme for the toyzinc example.