From 77180a756d97ef3a08d1029eccb8e8ec9e780a35 Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 24 May 2005 18:49:39 +0000 Subject: [PATCH] Add index.html to Development subdir, rename README.russian_apache to 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 | 2 +- doc/Development/index.html | 32 +++++++++++++ doc/index.html | 48 +++++-------------- ...ADME.russian_apache => russian_apache.txt} | 0 4 files changed, 45 insertions(+), 37 deletions(-) create mode 100644 doc/Development/index.html rename doc/{README.russian_apache => russian_apache.txt} (100%) diff --git a/INSTALL b/INSTALL index 202668c7..9f5bfb23 100644 --- 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 index 00000000..421009a3 --- /dev/null +++ b/doc/Development/index.html @@ -0,0 +1,32 @@ + + + + + +SquirrelMail - Developer Documentation + + +SquirrelMail Logo +

SquirrelMail Internals

+ +

This dir has some assorted bits of documentation about SquirrelMail internals, useful for +people that want to change or extend SquirrelMail.

+ +

More information about SquirrelMail development can be found on our +website and via the squirrelmail-devel@lists.sourceforge.net mailinglist (requires subscription before you can post).

+ +

Plugin hooks and functions

+ +

Addressbook internals

+ +

Mailbox tree functions

+ +

List of RFC documents used in SquirrelMail

+ +

MIME bodystructure handling

+ +

Creating compose links the right way

+ + + + diff --git a/doc/index.html b/doc/index.html index 3367aaf9..083e0a20 100644 --- a/doc/index.html +++ b/doc/index.html @@ -5,14 +5,14 @@ SquirrelMail Documentation - + +SquirrelMail Logo

SquirrelMail Documentation

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.

- +of all the docs that we have accumulated so far. We are working on a more comprehensive user +manual.

Translating
@@ -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. -
The Mailbox Tree
-
- This explains the algorithms and arrays behind the mailbox tree used in deleting folders. - This was compiled thanks to Nathan Ehresman. -
- -
The Addressbook
-
- This explains how the addressbook works internally. -
- -
MIME
-
- 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. -
- -
Plugins
-
- 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. -
-
Themes
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.
-
Russian Apache
+
Russian Apache
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.
-
RFC documents
-
- Information about protocol standards that are being implemented in - SquirrelMail. -
-
Internet Explorer and SSL
Information about possible issues in Internet Explorer, when SquirrelMail is used in SSL enabled webserver.
+
SquirrelMail Development
+
+ Want to code on SquirrelMail? Change behaviour or fix bugs? Create your own + plugin? See this set of documentation for some pointers. +
+
Basic documentation that comes with distribution:
AUTHORS - Who's behind all this?
@@ -115,6 +90,7 @@ together a good documentation system. This is just meant to get you up and runn ChangeLog - Differences between SquirrelMail versions.
ReleaseNotes - SquirrelMail release notes.
+ ReleaseNotes archive - Notes for older SquirrelMail versions
diff --git a/doc/README.russian_apache b/doc/russian_apache.txt similarity index 100% rename from doc/README.russian_apache rename to doc/russian_apache.txt -- 2.25.1