r5195: *** empty log message ***
[lml2.git] / doc / readme.html
1 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns><head><title>LML README</title><meta http-equiv content /><meta name content /><meta name content /><meta name content /><meta name content /></head><body><h1>LML Documentation</h1><h2>Overview</h2><p><a href>LML</a> is a Common Lisp package for generating HTML and XHTML documents.LML is authored by <a href>Kevin Rosenberg</a>. The home page for LML is <a href>http://lml.b9.com/</a>.</p><h2>Installation</h2><p>The easiest way to install LML is to use the <a href>Debian</a> GNU/Linux operating system. You can then use the command <tt>apt-get install cl-lml</tt> to automatically download and install the LML package.</p><p>On a non-Debian system, you need to have <a href>ASDF</a> installed to load the system definition file. You will need to change the source 
4        pathname in the system file to match the location where you have installed LML.</p><h2>Usage</h2><p>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.</p><h2>Examples</h2><table border cellpadding><tbody><tr><td colspan style>Iteration</td></tr><tr><td><pre>(html
5    (:i "The square of the first five integers are: )"
6    (:b
7    (loop as x from 1 to 5 
8      doing
9      (lml-format " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are: </i><b> 1 4 9 16 25</b></td></tr></tbody></table><hr /><p>View this page's <a href>LML</a> <a href>source</a>.</p></body></html>