Fix a small bug when displaying less messages than the page max.
[squirrelmail.git] / doc / index.html
index 4a9a66cf758ecc5e43cea33bc46281726005930a..3367aaf93748d62eb831d4e33b7f1fc959e5b835 100644 (file)
@@ -2,6 +2,7 @@
 <!-- $Id$ -->
 <html>
 <head>
+<meta name="robots" content="noindex,nofollow">
 <title>SquirrelMail Documentation</title>
 </head>
 <body>
@@ -70,16 +71,52 @@ together a good documentation system.  This is just meant to get you up and runn
      This document describes how to use this new code, and the requirements.
    </dd>
 
-   <dt>Basic documentation that comes with distrbution:</dt>
+   <dt><a href="db-backend.txt">Database Backend</a></dt>
+   <dd>
+     SquirrelMail allows you to store user's preferences and address books
+     in database that is compatible with PHP Pear DB libraries. This document
+     describes how to setup database.
+   </dd>
+
+   <dt><a href="presets.txt">Specific IMAP server setups</a></dt>
+   <dd>
+     SquirrelMail configuration utility allows adjusting settings for selected
+     IMAP server with one quick command. D command asks for IMAP server name and
+     modifies all settings that are specific to selected IMAP server. This
+     document provides quick description of all IMAP presets.
+   </dd>
+
+   <dt><a href="i18n.txt">SquirrelMail internationalization</a></dt>
+   <dd>
+     Some information about SquirrelMail internationalization (interface
+     translations, time zones, reading emails in different charsets.)
+     internals.
+   </dd>
+
+   <dt><a href="rfc_documents.txt">RFC documents</a></dt>
+   <dd>
+     Information about protocol standards that are being implemented in
+     SquirrelMail.
+   </dd>
+
+   <dt><a href="ie_ssl.txt">Internet Explorer and SSL</a></dt>
+   <dd>
+     Information about possible issues in Internet Explorer, when SquirrelMail
+     is used in SSL enabled webserver.
+   </dd>
+
+   <dt>Basic documentation that comes with distribution:</dt>
    <dd>
       <a href="../AUTHORS">AUTHORS</a> - Who's behind all this?<br />
       <a href="../INSTALL">INSTALL</a> - Installation instructions<br />
       <a href="../UPGRADE">UPGRADE</a> - Upgrading instructions<br />
       <a href="../README">README</a> - Everyone should read this.<br />
       <a href="../COPYING">COPYING</a> - Licencing of SquirrelMail<br/>
-      <a href="../ChangeLog">ChangeLog</a> - Differences between SquirrelMail versions.<br />
+      <a href="../ChangeLog">ChangeLog</a> - Differences between SquirrelMail
+      versions.<br />
+      <a href="../ReleaseNotes">ReleaseNotes</a> - SquirrelMail release notes.<br />
    </dd>
 </dl>
 
 </body>
-</html>
\ No newline at end of file
+</html>