Some cleanup.
[squirrelmail.git] / doc / index.html
index bb570dfbb6b53f10df49057648b99bdd68169a4a..245e24ce2db2f45a0657318481a81e4f8de984a8 100644 (file)
@@ -3,24 +3,72 @@
 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>
 
 
 <ul>
-   <a href="message_array.html">Message Array Format</a>
+   <a href="translating.txt">Translating</a>
    <ul>
-      When reading in a message from a mailbox, SquirrelMail shoves all the infomation into a
-      large array.  I have attempted to map out that array.  I have done my best to make this
-      accurate, but there probably are some inacuracies somewhere.
+      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>
 
 <ul>
-   <a href="sqimap.php3">SquirrelMail IMAP Functions</a>
+   <a href="translating_help.txt">Translating the Help System</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.
+      We have a rather extensive help system in SquirrelMail now.  This document contains
+      information about translating those help documents.
+   </ul>
+</ul>
+
+<ul>
+   <a href="tree.txt">The Mailbox Tree</a>
+   <ul>
+      This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
+         This was compiled thanks to Nathan Ehresman.
+   </ul>
+</ul>
+
+<ul>
+   <a href="addressbook.txt">The Addressbook</a>
+   <ul>
+      This explains how the addressbook works internally.
+   </ul>
+</ul>
+
+<ul>
+   <a href="mime.txt">MIME</a>
+   <ul>
+      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>
+
+<ul>
+   <a href="plugin.txt">Plugins</a>
+   <ul>
+      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.
+   </ul>
+</ul>
+
+<ul>
+   <a href="themes.txt">Themes</a>
+   <ul>
+      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.
+   </ul>
+</ul>
+
+<ul>
+   <a href="README.russian_apache">Russian Apache</a>
+   <ul>
+      There are special instructions if you are running Russian Apache.  This
+      document, thanks to Konstantin Riabitsev, will help you out. 
    </ul>
 </ul>
 
@@ -29,6 +77,7 @@ mistakes, please email them to <a href="lehresma@css.tayloru.edu">lehresma@css.t
    <ul>
       <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>