Included in this package is the current version of the doc for 3.5x, with all the import-related pages removed (since they're not used in the libdoc). There are also example scripts that will show you how to generate input for the second stage of the toolkit, on both Windows and Linux. (Note: requires PHP.)
The second stage is easer; in Windows you can just drag+drop the generated input files onto builder.exe, or in Linux you can build a binary and run 'builder <input file name>'.
To get a current snapshot of the doc for any firmware, go to http://silverspring.lan.st/, then copy+paste the link for the firmware you want into a command prompt/shell/whatever for use with wget:
Code: Select all
wget -r <url>
Code: Select all
do <name of the firmware folder>
Here's an example of what I mean, for firmware 1.00. Assume that you start in the 'release' folder.
Code: Select all
wget -r http://silverspring.lan.st/1.00/index.html
mv silverspring.lan.st/1.00 .]
do 1.00
./builder 1.00.input
And... that should be it. Voila, you have a psplibdoc for the firmware of your choice. Example output for 3.5x is here, styled with the display stylesheet included in the SVN.
Sheesh, the explanation is a lot harder than actually doing it...
(download link, in case you missed it)