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

Edit detail for SandBoxHyperDocReplacement revision 2 of 2

1 2
Editor: Bill Page
Time: 2009/11/21 10:11:51 GMT-8
Note: jyperdoc

added:

From BillPage Sat Nov 21 10:11:51 -0800 2009
From: Bill Page
Date: Sat, 21 Nov 2009 10:11:51 -0800
Subject: jyperdoc
Message-ID: <20091121101151-0800@axiom-wiki.newsynthesis.org>

The Axiom web-browser project by Arthur Ralfs and Alfredo Portes:

- http://code.google.com/p/jyperdoc

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

The Axiom web-browser project by Arthur Ralfs and Alfredo Portes: