r5270: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 10 Jul 2003 20:09:57 +0000 (20:09 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 10 Jul 2003 20:09:57 +0000 (20:09 +0000)
doc/readme.lml

index 555c8f9c730549c191d01fa044315c73dfaed9bd..f534b2501335074c391a20c01de61a855ee904d8 100644 (file)
         ".")
      (li "Demonstration processor included"))
     (:h2 "Prerequisites")
-    
-REREQUISITES
-------------
-
-1. Apache 1.3.x
-2. mod_lisp apache module (http://www.fractalconcept.com)
-3. kmrcl library (http://files.b9.com/kmrcl)
-4. asdf (http://www.sf.net/projects/cclan)
-
-
-SUPPORTED PLATFORMS
--------------------
-  Allegro v6.2
-  Lispworks v4.2
-  SBCL 0.8.1 with sb-thread (multitasking)
-  CMUCL 18e
-
-
-QUICKSTART
-----------
+    (ul
+     (li "Apache 1.3.x")
+     (li "mod_lisp apache module ("
+        ((:a :href "http://www.fractalconcept.com")
+          "http://www.fractalconcept.com")
+        ").")
+     (li "kmrcl library ("
+        ((:a :href "http://files.b9.com/kmrcl")
+          "http://files.b9.com/kmrcl")
+        ").")
+     (li "asdf ("
+        ((:a :href "http://www.sf.net/projects/cclan")
+          "http://www.sf.net/projects/cclan")
+        ")."))
+
+    (:h2 "Supported Platforms")
+    (ul
+     (li "Allegro v6.2")
+     (li "CMUCL 18e")
+     (li "Lispworks v4.2")
+     (li "SBCL 0.8.1 with sb-thread (multi-threading)"))
 
-1. The easiest way to install is to use the Debian GNU/Linux operating
-system. Using the testing or unstable distributions, you can give the
-command:
+    (:h2 "Quickstart")
+    (ul
+     (li "The easiest way to install is to use the Debian GNU/Linux operating system. Using the testing or unstable distributions, you can give the command:")
+     
    apt-get install libapache-mod-lisp cl-modlisp cl-kmrcl
 
 If you are not using Debian, you will need to download and install