X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.lml;h=5e153716722012c036055ab001ec6d947015a1fa;hb=dc3d60708af336b85c4766dc5a3aefd1a82b278d;hp=ad003a8cbbba93af89f304d0989fe63fd024b158;hpb=69081a4f05838cfcbf00df06edfa63aec044a83a;p=lml.git diff --git a/doc/readme.lml b/doc/readme.lml index ad003a8..5e15371 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -14,10 +14,10 @@ (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") @@ -44,14 +44,14 @@ (b (loop as x from 1 to 5 doing - (lml-print \" ~D\" (* x x))))")) + (lml-format \" ~D\" (* x x))))")) (td (i "The square of the first five integers are") (b (loop as x from 1 to 5 doing - (lml-print " ~D" (* x x)))))) + (lml-format " ~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").]) ))