X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.lml;h=70a3b3524ccada1b179b99ad9b054a90d1293e33;hb=1d65cf726cd1f5abf3384c53c8ed82711ee72084;hp=935092e560bfcf1f3ecc43c9e5dd63a9dacdcbf7;hpb=40cdd03a376e692c044065f4dea89c6e186ea10d;p=lml.git diff --git a/doc/readme.lml b/doc/readme.lml index 935092e..70a3b35 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -5,11 +5,11 @@ (page readme (head (title "LML README") - (meta-key :http-equiv "Content-Type" :content "text/html; charset=iso-8859-1") - (meta "Copyright" "Kevin Rosenberg 2002 ") - (meta "description" "Lisp Markup Language Documentation") - (meta "author" "Kevin Rosenberg") - (meta "keywords" "Common Lisp, HTML, Markup Langauge")) + (meta :http-equiv "Content-Type" :content "text/html; charset=iso-8859-1") + (meta :name "Copyright" :content "Kevin Rosenberg 2002 ") + (meta :name "description" :content "Lisp Markup Language Documentation") + (meta :name "author" :content "Kevin Rosenberg") + (meta :name "keywords" :content "Common Lisp, HTML, Markup Langauge")) (body (h1 "LML Documentation") @@ -44,13 +44,13 @@ (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 "http://lml.b9.com/" "LML") ,(a :href "readme.lml" "source").])