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