X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Freadme.html;h=e52a9a71f9aa8aac9c1dd0886026db3725ca056b;hb=6173dc7060bc48670f880a7ddde7c024d210984e;hp=d66268aaf2f55acab272ed5e8748bd2e855b1781;hpb=0338c7108d71df744c3c60b225481a3b849e9b37;p=lml.git diff --git a/doc/readme.html b/doc/readme.html index d66268a..e52a9a7 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -1,9 +1,9 @@ -version="1.0" encoding="iso-8859-1" standalone="yes"?> + -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 @@ version="1.0" encoding="iso-8859-1" standalone="yes"?> (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