X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.html;h=e52a9a71f9aa8aac9c1dd0886026db3725ca056b;hb=40cdd03a376e692c044065f4dea89c6e186ea10d;hp=f86eb24cc7a6c2affd9f6469f2790426c478159f;hpb=66d8ad0a82065df557519dca41eda88d173c6639;p=lml.git 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