Add index.html to Development subdir, rename README.russian_apache to
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 24 May 2005 18:49:39 +0000 (18:49 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 24 May 2005 18:49:39 +0000 (18:49 +0000)
russian_apache.txt (why doens't CVS support moves? we need svn!).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9459 7612ce4b-ef26-0410-bec9-ea0150e637f0

INSTALL
doc/Development/index.html [new file with mode: 0644]
doc/index.html
doc/russian_apache.txt [moved from doc/README.russian_apache with 100% similarity]

diff --git a/INSTALL b/INSTALL
index 202668c77efef1281b810b2bf606e40e87d9e89e..9f5bfb23e599a028363f293d4b284d61b41e5baf 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -179,7 +179,7 @@ c. Setting up SquirrelMail
 -------------------
 
   For information on how to make SquirrelMail work with Russian
-  Apache, see the README.russian_apache in the doc/ subdirectory.
+  Apache, see the russian_apache.txt in the doc/ subdirectory.
 
 
 6. TRANSLATIONS
diff --git a/doc/Development/index.html b/doc/Development/index.html
new file mode 100644 (file)
index 0000000..421009a
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!-- $Id$ -->
+<html lang="en_GB">
+<head>
+<meta name="robots" content="noindex,nofollow">
+<title>SquirrelMail - Developer Documentation</title>
+</head>
+<body text="#000000" bgcolor="#ffffff" link="#0000cc" vlink="#0000cc" alink="#0000cc">
+<img src="../../images/sm_logo.png" alt="SquirrelMail Logo" width="308" height="111" align="right" />
+<h1>SquirrelMail Internals</h1>
+
+<p>This dir has some assorted bits of documentation about SquirrelMail internals, useful for
+people that want to change or extend SquirrelMail.</p>
+
+<p>More information about SquirrelMail development can be found on <a href="http://www.squirrelmail.org/">our
+website</a> and via the <a href="mailto:squirrelmail-devel@lists.sourceforge.net">squirrelmail-devel@lists.sourceforge.net</a> mailinglist (requires subscription before you can post).</p>
+
+<p><a href="plugin.txt">Plugin hooks and functions</a></p>
+
+<p><a href="addressbook.txt">Addressbook internals</a></p>
+
+<p><a href="tree.txt">Mailbox tree functions</a></p>
+
+<p><a href="rfc_documents.txt">List of RFC documents used in SquirrelMail</a></p>
+
+<p><a href="mime.txt">MIME bodystructure handling</a></p>
+
+<p><a href="compose.txt">Creating compose links the right way</a></p>
+
+</body>
+</html>
+
index 3367aaf93748d62eb831d4e33b7f1fc959e5b835..083e0a20f9ae8590b411340cf7a5206910d7615e 100644 (file)
@@ -5,14 +5,14 @@
 <meta name="robots" content="noindex,nofollow">
 <title>SquirrelMail Documentation</title>
 </head>
-<body>
+<body text="#000000" bgcolor="#ffffff" link="#0000cc" vlink="#0000cc" alink="#0000cc">
+<img src="../images/sm_logo.png" alt="SquirrelMail Logo" width="308" height="111" align="right" />
 
 <h1>SquirrelMail Documentation</h1>
 
 <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.</p>
-
+of all the docs that we have accumulated so far. We are working on a more comprehensive user
+manual.</p>
 
 <dl>
    <dt><a href="translating.txt">Translating</a></dt>
@@ -27,38 +27,13 @@ together a good documentation system.  This is just meant to get you up and runn
       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.
-   </dd>
-
-  <dt><a href="addressbook.txt">The Addressbook</a></dt>
-   <dd>
-      This explains how the addressbook works internally.
-   </dd>
-
-  <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.
-   </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>
-
    <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>
+   <dt><a href="russian_apache.txt">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.
@@ -93,18 +68,18 @@ together a good documentation system.  This is just meant to get you up and runn
      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><a href="Development/">SquirrelMail Development</a></dt>
+   <dd>
+     Want to code on SquirrelMail? Change behaviour or fix bugs? Create your own
+     plugin? See this set of documentation for some pointers.
+   </dd>
+
    <dt>Basic documentation that comes with distribution:</dt>
    <dd>
       <a href="../AUTHORS">AUTHORS</a> - Who's behind all this?<br />
@@ -115,6 +90,7 @@ together a good documentation system.  This is just meant to get you up and runn
       <a href="../ChangeLog">ChangeLog</a> - Differences between SquirrelMail
       versions.<br />
       <a href="../ReleaseNotes">ReleaseNotes</a> - SquirrelMail release notes.<br />
+      <a href="ReleaseNotes/">ReleaseNotes archive</a> - Notes for older SquirrelMail versions<br />
    </dd>
 </dl>