From: Kevin M. Rosenberg Date: Wed, 25 Jun 2003 21:39:19 +0000 (+0000) Subject: r5204: *** empty log message *** X-Git-Tag: v2.5.5~62 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=24f5ed2cd7a19dc29413039090d8e6aa79afdb24 r5204: *** empty log message *** --- diff --git a/2/doc/readme.lml b/2/doc/readme.lml index 3989b9b..e4fd90b 100644 --- a/2/doc/readme.lml +++ b/2/doc/readme.lml @@ -31,18 +31,19 @@ ((:a :href "http://lml2.b9.com/") "http://lml2.b9.com/") ".") - (:h2 "Differences between LML and LML2") + (: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:") (:ul (:li "Faster compilation and runtime HTML generation") (:li "Behavior of tags is extensible")) - (:h2 "Differences between htmlgen and LML2") + (:h2 "Differences between LML2 and htmlgen") (:ul (:li "LML2 is XHTML compatible with close tags so that (html :hr) now produces '<hr />'") (:li "Lowercase tag names so that (html ((:p class 'a))) now produces '<p class=\"a\"></p>") (:li "Addition of new tags such as :insert-file, :nbsp, :jscript") - (:li "Removal of the if* macro from the htmlgen.lisp source code")) + (:li "Removal of the if* macro from the htmlgen.lisp source code") + (:li "Incorporation of LML's standard site macro and other helper functions.")) (:h2 "Installation") (:p