X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=doc%2Freadme.lml;h=0d308b9406d0c19fa8b63ae0e88a71611f4619bc;hp=5be2b43cdc70e03c7409c5028be408bdfa57ede2;hb=f6fab048b73e0b2d1deb2c3c93703fdacf4b5e22;hpb=89cf1a9e0c28e8e4707f5541b831b5025f953956 diff --git a/doc/readme.lml b/doc/readme.lml index 5be2b43..0d308b9 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -16,20 +16,25 @@ (:h1 "LML2 Documentation") (:h2 "Overview") (:p - ((:a :href "http://lml2.b9.com") "LML2") + ((:a :href "http://lml2.kpe.io") "LML2") " is a Common Lisp package for generating HTML and XHTML documents." " LML2 is based on:") (:ul - (:li ((:a :href "http://lml.b9.com") "LML") " by " + (:li ((:a :href "http://lml.kpe.io") "LML") " by " ((:a :href "mailto:kevin@rosenberg.net") "Kevin Rosenberg")) (:li "htmlgen by " ((:a :href "http://www.franz.com") "Franz, Inc."))) (:p "The home page for LML2 is " - ((:a :href "http://lml2.b9.com/") "http://lml2.b9.com/") + ((:a :href "http://lml2.kpe.io/") "http://lml2.kpe.io/") ".") + + (:h2 "Prerequisites") + (:ul + (:li ((:a :href "http://cliki.net/asdf") "ASDF")) + (:li ((:a :href "http://cliki.net/kmrcl") "KMRCL"))) (:h2 "Differences between LML2 and LML") (:p "The syntax and HTML generation for LML2 are based on Franz's htmlgen macro. Personally, I like the syntax of LML better than LML2, but there are advantages of Franz's approach:") @@ -45,7 +50,8 @@ (:li "Removal of the if* macro from the htmlgen.lisp source code") (:li "Incorporation of LML's standard site macro and other helper functions.") (:li "Addition of special attribute tags (:if :when :optional :format :format") - (:li "Automatic quoting of attribute values for non-string values")) + (:li "Automatic quoting of attribute values for non-string values") + (:li "Post macroexpansion code walker to collape sequential write-string calls")) (:h2 "Installation") (:p @@ -85,7 +91,7 @@ :hr (:p "View this page's " - ((:a :href "http://lml2.b9.com/") "LML2") + ((:a :href "http://lml2.kpe.io/") "LML2") " " ((:a :href "readme.lml") "source") ".")