diff --git a/README.md b/README.md index 736c62e6..9b17cdad 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to * [Store SpamAssassin bayes in SQL](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/store.spamassassin.bayes.in.sql.md) # Third-party integrations * [Integrate Microsoft Active Directory in iRedMail](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/active.directory.md) -* [SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/sogo-centos-6-mysql.md) +* [SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/sogo-centos-6-mysql.md) * [Enabling Apache Solr 4.10 (using jetty) with Dovecot 2.2 for fulltext search results on Centos 6 (iRedMail compatible)](https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/) # Cluster * [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS ](https://bitbucket.org/zhb/docs.iredmail.org/src/default/cluster/full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.md) +* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS](http://pastebin.com/JcYeQBrX), contributed by Joshua Boniface. # Backup and Restore * [Migrate iRedAdmin open source edition to iRedAdmin-Pro](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.or.upgrade.iredadmin.md) * [Migrate old iRedMail server to the latest stable release](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.to.new.iredmail.server.md) diff --git a/cluster/_links.md b/cluster/_links.md new file mode 100644 index 00000000..0bc8cacf --- /dev/null +++ b/cluster/_links.md @@ -0,0 +1 @@ +* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS](http://pastebin.com/JcYeQBrX), contributed by Joshua Boniface. diff --git a/convert.sh b/convert.sh index 30dc62cd..0d6e4261 100644 --- a/convert.sh +++ b/convert.sh @@ -25,7 +25,7 @@ strip_name_prefix() echo "${name}" } -# Chapter directories in specific order +# Chapter directories in specified order all_chapter_dirs="installation \ howto \ integrations \ @@ -61,12 +61,13 @@ for chapter_dir in ${all_chapter_dirs}; do if [ -f ${_title_md} ]; then # generate index info of chapter _chapter_title="$(cat ${_title_md})" - echo -e "# ${_chapter_title}" >> ${INDEX_MD} + echo -e "### ${_chapter_title}" >> ${INDEX_MD} echo -e "# ${_chapter_title}" >> ${README_MD} if [ -f ${_summary_md} ]; then - echo -e "$(cat ${_title_md})" >> ${INDEX_MD} - echo -e "$(cat ${_title_md})" >> ${README_MD} + _chapter_summary="$(cat ${_summary_md})" + echo -e "${_chapter_summary}" >> ${INDEX_MD} + echo -e "${_chapter_summary}" >> ${README_MD} fi fi diff --git a/html/index.html b/html/index.html index 16d73750..ce2d0044 100644 --- a/html/index.html +++ b/html/index.html @@ -9,11 +9,11 @@

We're working on migrating old wiki documents to Markdown format for easier maintenance.

-

Install iRedMail

+

Install iRedMail

-

How to

+

How to

-

Third-party integrations

+

Third-party integrations

-

Cluster

+

Cluster

-

Backup and Restore

+

Backup and Restore

-

Troubleshooting and Debug

+

Troubleshooting and Debug

-

Frequently Asked Questions

+

Frequently Asked Questions


If you found something wrong in this document, please do contact us to fix it.

\ No newline at end of file diff --git a/html/sogo-centos-6-mysql.html b/html/sogo-centos-6-mysql.html index b83ce900..36597526 100644 --- a/html/sogo-centos-6-mysql.html +++ b/html/sogo-centos-6-mysql.html @@ -1,7 +1,7 @@ - SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend) + SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend) @@ -10,10 +10,10 @@ iRedMail web site // Document Index -

SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)

+

SOGo: install SOGo on CentOS 6 with iRedMail (MySQL backend)

+

NOTE: this is still a draft and incomplete tutorial.

Requirements