X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=doc%2Freadme.lml;h=bc73bd4765bb2ceeafaa80e4dbbb56577ceb985c;hp=5e153716722012c036055ab001ec6d947015a1fa;hb=c18c02e07944ea56688b4fc350dbdab400f84fe1;hpb=31bc4b94e02797673ab487d61b5809edd8e8f929 diff --git a/doc/readme.lml b/doc/readme.lml index 5e15371..bc73bd4 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -5,19 +5,19 @@ (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") (h2 "Overview") - (p [,(a :href "http://lml.b9.com" "LML") is a Common Lisp package for generating HTML and XHTML documents. + (p [,(a :href "http://lml.kpe.io" "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://lml.b9.com/").]) + ,(a :href "http://lml.kpe.io/" "http://lml.kpe.io/").]) (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-format " ~D" (* x x)))))) )) (hr) - (p [View this page's ,(a :href "http://lml.b9.com/" "LML") ,(a :href "readme.lml" "source").]) + (p [View this page's ,(a :href "http://lml.kpe.io/" "LML") ,(a :href "readme.lml" "source").]) ))