correct border attribute for frameset
[squirrelmail.git] / doc / index.html
index 1d3b4d0be536fa27fe6d3e672920b9247dc9288e..d660c8d3a0653a802b2a9018bebadbfa06c8bbfa 100644 (file)
@@ -1,59 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!-- $Id -->
+<HTML><HEAD>
+<TITLE>SquirrelMail Documentation</TITLE>
+</HEAD>
+<BODY>
+
 <h2>SquirrelMail Documentation</h2>
 <p>
 Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
 of all the docs that we have accumulated so far.  Maybe some time in the future we will put
 together a good documentation system.  This is just meant to get you up and running.  If you find
 <h2>SquirrelMail Documentation</h2>
 <p>
 Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
 of all the docs that we have accumulated so far.  Maybe some time in the future we will put
 together a good documentation system.  This is just meant to get you up and running.  If you find
-mistakes, please email them to <a href="lehresma@css.tayloru.edu">lehresma@css.tayloru.edu</a>.
+mistakes, please email them to <a href="luke@squirrelmail.org">luke@squirrelmail.org</a>.
 </p>
 
 
 </p>
 
 
-<ul>
-   <a href="sqimap.php3">SquirrelMail IMAP Functions</a>
-   <ul>
-      These are a collection of functions designed to replace the PHP imap functions so that you
-      don't have to compile in the UW IMAP server into your PHP distrobution.
-   </ul>
-</ul>
-
-<ul>
-   <a href="translating.txt">Translating</a>
-   <ul>
+<dl>
+   <dt><a href="translating.txt">Translating</a></dt>
+   <dd>
       If you would like to make a translation of SquirrelMail, here are some guidelines to help
          you along the way.  These were compiled, thanks to Gustav Foseid. 
       If you would like to make a translation of SquirrelMail, here are some guidelines to help
          you along the way.  These were compiled, thanks to Gustav Foseid. 
-   </ul>
-</ul>
+   </dd>
 
 
-<ul>
-   <a href="tree.txt">The Mailbox Tree</a>
-   <ul>
+  <dt><a href="translating_help.txt">Translating the Help System</a></dt>
+   <dd>
+      We have a rather extensive help system in SquirrelMail now.  This document contains
+      information about translating those help documents.
+   </dd>
+
+  <dt><a href="tree.txt">The Mailbox Tree</a></dt>
+   <dd>
       This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
          This was compiled thanks to Nathan Ehresman.
       This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
          This was compiled thanks to Nathan Ehresman.
-   </ul>
-</ul>
+   </dd>
 
 
-<ul>
-   <a href="addressbook.txt">The Addressbook</a>
-   <ul>
+  <dt><a href="addressbook.txt">The Addressbook</a></dt>
+   <dd>
       This explains how the addressbook works internally.
       This explains how the addressbook works internally.
-   </ul>
-</ul>
+   </dd>
 
 
-<ul>
-   <a href="mime.txt">MIME</a>
-   <ul>
+  <dt><a href="mime.txt">MIME</a></dt>
+   <dd>
       Ever wonder how SquirrelMail handles MIME support?  You need not search
       any longer.  This document gives an overview of how it works and how
       we decode MIME encoded messages.
       Ever wonder how SquirrelMail handles MIME support?  You need not search
       any longer.  This document gives an overview of how it works and how
       we decode MIME encoded messages.
-   </ul>
-</ul>
+   </dd>
+
+   <dt><a href="plugin.txt">Plugins</a></dt>
+   <dd>
+      If you would like to create plugins for SquirrelMail, this is the place
+      to start.  It gives an overview and tells what needs to be in place for
+      all plugins.
+   </dd>
 
 
-<ul>
-   Basic documentation that comes with distrbution:
-   <ul>
+   <dt><a href="themes.txt">Themes</a></dt>
+   <dd>
+      You can create your own color themes and add them in the themes/ directory
+      if you wish.  This describes the format of the theme files.
+   </dd>
+
+   <dt><a href="README.russian_apache">Russian Apache</a></dt>
+   <dd>
+      There are special instructions if you are running Russian Apache.  This
+      document, thanks to Konstantin Riabitsev, will help you out. 
+   </dd>
+
+   <dt>Basic documentation that comes with distrbution:</dt>
+   <dd>
       <a href="../AUTHORS">AUTHORS</a><br>
       <a href="../INSTALL">INSTALL</a><br>
       <a href="../AUTHORS">AUTHORS</a><br>
       <a href="../INSTALL">INSTALL</a><br>
+      <a href="../UPGRADE">UPGRADE</a><br>
       <a href="../README">README</a><br>
       <a href="../COPYING">COPYING</a><br>
       <a href="../ChangeLog">ChangeLog</a><br>
       <a href="../README">README</a><br>
       <a href="../COPYING">COPYING</a><br>
       <a href="../ChangeLog">ChangeLog</a><br>
-   </ul>
-</ul>   
+   </dd>
+</dl>
+
+</BODY>
+</HTML>