"Alfredo Portes" <[EMAIL PROTECTED]> writes:

> On 4/21/07, Jay Belanger <[EMAIL PROTECTED]> wrote:
> 
> > > I just uploaded a tiny toy hyperdoc replacement on MathAction:
> > >
> > > http://wiki.axiom-developer.org/SandBoxHyperDocReplacement
> >
> > For knuckledraggers such as myself, could some more detail on how to
> > start this be added to the page?  How should I load the lisp code, for
> > example?  How should the spad code be loaded?
> 
> Yes, please Martin or Bill.

Make a new directory (for safety), for example

  mkdir HyperExp
  cd HyperExp

Click on "edit" in

  http://wiki.axiom-developer.org/SandBoxHyperDocReplacement

Copy & paste everything between \begin{lisp}...\end{lisp} into a file, say

  hyper.lisp

Copy & paste everything between \begin{spad}...\end{spad} into a file, say

  hyper.spad

start axiom:

  axiom
  )co hyper.spad
  )lisp (load "hyper.lisp")

  SOCKET(8080, getDocumentation$HyperDoc)

start a WebBrowser and enter the url http://localhost/|?binomial|

Martin

(added also to the page)



_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to