X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.html;h=8f681853446fbb2f9f38c9cd6328f1e65b190e51;hb=3ef5aa17b545f5275fece4bb5f6be45124c8d6cc;hp=5c9e51ba363531ddf1e96b6662d13146eb2b69bf;hpb=73631a484a54cfd9596d7610e303295778cf4b11;p=lml.git diff --git a/doc/readme.html b/doc/readme.html index 5c9e51b..8f68185 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -1,6 +1,6 @@ - - -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://lml.b9.com/.

Installation

The easiest way to install LML is to use the Debian @@ -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 LML source.

\ No newline at end of file + (lml-format " ~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