Here I demonstrate a possible way to start a replacement for HyperDoc. We need a tiny webserver and some code to prepare documentation. To use this code, Make a new directory (for safety), for example: mkdir HyperExp cd HyperExp and copy hyper.spad and hyper.lisp into this directory. Then start axiom: axiom )co hyper.spad )lisp (load "hyper.lisp") SOCKET(8080, getDocumentation$HyperDoc)$Lisp start a WebBrowser and enter the url Maybe somebody could turn it into a pamphlet? jyperdoc --Bill Page, Sat, 21 Nov 2009 10:11:51 -0800 reply The Axiom web-browser project by Arthur Ralfs and Alfredo Portes:
|