index.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
  3. <!-- $Id$ -->
  4. <html>
  5. <head>
  6. <meta name="robots" content="noindex,nofollow">
  7. <title>SquirrelMail Documentation</title>
  8. </head>
  9. <body text="#000000" bgcolor="#ffffff" link="#0000cc" vlink="#0000cc" alink="#0000cc">
  10. <img src="../images/sm_logo.png" alt="SquirrelMail Logo" width="308" height="111" align="right" />
  11. <h1>SquirrelMail Documentation</h1>
  12. <p>Below is a list of all the documentation that comes in the SquirrelMail
  13. distribution package. Some of it may not be as up to date as what you'll
  14. find in our online manuals, which have better and more current information.
  15. We have manuals for administrators, developers, translators and users.
  16. There is also plenty of content that has been contributed by the community
  17. on our wiki. Links to all these manuals and wikis can be found on our
  18. <a href="http://squirrelmail.org/documentation">documentation page</a></p>
  19. <dl>
  20. <dt><a href="translating.txt">Translating</a></dt>
  21. <dd>
  22. If you would like to make a translation of SquirrelMail, here are some guidelines to help
  23. you along the way. These were compiled, thanks to Gustav Foseid.
  24. </dd>
  25. <dt><a href="translating_help.txt">Translating the Help System</a></dt>
  26. <dd>
  27. We have a rather extensive help system in SquirrelMail. This document contains
  28. information about translating those help documents.
  29. </dd>
  30. <dt><a href="russian_apache.txt">Russian Apache</a></dt>
  31. <dd>
  32. There are special instructions if you are running Russian Apache. This
  33. document, thanks to Konstantin Riabitsev, will help you out.
  34. </dd>
  35. <dt><a href="authentication.txt">Authentication</a></dt>
  36. <dd>
  37. SquirrelMail allows you to log in to your IMAP and SMTP servers using
  38. plaintext, SCRAM, CRAM-MD5 or DIGEST-MD5, as well as use SSL/TLS for
  39. extra security. This document describes how to use this new code,
  40. and the requirements.
  41. </dd>
  42. <dt><a href="presets.txt">Specific IMAP server setups</a></dt>
  43. <dd>
  44. SquirrelMail configuration utility allows adjusting settings for selected
  45. IMAP server with one quick command. D command asks for IMAP server name and
  46. modifies all settings that are specific to selected IMAP server. This
  47. document provides quick description of all IMAP presets.
  48. </dd>
  49. <dt><a href="i18n.txt">SquirrelMail internationalization</a></dt>
  50. <dd>
  51. Some information about SquirrelMail internationalization (interface
  52. translations, time zones, reading emails in different charsets.)
  53. internals.
  54. </dd>
  55. <dt><a href="ie_ssl.txt">Internet Explorer and SSL</a></dt>
  56. <dd>
  57. Information about possible issues in Internet Explorer, when SquirrelMail
  58. is used in SSL enabled webserver.
  59. </dd>
  60. <dt>Basic documentation that comes with distribution:</dt>
  61. <dd>
  62. <a href="AUTHORS">AUTHORS</a> - Who's behind all this?<br />
  63. <a href="INSTALL">INSTALL</a> - Installation instructions<br />
  64. <a href="UPGRADE">UPGRADE</a> - Upgrading instructions<br />
  65. <a href="README">README</a> - Everyone should read this.<br />
  66. <a href="COPYING">COPYING</a> - Licencing of SquirrelMail<br/>
  67. <a href="ChangeLog">ChangeLog</a> - Differences between SquirrelMail
  68. versions.<br />
  69. <a href="ReleaseNotes">ReleaseNotes</a> - SquirrelMail release notes.<br />
  70. <a href="release_notes_archive/">ReleaseNotes archive</a> - Notes for older SquirrelMail versions<br />
  71. </dd>
  72. </dl>
  73. </body>
  74. </html>