index.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <!-- $Id -->
  3. <HTML><HEAD>
  4. <TITLE>SquirrelMail Documentation</TITLE>
  5. </HEAD>
  6. <BODY>
  7. <h2>SquirrelMail Documentation</h2>
  8. <p>
  9. Sorry for the lack of cohesion in the SquirrelMail documentation, but here is a conglomeration
  10. of all the docs that we have accumulated so far. Maybe some time in the future we will put
  11. together a good documentation system. This is just meant to get you up and running. If you find
  12. mistakes, please email them to <a href="luke@squirrelmail.org">luke@squirrelmail.org</a>.
  13. </p>
  14. <dl>
  15. <dt><a href="translating.txt">Translating</a></dt>
  16. <dd>
  17. If you would like to make a translation of SquirrelMail, here are some guidelines to help
  18. you along the way. These were compiled, thanks to Gustav Foseid.
  19. </dd>
  20. <dt><a href="translating_help.txt">Translating the Help System</a></dt>
  21. <dd>
  22. We have a rather extensive help system in SquirrelMail now. This document contains
  23. information about translating those help documents.
  24. </dd>
  25. <dt><a href="tree.txt">The Mailbox Tree</a></dt>
  26. <dd>
  27. This explains the algorithms and arrays behind the mailbox tree used in deleting folders.
  28. This was compiled thanks to Nathan Ehresman.
  29. </dd>
  30. <dt><a href="addressbook.txt">The Addressbook</a></dt>
  31. <dd>
  32. This explains how the addressbook works internally.
  33. </dd>
  34. <dt><a href="mime.txt">MIME</a></dt>
  35. <dd>
  36. Ever wonder how SquirrelMail handles MIME support? You need not search
  37. any longer. This document gives an overview of how it works and how
  38. we decode MIME encoded messages.
  39. </dd>
  40. <dt><a href="plugin.txt">Plugins</a></dt>
  41. <dd>
  42. If you would like to create plugins for SquirrelMail, this is the place
  43. to start. It gives an overview and tells what needs to be in place for
  44. all plugins.
  45. </dd>
  46. <dt><a href="themes.txt">Themes</a></dt>
  47. <dd>
  48. You can create your own color themes and add them in the themes/ directory
  49. if you wish. This describes the format of the theme files.
  50. </dd>
  51. <dt><a href="README.russian_apache">Russian Apache</a></dt>
  52. <dd>
  53. There are special instructions if you are running Russian Apache. This
  54. document, thanks to Konstantin Riabitsev, will help you out.
  55. </dd>
  56. <dt>Basic documentation that comes with distrbution:</dt>
  57. <dd>
  58. <a href="../AUTHORS">AUTHORS</a><br>
  59. <a href="../INSTALL">INSTALL</a><br>
  60. <a href="../UPGRADE">UPGRADE</a><br>
  61. <a href="../README">README</a><br>
  62. <a href="../COPYING">COPYING</a><br>
  63. <a href="../ChangeLog">ChangeLog</a><br>
  64. </dd>
  65. </dl>
  66. </BODY>
  67. </HTML>