index.html 2.5 KB

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