From 722beebbe356badbc8e7bfef6963840de007cc9d Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 26 Feb 2016 10:47:25 +0800 Subject: [PATCH] Typo. --- convert.sh | 1 + en_US/installation/0-setup.dns.md | 2 +- en_US/installation/_links.md | 2 +- html/index.html | 2 +- html/setup.dns.html | 6 +++--- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/convert.sh b/convert.sh index 150220a1..8539b47e 100755 --- a/convert.sh +++ b/convert.sh @@ -128,6 +128,7 @@ for lang in ${all_languages}; do # Get title in markdown file: '# title' _article_title="$(head -1 ${article_file} | awk -F'# ' '{print $2}')" + echo "${_article_title}" # # Get title in markdown file: 'Title: title' #_article_title="$(grep '^Title: ' ${article_file} | head -1 | awk -F'Title: ' '{print $2}')" diff --git a/en_US/installation/0-setup.dns.md b/en_US/installation/0-setup.dns.md index 4f575108..93847082 100644 --- a/en_US/installation/0-setup.dns.md +++ b/en_US/installation/0-setup.dns.md @@ -1,4 +1,4 @@ -# Setup DNS records for your iRedMail server +# Setup DNS records for your iRedMail server (A, PTR, MX, SPF, DKIM) [TOC] diff --git a/en_US/installation/_links.md b/en_US/installation/_links.md index 3ffbd4cf..61bfad17 100644 --- a/en_US/installation/_links.md +++ b/en_US/installation/_links.md @@ -7,7 +7,7 @@ * After installtion: - * [Setup DNS records for your iRedMail server](./setup.dns.html) + * [Setup DNS records for your iRedMail server (A, PTR, MX, SPF, DKIM)](./setup.dns.html) * Additional installation tips diff --git a/html/index.html b/html/index.html index 4dfaddc3..539725a2 100644 --- a/html/index.html +++ b/html/index.html @@ -28,7 +28,7 @@
  • After installtion:

  • diff --git a/html/setup.dns.html b/html/setup.dns.html index 587f9fc0..7ebb46ac 100644 --- a/html/setup.dns.html +++ b/html/setup.dns.html @@ -1,7 +1,7 @@ - Setup DNS records for your iRedMail server + Setup DNS records for your iRedMail server (A, PTR, MX, SPF, DKIM) @@ -10,10 +10,10 @@ iRedMail web site // Document Index -

    Setup DNS records for your iRedMail server

    +

    Setup DNS records for your iRedMail server (A, PTR, MX, SPF, DKIM)