New: mua/_summary.md.

This commit is contained in:
Zhang Huangbin 2014-12-19 10:01:25 +08:00
parent 1dbb150441
commit 18be799e7a
3 changed files with 6 additions and 2 deletions

View File

@ -68,8 +68,10 @@ for chapter_dir in ${all_chapter_dirs}; do
echo -e "### ${_chapter_title}" >> ${INDEX_MD}
if [ -f ${_summary_md} ]; then
_chapter_summary="$(cat ${_summary_md})"
echo -e "${_chapter_summary}" >> ${INDEX_MD}
cat ${_summary_md} >> ${INDEX_MD}
# Insert an empty line to not mess up other formats like list.
echo '' >> ${INDEX_MD}
fi
fi

View File

@ -31,6 +31,7 @@
<li><a href="password.hashes.html">Password hashes</a></li>
</ul>
<h3 id="configure-mail-client-applications">Configure mail client applications</h3>
<p>If you're using different mail clients, please help write documents to guide other users to setup the mail clients.</p>
<ul>
<li><a href="configure.thunderbird.html">Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)</a></li>
<li><a href="sogo.bb10.caldav.carddav.html">BlackBerry 10: Add calendar (CalDAV) and contact (CardDAV) services</a></li>

1
mua/_summary.md Normal file
View File

@ -0,0 +1 @@
If you're using different mail clients, please help write documents to guide other users to setup the mail clients.