21 lines
396 B
HTML
21 lines
396 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>LLADD Home Page</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<p>LLADD is the working name of a project to provide AIRES-style
|
||
|
functionality in a modular way.</p>
|
||
|
|
||
|
<p>Documentation</p>
|
||
|
<ul>
|
||
|
<li><a href="api/html/index.html">User Guide (API)</a></li>
|
||
|
<li><a href="developers/html/index.html">Documentation of LLADD's internals</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<hr>
|
||
|
<small><i>$Id$</i></small>
|
||
|
</body>
|
||
|
</html>
|
||
|
|