|
|
last edited 15 years ago by Bill Page |
1 2 | ||
Editor:
Time: 2007/11/18 18:03:40 GMT-8 |
||
Note: add $Lisp |
changed: - 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 <a href="uploads/hyper.spad">hyper.spad</a> and <a href="uploads/hyper.lisp">hyper.lisp</a> 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 'http://localhost:8080/|?binomial` `OutputForm|'. Maybe somebody could turn it into a pamphlet? <a href="uploads/hyper.lisp">hyper.lisp</a> <a href="uploads/hyper.spad">hyper.spad</a>
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 http://localhost:8080/|?binomial` `OutputForm|
.
Maybe somebody could turn it into a pamphlet?