Fix css path.

This commit is contained in:
Zhang Huangbin 2014-09-23 11:17:52 +08:00
parent 4e9983ac03
commit 9b335b1c5a
27 changed files with 86 additions and 26 deletions

View File

@ -400,3 +400,63 @@
* [Turn on debug mode in OpenLDAP](turn.on.debug.mode.in.openldap.md)
# Frequently Asked Questions
* [Why append timestamp in maildir path](why.append.timestamp.in.maildir.path.md)
# How to
* [Allow user to send email without authentication](allow.user.to.send.email.without.authentication.md)
* [Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.](amavisd.no.x-spam.headers.md)
* [Completely disable Amavisd + ClamAV + SpamAssassin](completely.disable.amavisd.clamav.spamassassin.md)
* [Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)](configure.thunderbird.md)
* [Disable spam virus scanning for outgoing mails](disable.spam.virus.scanning.for.outgoing.mails.md)
* [Enable SMTPS service (SMTP over SSL, port 465)](enable.smtps.md)
* [LDAP: Add an alias domain](ldap.add.alias.domain.md)
* [LDAP: Add a mail alias account](ldap.add.mail.alias.md)
* [LDAP: Add a mail list account](ldap.add.mail.list.md)
* [LDAP: User mail forwarding.](ldap.user.mail.forwarding.md)
* [Pipe incoming email for certain user to external script ](pipe.incoming.email.for.certain.user.to.external.script.md)
* [Quarantine clean mail into SQL database](quarantining.clean.mail.md)
* [Force Dovecot to recalculate mailbox quota](recalculate.mailbox.quota.md)
* [SQL: Create an mail alias account with SQL command line](sql.create.mail.alias.md)
* [Store SpamAssassin bayes in SQL](store.spamassassin.bayes.in.sql.md)
* [Perform silent/unattended iRedMail installation](unattended.iredmail.installation.md)
# Third-party integrations.
* [SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)](sogo-centos-6-mysql.md)
# Cluster solutions
* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS ](full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.md)
# Backup, restore and migration
* [How to migrate old iRedMail server to the latest stable release](migrate.to.new.iredmail.server.md)
* [Password hashes](password.hashes.md)
# Troubleshooting and Debug
* [Turn on debug mode in Amavisd](turn.on.debug.mode.in.amavisd.md)
* [Turn on debug mode in Dovecot](turn.on.debug.mode.in.dovecot.md)
* [Turn on debug mode in OpenLDAP](turn.on.debug.mode.in.openldap.md)
# Frequently Asked Questions
* [Why append timestamp in maildir path](why.append.timestamp.in.maildir.path.md)
# How to
* [Allow user to send email without authentication](allow.user.to.send.email.without.authentication.md)
* [Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.](amavisd.no.x-spam.headers.md)
* [Completely disable Amavisd + ClamAV + SpamAssassin](completely.disable.amavisd.clamav.spamassassin.md)
* [Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)](configure.thunderbird.md)
* [Disable spam virus scanning for outgoing mails](disable.spam.virus.scanning.for.outgoing.mails.md)
* [Enable SMTPS service (SMTP over SSL, port 465)](enable.smtps.md)
* [LDAP: Add an alias domain](ldap.add.alias.domain.md)
* [LDAP: Add a mail alias account](ldap.add.mail.alias.md)
* [LDAP: Add a mail list account](ldap.add.mail.list.md)
* [LDAP: User mail forwarding.](ldap.user.mail.forwarding.md)
* [Pipe incoming email for certain user to external script ](pipe.incoming.email.for.certain.user.to.external.script.md)
* [Quarantine clean mail into SQL database](quarantining.clean.mail.md)
* [Force Dovecot to recalculate mailbox quota](recalculate.mailbox.quota.md)
* [SQL: Create an mail alias account with SQL command line](sql.create.mail.alias.md)
* [Store SpamAssassin bayes in SQL](store.spamassassin.bayes.in.sql.md)
* [Perform silent/unattended iRedMail installation](unattended.iredmail.installation.md)
# Third-party integrations.
* [SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)](sogo-centos-6-mysql.md)
# Cluster solutions
* [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS ](full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.md)
# Backup, restore and migration
* [How to migrate old iRedMail server to the latest stable release](migrate.to.new.iredmail.server.md)
* [Password hashes](password.hashes.md)
# Troubleshooting and Debug
* [Turn on debug mode in Amavisd](turn.on.debug.mode.in.amavisd.md)
* [Turn on debug mode in Dovecot](turn.on.debug.mode.in.dovecot.md)
* [Turn on debug mode in OpenLDAP](turn.on.debug.mode.in.openldap.md)
# Frequently Asked Questions
* [Why append timestamp in maildir path](why.append.timestamp.in.maildir.path.md)

View File

@ -116,7 +116,7 @@ done
#cd ${OUTPUT_DIR}
# Generate index.html
${CMD_CONVERT} ${INDEX_MD} ${OUTPUT_DIR} css='./css/markdown.css' title="iRedMail Documentations"
${CMD_CONVERT} ${INDEX_MD} ${OUTPUT_DIR} title="iRedMail Documentations"
# Cleanup
rm -f ${INDEX_MD}

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Allow user to send email without authentication</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Amavisd + SpamAssassin not working, no mail header (X-Spam-*) inserted.</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Completely disable Amavisd + ClamAV + SpamAssassin</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Disable spam virus scanning for outgoing mails</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Enable SMTPS service (SMTP over SSL, port 465)</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LDAP: Add an alias domain</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LDAP: Add a mail alias account</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LDAP: Add a mail list account</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LDAP: User mail forwarding.</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>How to migrate old iRedMail server to the latest stable release</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Password hashes</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pipe incoming email for certain user to external script</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Quarantine clean mail into SQL database</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Force Dovecot to recalculate mailbox quota</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SQL: Create an mail alias account with SQL command line</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Store SpamAssassin bayes in SQL</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Turn on debug mode in Amavisd</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Turn on debug mode in Dovecot</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Turn on debug mode in OpenLDAP</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Perform silent/unattended iRedMail installation</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Why append timestamp in maildir path</title>
<link href="../css/markdown.css" rel="stylesheet"></head>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>

View File

@ -33,7 +33,7 @@ for arg in args:
cmd_opts[var] = value
if not 'css' in cmd_opts:
cmd_opts['css'] = '../css/markdown.css'
cmd_opts['css'] = './css/markdown.css'
# Get article title
if not 'title' in cmd_opts: