From e35d6c1cc82e37750480c6040054ec20a14fb87b Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 6 Oct 2014 22:47:07 +0800 Subject: [PATCH] Add link of an external article: Enabling Apache Solr 4.10 (using jetty) with Dovecot 2.2 for fulltext search results on Centos 6 (iRedMail compatible). --- README.md | 1 + convert.sh | 10 ++++++++++ html/index.html | 1 + integrations/_links.md | 1 + 4 files changed, 13 insertions(+) create mode 100644 integrations/_links.md diff --git a/README.md b/README.md index 36dd815f..7e498870 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ 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. * [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) +* [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 solutions * [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) # Backup, restore and migration diff --git a/convert.sh b/convert.sh index c1632c84..78e721d9 100644 --- a/convert.sh +++ b/convert.sh @@ -54,6 +54,7 @@ for chapter_dir in ${all_chapter_dirs}; do #chapter_dir_in_article="$(strip_name_prefix ${chapter_dir})" #_output_chapter_dir="${OUTPUT_DIR}/${chapter_dir_in_article}" + # Get chapter title. _title_md="${chapter_dir}/_title.md" _summary_md="${chapter_dir}/_summary.md" @@ -103,6 +104,15 @@ for chapter_dir in ${all_chapter_dirs}; do title="${_article_title}" \ add_index_link='yes' done + + # Append addition links at the chapter bottom on index page. + _links_md="${chapter_dir}/_links.md" + + if [ -f ${_links_md} ]; then + cat ${_links_md} >> ${INDEX_MD} + cat ${_links_md} >> ${README_MD} + fi + done #cd ${OUTPUT_DIR} diff --git a/html/index.html b/html/index.html index d6c48797..0c5a57bb 100644 --- a/html/index.html +++ b/html/index.html @@ -38,6 +38,7 @@

Third-party integrations.

Cluster solutions