drop any double spaces since these will be displayed in the title-attribute
[squirrelmail.git] / doc / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <!-- $Id$ -->
3 <html>
4 <head>
5 <meta name="robots" content="noindex,nofollow">
6 <title>SquirrelMail Documentation</title>
7 </head>
8 <body>
9
10 <h1>SquirrelMail Documentation</h1>
11
12 <p>Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
13 of all the docs that we have accumulated so far. Maybe some time in the future we will put
14 together a good documentation system. This is just meant to get you up and running.</p>
15
16
17 <dl>
18 <dt><a href="translating.txt">Translating</a></dt>
19 <dd>
20 If you would like to make a translation of SquirrelMail, here are some guidelines to help
21 you along the way. These were compiled, thanks to Gustav Foseid.
22 </dd>
23
24 <dt><a href="translating_help.txt">Translating the Help System</a></dt>
25 <dd>
26 We have a rather extensive help system in SquirrelMail. This document contains
27 information about translating those help documents.
28 </dd>
29
30 <dt><a href="tree.txt">The Mailbox Tree</a></dt>
31 <dd>
32 This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
33 This was compiled thanks to Nathan Ehresman.
34 </dd>
35
36 <dt><a href="addressbook.txt">The Addressbook</a></dt>
37 <dd>
38 This explains how the addressbook works internally.
39 </dd>
40
41 <dt><a href="mime.txt">MIME</a></dt>
42 <dd>
43 Ever wonder how SquirrelMail handles MIME support? You need not search
44 any longer. This document gives an overview of how it works and how
45 we decode MIME encoded messages.
46 </dd>
47
48 <dt><a href="plugin.txt">Plugins</a></dt>
49 <dd>
50 If you would like to create plugins for SquirrelMail, this is the place
51 to start. It gives an overview and tells what needs to be in place for
52 all plugins.
53 </dd>
54
55 <dt><a href="themes.txt">Themes</a></dt>
56 <dd>
57 You can create your own color themes and add them in the themes/ directory
58 if you wish. This describes the format of the theme files.
59 </dd>
60
61 <dt><a href="README.russian_apache">Russian Apache</a></dt>
62 <dd>
63 There are special instructions if you are running Russian Apache. This
64 document, thanks to Konstantin Riabitsev, will help you out.
65 </dd>
66
67 <dt><a href="authentication.txt">Authentication</a></dt>
68 <dd>
69 SquirrelMail allows you to log in to your IMAP and SMTP servers using
70 plaintext, CRAM-MD5 or DIGEST-MD5, as well as use SSL for extra security.
71 This document describes how to use this new code, and the requirements.
72 </dd>
73
74 <dt><a href="db-backend.txt">Database Backend</a></dt>
75 <dd>
76 SquirrelMail allows you to store user's preferences and address books
77 in database that is compatible with PHP Pear DB libraries. This document
78 describes how to setup database.
79 </dd>
80
81 <dt><a href="presets.txt">Specific IMAP server setups</a></dt>
82 <dd>
83 SquirrelMail configuration utility allows adjusting settings for selected
84 IMAP server with one quick command. D command asks for IMAP server name and
85 modifies all settings that are specific to selected IMAP server. This
86 document provides quick description of all IMAP presets.
87 </dd>
88
89 <dt><a href="i18n.txt">SquirrelMail internationalization</a></dt>
90 <dd>
91 Some information about SquirrelMail internationalization (interface
92 translations, time zones, reading emails in different charsets.)
93 internals.
94 </dd>
95
96 <dt><a href="rfc_documents.txt">RFC documents</a></dt>
97 <dd>
98 Information about protocol standards that are being implemented in
99 SquirrelMail.
100 </dd>
101
102 <dt><a href="ie_ssl.txt">Internet Explorer and SSL</a></dt>
103 <dd>
104 Information about possible issues in Internet Explorer, when SquirrelMail
105 is used in SSL enabled webserver.
106 </dd>
107
108 <dt>Basic documentation that comes with distribution:</dt>
109 <dd>
110 <a href="../AUTHORS">AUTHORS</a> - Who's behind all this?<br />
111 <a href="../INSTALL">INSTALL</a> - Installation instructions<br />
112 <a href="../UPGRADE">UPGRADE</a> - Upgrading instructions<br />
113 <a href="../README">README</a> - Everyone should read this.<br />
114 <a href="../COPYING">COPYING</a> - Licencing of SquirrelMail<br/>
115 <a href="../ChangeLog">ChangeLog</a> - Differences between SquirrelMail
116 versions.<br />
117 <a href="../ReleaseNotes">ReleaseNotes</a> - SquirrelMail release notes.<br />
118 </dd>
119 </dl>
120
121 </body>
122 </html>