login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBoxHyperDocReplacement revision 1 of 2

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?

hyper.lisp

hyper.spad