https://github.com/iredmail/docs
Documentations for iRedMail.
https://github.com/iredmail/docs
documentation email-server
Last synced: about 1 year ago
JSON representation
Documentations for iRedMail.
- Host: GitHub
- URL: https://github.com/iredmail/docs
- Owner: iredmail
- Created: 2019-09-06T02:35:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T01:26:30.000Z (about 2 years ago)
- Last Synced: 2024-05-21T03:02:49.911Z (about 2 years ago)
- Topics: documentation, email-server
- Language: HTML
- Homepage: https://docs.iredmail.org/
- Size: 32 MB
- Stars: 27
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Please visit [https://docs.iredmail.org/](https://docs.iredmail.org/) to read documents.
- Get support in our forum: [https://forum.iredmail.org/](https://forum.iredmail.org/).
# 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](https://www.iredmail.org/contact.html) to fix it.