r2717: added read macro
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:13:52 +0000 (10:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:13:52 +0000 (10:13 +0000)
doc/readme.lml

index 2509c76de87989299cd6c8e02c9bb1d50955949d..ad003a8cbbba93af89f304d0989fe63fd024b158 100644 (file)
    (body
     (h1 "LML Documentation")
     (h2 "Overview")
-    (p "LML is a Common Lisp package for generating HTML and XHTML documents. "
-       "LML is authored by "
-       (a :href "mailto:kevin@rosenberg.net" "Kevin Rosenberg") ". "
-       "The home page for LML is " 
-       (a :href "http://lml.b9.com/" "http://www.b9.com/") ".")
+    (p [LML is a Common Lisp package for generating HTML and XHTML documents. 
+       LML is authored by 
+       ,(a :href "mailto:kevin@rosenberg.net" "Kevin Rosenberg"). The home page for LML is
+       ,(a :href "http://lml.b9.com/" "http://www.b9.com/").])
     
     (h2 "Installation")
-    (p "The easiest way to install LML is to use the "
-       (a :href "http://www.debian.org/" "Debian")
-       " GNU/Linux operating system. You can then use the command "
-       (tt "apt-get install cl-lml")
-       " to automatically download and install the LML package.")
-    (p "On a non-Debian system, you need to have either "
-       (a :href "http://cclan.sourceforge.net/" "ASDF") " or "
-       (a :href "http://www.sourceforge.net/clocc/" "mk-defsystem")
-       " installed to load the system definition file. You will need to change the source "
-       "pathname in the system file to match the location where you have installed LML.")
+    (p [The easiest way to install LML is to use the ,(a :href "http://www.debian.org/" "Debian")
+       GNU/Linux operating system. You can then use the command ,(tt "apt-get install cl-lml")
+       to automatically download and install the LML package.])
+    (p [On a non-Debian system, you need to have either ,(a :href "http://cclan.sourceforge.net/" "ASDF")
+          or ,(a :href "http://www.sourceforge.net/clocc/" "mk-defsystem")
+       installed to load the system definition file. You will need to change the source 
+       pathname in the system file to match the location where you have installed LML.])
 
     (h2 "Usage")
-    (p "Currently, there is no documentation on the functions provided by LML. "
-       "However, the source code is instructive and there are example files included "
-       "in the LML package.")
+    (p [Currently, there is no documentation on the functions provided by LML. However, the source code is
+                  instructive and there are example files included in the LML package.])
 
     (h2 "Examples")
     (table :border 1 :cellpadding 3
@@ -58,7 +53,5 @@
               (lml-print " ~D" (* x x))))))
       ))
     (hr)
-    (p
-     "View this page's "
-     (a :href "readme.lml" "source"))
+    (p [View this page's ,(a :href "readme.lml" "source").])
       ))