ScreenShot is here.(Japanese blog. 日本語の使い方もこちらで。)
Download URL is http://cid-23a9a25e1aec3626.skydrive.li ... P-help.zip
Usage: newlisp newLISP-help.lsp [directory | -URL | -URL=xxx.html] [yyy.ini] [zzz.hlp]
directoy is the directory of newlisp_manual.html.
xxx.html is the url or file for reading.
yyy.ini is the initial file for Window's position and size with yyy.hlp.
zzz.hlp is the function reference data file.
and examples:
Code: Select all
newlips newLISP-help.lsp
newlips newLISP-help.lsp /usr/share/newlisp
newlips newLISP-help.lsp -URL=/usr/share/newlisp/newlisp_manual.html <- same as the usage above.
newlips newLISP-help.lsp -URL <- The latest reference is always shown.
newlips newLISP-help.lsp -URL=http://www.newlisp.org/downloads/newlisp_manual.html <- same as the usage above.
newlips newLISP-help.lsp guiserver.hlp <- GUI Funcion Reference showing.
newlips newLISP-help.lsp newlisp.ini <- Firstly, newlisp.ini and newlisp.hlp are created. At next time, Function Reference and Window's position and size are recoverd.
I welcome any advice, i.e. usage, code technique, mistake, etc.