From 40cdd03a376e692c044065f4dea89c6e186ea10d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 10:34:36 +0000 Subject: [PATCH] r2723: Auto commit for Debian build --- doc/readme.html | 6 +++--- doc/readme.lml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/readme.html b/doc/readme.html index f86eb24..e52a9a7 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -1,9 +1,9 @@ -LML README

LML Documentation

Overview

LML is a Common Lisp package for generating HTML and XHTML documents. +LML README

LML Documentation

Overview

LML is a Common Lisp package for generating HTML and XHTML documents. LML is authored by Kevin Rosenberg. The home page for LML is - http://www.b9.com/.

Installation

The easiest way to install LML is to use the Debian + http://lml.b9.com/.

Installation

The easiest way to install LML is to use the Debian GNU/Linux operating system. You can then use the command apt-get install cl-lml to automatically download and install the LML package.

On a non-Debian system, you need to have either ASDF or mk-defsystem @@ -13,4 +13,4 @@ (b (loop as x from 1 to 5 doing - (lml-print " ~D" (* x x))))The square of the first five integers are 1 4 9 16 25


View this page's source.

\ No newline at end of file + (lml-print " ~D" (* x x))))The square of the first five integers are 1 4 9 16 25

View this page's LML source.

\ No newline at end of file diff --git a/doc/readme.lml b/doc/readme.lml index ad003a8..935092e 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -14,10 +14,10 @@ (body (h1 "LML Documentation") (h2 "Overview") - (p [LML is a Common Lisp package for generating HTML and XHTML documents. + (p [,(a :href "http://lml.b9.com" "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://www.b9.com/").]) + ,(a :href "http://lml.b9.com/" "http://lml.b9.com/").]) (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-print " ~D" (* x x)))))) )) (hr) - (p [View this page's ,(a :href "readme.lml" "source").]) + (p [View this page's ,(a :href "http://lml.b9.com/" "LML") ,(a :href "readme.lml" "source").]) )) -- 2.34.1