r4160: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 5 Mar 2003 04:25:16 +0000 (04:25 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 5 Mar 2003 04:25:16 +0000 (04:25 +0000)
base.lisp
debian/changelog
doc/readme.html

index 4a03e71632aa245ba6cd35bccd957a553d3bad60..20a1677c3abde47a40baef1df288c877d8208e8b 100644 (file)
--- a/base.lisp
+++ b/base.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: base.lisp,v 1.11 2003/02/17 06:48:46 kevin Exp $
+;;;; $Id: base.lisp,v 1.12 2003/03/05 04:25:09 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -49,7 +49,7 @@
   (format *html-output* "~A~%" s))
 
 (defun lml-write-char (char)
-  (write-char char *html-output))
+  (write-char char *html-output*))
 
 (defun lml-print-date (date)
   (lml-princ (date-string date)))
index 7e3c3fd8e753b8cbe9b4f3e46ae296dd1880b1d3..f35ec77a608b7eb8a46160b39608c5bb27266294 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.3.2-1) unstable; urgency=low
+
+  * Fix typo in lml-write-char
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  4 Mar 2003 21:24:53 -0700
+
 cl-lml (2.3.1-1) unstable; urgency=low
 
   * doc/readme.lml: Update with new meta arguents
index 04c09d7e1a5160aa23a12d49556aa358280d0b0a..5e3bb2cad68019738325cc552e9dc1f698c5b80d 100644 (file)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>LML README</title><metacontent="text/html; charset=iso-8859-1" http-equiv="Content-Type"></meta><metaname="Copyright" content="Kevin Rosenberg 2002 <kevin@rosenberg.net>"></meta><metaname="description" content="Lisp Markup Language Documentation"></meta><metaname="author" content="Kevin Rosenberg"></meta><metaname="keywords" content="Common Lisp, HTML, Markup Langauge"></meta></head><body><h1>LML Documentation</h1><h2>Overview</h2><p><ahref="http://lml.b9.com">LML</a> is a Common Lisp package for generating HTML and XHTML documents. 
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head ><title >LML README</title><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" /></head><body ><h1 >LML Documentation</h1><h2 >Overview</h2><p ><a href="http://lml.b9.com">LML</a> is a Common Lisp package for generating HTML and XHTML documents. 
        LML is authored by 
-       <ahref="mailto:kevin@rosenberg.net">Kevin Rosenberg</a>. The home page for LML is
-       <ahref="http://lml.b9.com/">http://lml.b9.com/</a>.</p><h2>Installation</h2><p>The easiest way to install LML is to use the <ahref="http://www.debian.org/">Debian</a>
-       GNU/Linux operating system. You can then use the command <tt>apt-get install cl-lml</tt>
-       to automatically download and install the LML package.</p><p>On a non-Debian system, you need to have either <ahref="http://cclan.sourceforge.net/">ASDF</a>
-          or <ahref="http://www.sourceforge.net/clocc/">mk-defsystem</a>
+       <a href="mailto:kevin@rosenberg.net">Kevin Rosenberg</a>. The home page for LML is
+       <a href="http://lml.b9.com/">http://lml.b9.com/</a>.</p><h2 >Installation</h2><p >The easiest way to install LML is to use the <a href="http://www.debian.org/">Debian</a>
+       GNU/Linux operating system. You can then use the command <tt >apt-get install cl-lml</tt>
+       to automatically download and install the LML package.</p><p >On a non-Debian system, you need to have either <a href="http://cclan.sourceforge.net/">ASDF</a>
+          or <a href="http://www.sourceforge.net/clocc/">mk-defsystem</a>
        installed to load the system definition file. You will need to change the source 
-       pathname in the system file to match the location where you have installed LML.</p><h2>Usage</h2><p>Currently, there is no documentation on the functions provided by LML. However, the source code is
-                  instructive and there are example files included in the LML package.</p><h2>Examples</h2><tableborder="1" cellpadding="3"><tbody><tr><tdcolspan="2" style="color:#000;background-color:#ccc;font-weight:bold;">Iteration</td></tr><tr><td><pre>(i "The square of the first five integers are)"
+       pathname in the system file to match the location where you have installed LML.</p><h2 >Usage</h2><p >Currently, there is no documentation on the functions provided by LML. However, the source code is
+                  instructive and there are example files included in the LML package.</p><h2 >Examples</h2><table border="1" cellpadding="3"><tbody ><tr ><td colspan="2" style="color:#000;background-color:#ccc;font-weight:bold;">Iteration</td></tr><tr ><td ><pre >(i "The square of the first five integers are)"
  (b
    (loop as x from 1 to 5 
      doing
-     (lml-format " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are</i><b> 1 4 9 16 25</b></td></tr></tbody></table><hr /><p>View this page's <ahref="http://lml.b9.com/">LML</a> <ahref="readme.lml">source</a>.</p></body></html>
\ No newline at end of file
+     (lml-format " ~D" (* x x))))</pre></td><td ><i >The square of the first five integers are</i><b > 1 4 9 16 25</b></td></tr></tbody></table><hr  /><p >View this page's <a href="http://lml.b9.com/">LML</a> <a href="readme.lml">source</a>.</p></body></html>
\ No newline at end of file