Documentation for iRedMail
Go to file
Zhang Huangbin 43d10fd1f3 Update MUA docs for macOS. 2017-09-01 14:49:54 +08:00
en_US Update MUA docs for macOS. 2017-09-01 14:49:54 +08:00
html Update MUA docs for macOS. 2017-09-01 14:49:54 +08:00
it_IT Show different languages on index page. 2016-10-21 23:53:31 +08:00
lv_LV Show different languages on index page. 2016-10-21 23:53:31 +08:00
tools Fix incorrect file name (/etc/apt/sources.lists -> sources.list). 2016-07-03 14:30:20 +08:00
zh_CN Tyop. 2017-07-31 15:30:05 +08:00
.hgignore Pack all HTML files for offline reading. 2014-10-10 14:17:58 +08:00
README.md Fixed: miss ';' in upgrade.iredmail.0.9.2-0.9.3.html in Nginx config file. 2016-05-12 22:03:14 +08:00
USAGE.md Update MUA docs for macOS. 2017-09-01 14:49:54 +08:00
convert.sh Mention how to upgrade uwsgi (OpenBSD only) and iRedAdmin. 2017-07-03 21:24:02 +08:00

README.md

Please visit http://www.iredmail.org/docs/ to read converted documents in HTML format, get support in our forum: http://www.iredmail.org/forum/.

License

All documents are published under Creative Commons License.

How to translate and contribute

  • Create a new directory and name it to the short language code. for example:
    • de_DE for German
    • zh_CN for Chinese
  • Add file [xx_XX]/_lang.md with the full name of the language. for example:
    • English in en_US/_lang.md
    • Deutsch in de_DE/_lang.md
    • 简体中文 in zh_CN/_lang.md.
  • Copy the markdown document you want to translate to new language directory, create the same sub-directory as original document. For example, to translate en_US/howto/reset.user.password.md to Chinese, please create directory zh_CN/howto/ and copy reset.user.password.md to zh_CN/howto/ (with same file name).
  • Translate the file and send a pull request.

If you found something wrong, even just a grammar error or spelling mistake, please don't hesitate to send us a pull request or contact us to fix it.