added other libraries

This commit is contained in:
Roland Gruber 2004-10-03 20:29:03 +00:00
parent 5052665661
commit 5aaab188d9
2 changed files with 42 additions and 5 deletions

View File

@ -54,12 +54,16 @@ lists</a><br>
<li><a href="file:///daten/cvs/lam/docs/devel/ldap.htm">LDAP
(ldap.inc)</a><br>
</li>
<li>other libraries</li>
<li><a href="other_libs.html">other libraries</a></li>
<ul>
<li>Blowfish</li>
<li>Cache</li>
<li>Lists</li>
<li>Status messages<br>
<li><a href="other_libs.html#lamdaemon">Lamdaemon</a><br>
</li>
</ul>
<ul>
<li><a href="other_libs.html#blowfish">Blowfish</a></li>
<li><a href="other_libs.html#cache">LADP cache</a></li>
<li><a href="other_libs.html#lists">Account lists</a></li>
<li><a href="other_libs.html#status">Status messages</a><br>
</li>
</ul>
</ul>

View File

@ -0,0 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-15"
http-equiv="content-type">
<title>Other libraries</title>
<link rel="stylesheet" type="text/css" href="style/layout.css">
</head>
<body>
<h1 style="text-align: center;">Other libraries<br>
</h1>
<br>
<h2><a name="lamdaemon"></a>Lamdaemon (lamdaemon.pl)<br>
</h2>
<h2><a name="blowfish"></a>Blowfish (blowfish.inc)</h2>
If MCrypt is not available LAM uses the Blowfish algorithm to store
sensitive data in the session file.<br>
This file was copied from the <span style="font-style: italic;">Horde</span>
project and modified to fit LAM's needs.<br>
<br>
<h2><a name="cache"></a>LDAP cache (cache.inc)</h2>
<br>
<h2><a name="lists"></a>Account lists (lists.inc)</h2>
This file provides basic functions used by the account lists. They
cover major parts of the HTML output.<br>
There is also one list of LDAP attribute descriptions per account type.
They allow to have translated descriptions of the most common
attributes.<br>
<br>
<h2><a name="status"></a>Status messages (status.inc)<br>
</h2>
</body>
</html>