X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.html;h=51fa64dd4dd0c52ebb09baf33b6c12331baa0430;hb=HEAD;hp=4cc97b9197f45c6a06911391d8b70a3949fbcaf6;hpb=005bb058404548a5ff854f1308f1922da0a3ef2d;p=lml.git diff --git a/doc/readme.html b/doc/readme.html index 4cc97b9..5a4c358 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://lml.b9.com/.

Installation

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

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-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 + (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