X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.html;h=1ecccadf53f22f09b02938bffbb4cf9044f8d14d;hb=9eae49f2a3f91d94f82fc1d4bb1b9b29e79c69fb;hp=5c9e51ba363531ddf1e96b6662d13146eb2b69bf;hpb=73631a484a54cfd9596d7610e303295778cf4b11;p=lml.git diff --git a/doc/readme.html b/doc/readme.html index 5c9e51b..1ecccad 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