From: Kevin M. Rosenberg Date: Thu, 12 Jun 2003 12:13:37 +0000 (+0000) Subject: r5099: Automatic commit for debian_version_2_5_0-1 X-Git-Tag: v2.5.5~88 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=3514038aa33ab0897a2a4402ab4e6e6b2b679e0c r5099: Automatic commit for debian_version_2_5_0-1 --- diff --git a/debian/control b/debian/control index 20cd8bb..9ea9745 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.5.9.0 +Standards-Version: 3.5.10.0 Package: cl-lml Architecture: all diff --git a/doc/readme.html b/doc/readme.html index 5e3bb2c..e147889 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -1,16 +1,16 @@ - -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 - 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 + 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 installed to load the system definition file. You will need to change the source - pathname in the system file to match the location where you have installed LML.

Usage

Currently, there is no documentation on the functions provided by LML. However, the source code is - instructive and there are example files included in the LML package.

Examples

Iteration
(i "The square of the first five integers are)"
+       pathname in the system file to match the location where you have installed LML.

Usage

Currently, there is no documentation on the functions provided by LML. However, the source code is + instructive and there are example files included in the LML package.

Examples

Iteration
(i "The square of the first five integers are)"
  (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