r4058: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 17 Feb 2003 07:06:29 +0000 (07:06 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 17 Feb 2003 07:06:29 +0000 (07:06 +0000)
debian/changelog
doc/readme.lml

index 0a04c70f2bc8842787c573320e4cd6f3ed6664da..7e3c3fd8e753b8cbe9b4f3e46ae296dd1880b1d3 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.3.1-1) unstable; urgency=low
+
+  * doc/readme.lml: Update with new meta arguents
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 17 Feb 2003 00:04:52 -0700
+
 cl-lml (2.3.0-1) unstable; urgency=low
 
   * Change definition of link/meta 
index 5e153716722012c036055ab001ec6d947015a1fa..70a3b3524ccada1b179b99ad9b054a90d1293e33 100644 (file)
@@ -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 <kevin@rosenberg.net>")
-    (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 <kevin@rosenberg.net>")
+    (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")