X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=doc%2Freadme.html;h=5a4c358a6d4df42c8a12b83107ac25b8408971ad;hp=8f681853446fbb2f9f38c9cd6328f1e65b190e51;hb=c18c02e07944ea56688b4fc350dbdab400f84fe1;hpb=cb034aadb07cc8139b0c4a1a3e11071a1f1b6707 diff --git a/doc/readme.html b/doc/readme.html index 8f68185..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