renamed .html files to .htm

This commit is contained in:
Roland Gruber 2004-11-01 10:46:40 +00:00
parent bfd44cce86
commit 87dc904627
3 changed files with 18 additions and 11 deletions

View File

@ -11,12 +11,12 @@ These documents are supposed to give developers who want to modify LAM
an overview of the codebase. It focuses mainly on what is done to an overview of the codebase. It focuses mainly on what is done to
generate the HTML output and the most important functions provided by generate the HTML output and the most important functions provided by
the library files.<br> the library files.<br>
<img src="images/lam_overview.png" width="877" height="620" border="0" <img src="images/lam_overview.png" alt="overview" align="middle"
align="middle" alt="overview"><br> border="0" height="620" width="877"><br>
<br> <br>
<div style="text-align: left;"> <div style="text-align: left;">
<table style="text-align: left; width: 100%;" border="0" cellspacing="2" <table style="text-align: left; width: 100%;" border="0" cellpadding="2"
cellpadding="2"> cellspacing="2">
<tbody> <tbody>
<tr> <tr>
<td style="vertical-align: top; width: 33%;"> <td style="vertical-align: top; width: 33%;">
@ -54,16 +54,16 @@ lists</a><br>
<li><a href="file:///daten/cvs/lam/docs/devel/ldap.htm">LDAP <li><a href="file:///daten/cvs/lam/docs/devel/ldap.htm">LDAP
(ldap.inc)</a><br> (ldap.inc)</a><br>
</li> </li>
<li><a href="other_libs.html">other libraries</a></li> <li><a href="other_libs.htm">other libraries</a></li>
<ul> <ul>
<li><a href="other_libs.html#lamdaemon">Lamdaemon</a><br> <li><a href="other_libs.htm#lamdaemon">Lamdaemon</a><br>
</li> </li>
</ul> </ul>
<ul> <ul>
<li><a href="other_libs.html#blowfish">Blowfish</a></li> <li><a href="other_libs.htm#blowfish">Blowfish</a></li>
<li><a href="other_libs.html#cache">LADP cache</a></li> <li><a href="other_libs.htm#cache">LADP cache</a></li>
<li><a href="other_libs.html#lists">Account lists</a></li> <li><a href="other_libs.htm#lists">Account lists</a></li>
<li><a href="other_libs.html#status">Status messages</a><br> <li><a href="other_libs.htm#status">Status messages</a><br>
</li> </li>
</ul> </ul>
</ul> </ul>
@ -76,7 +76,7 @@ lists</a><br>
<li>Account modules</li> <li>Account modules</li>
<li>PDF templates</li> <li>PDF templates</li>
<li><a href="profile_files.htm">Account profiles</a></li> <li><a href="profile_files.htm">Account profiles</a></li>
<li><a href="config_files.html">Configuration profiles</a><br> <li><a href="config_files.htm">Configuration profiles</a><br>
</li> </li>
</ul> </ul>
</td> </td>
@ -84,6 +84,13 @@ lists</a><br>
</tbody> </tbody>
</table> </table>
<br> <br>
<br>
<h2>Howtos</h2>
<ul>
<li><a href="mod_index.htm">Writing account modules</a><br>
</li>
</ul>
<br>
</div> </div>
</div> </div>
</body> </body>