r2723: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:34:36 +0000 (10:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:34:36 +0000 (10:34 +0000)
doc/readme.html
doc/readme.lml

index f86eb24cc7a6c2affd9f6469f2790426c478159f..e52a9a71f9aa8aac9c1dd0886026db3725ca056b 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><title>LML README</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta><meta content="Kevin Rosenberg 2002 <kevin@rosenberg.net>" name="Copyright"></meta><meta content="Lisp Markup Language Documentation" name="description"></meta><meta content="Kevin Rosenberg" name="author"></meta><meta content="Common Lisp, HTML, Markup Langauge" name="keywords"></meta></head><body><h1>LML Documentation</h1><h2>Overview</h2><p>LML is a Common Lisp package for generating HTML and XHTML documents. 
+<html xmlns="http://www.w3.org/1999/xhtml"><head><title>LML README</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta><meta content="Kevin Rosenberg 2002 <kevin@rosenberg.net>" name="Copyright"></meta><meta content="Lisp Markup Language Documentation" name="description"></meta><meta content="Kevin Rosenberg" name="author"></meta><meta content="Common Lisp, HTML, Markup Langauge" name="keywords"></meta></head><body><h1>LML Documentation</h1><h2>Overview</h2><p><a href="http://lml.b9.com">LML</a> is a Common Lisp package for generating HTML and XHTML documents. 
        LML is authored by 
        <a href="mailto:kevin@rosenberg.net">Kevin Rosenberg</a>. The home page for LML is
-       <a href="http://lml.b9.com/">http://www.b9.com/</a>.</p><h2>Installation</h2><p>The easiest way to install LML is to use the <a href="http://www.debian.org/">Debian</a>
+       <a href="http://lml.b9.com/">http://lml.b9.com/</a>.</p><h2>Installation</h2><p>The easiest way to install LML is to use the <a href="http://www.debian.org/">Debian</a>
        GNU/Linux operating system. You can then use the command <tt>apt-get install cl-lml</tt>
        to automatically download and install the LML package.</p><p>On a non-Debian system, you need to have either <a href="http://cclan.sourceforge.net/">ASDF</a>
           or <a href="http://www.sourceforge.net/clocc/">mk-defsystem</a>
@@ -13,4 +13,4 @@
  (b
    (loop as x from 1 to 5 
      doing
-     (lml-print " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are</i><b> 1 4 9 16 25</b></td></tr></tbody></table><hr /><p>View this page's <a href="readme.lml">source</a>.</p></body></html>
\ No newline at end of file
+     (lml-print " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are</i><b> 1 4 9 16 25</b></td></tr></tbody></table><hr /><p>View this page's <a href="http://lml.b9.com/">LML</a> <a href="readme.lml">source</a>.</p></body></html>
\ No newline at end of file
index ad003a8cbbba93af89f304d0989fe63fd024b158..935092e560bfcf1f3ecc43c9e5dd63a9dacdcbf7 100644 (file)
    (body
     (h1 "LML Documentation")
     (h2 "Overview")
-    (p [LML is a Common Lisp package for generating HTML and XHTML documents. 
+    (p [,(a :href "http://lml.b9.com" "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/").])
+       ,(a :href "http://lml.b9.com/" "http://lml.b9.com/").])
     
     (h2 "Installation")
     (p [The easiest way to install LML is to use the ,(a :href "http://www.debian.org/" "Debian")
@@ -53,5 +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 "http://lml.b9.com/" "LML") ,(a :href "readme.lml" "source").])
       ))