diff --git a/convert.sh b/convert.sh index 234318cd..85529aa1 100644 --- a/convert.sh +++ b/convert.sh @@ -68,13 +68,6 @@ for chapter_dir in ${all_chapter_dirs}; do fi fi - #mkdir -p ${_output_chapter_dir} &>/dev/null - - # Create ${_output_chapter_dir}/_summary.html - #if [ -f ${_summary_md} ]; then - # ${CMD_CONVERT} ${_summary_md} ${_output_chapter_dir} - #fi - # Article info: # - title: first line (without '#') of markdown file for article_file in ${all_chapter_articles}; do @@ -103,7 +96,7 @@ for chapter_dir in ${all_chapter_dirs}; do echo ${CHANGED_FILES} | grep $(basename ${CONVERTER}) > /dev/null converter_changed="$?" - if [ X"${md_changed}" != X'0' -o X"${converter_changed}" != X'0' ]; then + if [ X"${md_changed}" == X'0' -o X"${converter_changed}" == X'0' ]; then echo "* Converting: ${article_file}" ${CMD_CONVERT} ${article_file} ${OUTPUT_DIR} \ output_filename="${article_html_file}" \ diff --git a/html/active.directory.html b/html/active.directory.html index 8979b622..d9509353 100644 --- a/html/active.directory.html +++ b/html/active.directory.html @@ -370,4 +370,4 @@ $config['ldap_public']["global_ldap_abook"] = array(

Additions documents


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


© 2014, iRedMail

\ No newline at end of file +

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


©© Creative Commons

\ No newline at end of file diff --git a/html/allow.insecure.pop3.imap.smtp.connections.html b/html/allow.insecure.pop3.imap.smtp.connections.html index 0bbabda7..6c5a988a 100644 --- a/html/allow.insecure.pop3.imap.smtp.connections.html +++ b/html/allow.insecure.pop3.imap.smtp.connections.html @@ -40,4 +40,4 @@ ssl=required

Please comment out below line in Postfix config file /etc/postfix/main.cf and reload or restart Postfix service:

smtpd_tls_auth_only=yes
-

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


© 2014, iRedMail

\ No newline at end of file +

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


©© Creative Commons

\ No newline at end of file diff --git a/html/allow.user.to.send.email.without.authentication.html b/html/allow.user.to.send.email.without.authentication.html index 2770fa86..6fa29852 100644 --- a/html/allow.user.to.send.email.without.authentication.html +++ b/html/allow.user.to.send.email.without.authentication.html @@ -32,4 +32,4 @@

Restart/reload postfix to make it work:

# /etc/init.d/postfix restart
-

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


© 2014, iRedMail

\ No newline at end of file +

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


©© Creative Commons

\ No newline at end of file diff --git a/html/amavisd.no.x-spam.headers.html b/html/amavisd.no.x-spam.headers.html index 02cac519..76e48a04 100644 --- a/html/amavisd.no.x-spam.headers.html +++ b/html/amavisd.no.x-spam.headers.html @@ -22,4 +22,4 @@
  • Red Hat, CentOS, OpenBSD: /etc/amavisd/amavisd.conf
  • Debian, Ubuntu: /etc/amavis/conf.d/50-user (and other config files under /etc/amavs/conf.d/)
  • FreeBSD: /usr/local/etc/amavisd/amavisd.conf
  • -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/change.mail.attachment.size.html b/html/change.mail.attachment.size.html index 767dcd94..fc064276 100644 --- a/html/change.mail.attachment.size.html +++ b/html/change.mail.attachment.size.html @@ -77,4 +77,4 @@ php_value upload_max_filesize 100M php_value post_max_size 100M -

    Restart Apache or Nginx web server to make it work.


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


    © 2014, iRedMail

    \ No newline at end of file +

    Restart Apache or Nginx web server to make it work.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/completely.disable.amavisd.clamav.spamassassin.html b/html/completely.disable.amavisd.clamav.spamassassin.html index 70e955f7..28ebc858 100644 --- a/html/completely.disable.amavisd.clamav.spamassassin.html +++ b/html/completely.disable.amavisd.clamav.spamassassin.html @@ -51,4 +51,4 @@ receive_override_options = no_address_mappings

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/configure.thunderbird.html b/html/configure.thunderbird.html index c74243ee..16caa115 100644 --- a/html/configure.thunderbird.html +++ b/html/configure.thunderbird.html @@ -74,4 +74,4 @@

    Now switch to tab Offline, click button Download Now to test your settings. It will prompt to input password for this LDAP server, just type password of your mail account. With correct bind dn and password, it will display Replicated succeeded.

    -

    That's all.


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


    © 2014, iRedMail

    \ No newline at end of file +

    That's all.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/disable.spam.virus.scanning.for.outgoing.mails.html b/html/disable.spam.virus.scanning.for.outgoing.mails.html index ae76f0fa..b029ec6d 100644 --- a/html/disable.spam.virus.scanning.for.outgoing.mails.html +++ b/html/disable.spam.virus.scanning.for.outgoing.mails.html @@ -32,4 +32,4 @@ } -

    Restarting Amavisd service is required after changing settings.


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


    © 2014, iRedMail

    \ No newline at end of file +

    Restarting Amavisd service is required after changing settings.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/enable.smtps.html b/html/enable.smtps.html index 6e1f0a02..2e678356 100644 --- a/html/enable.smtps.html +++ b/html/enable.smtps.html @@ -69,4 +69,4 @@ mail_services="{www, https, submission, imap, imaps, pop3, pop3s, ssh, smtps}"

    Reload PF rule file:

    # pfctl -f /etc/pf.conf
    -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/force.user.to.change.password.html b/html/force.user.to.change.password.html index 9101f551..9ceecb5d 100644 --- a/html/force.user.to.change.password.html +++ b/html/force.user.to.change.password.html @@ -48,4 +48,4 @@ CHANGE_PASSWORD_DAYS = 90 CHANGE_PASSWORD_MESSAGE = 'Please change your password in webmail before sending email: https://xxx/webmail/' -

    Then restart iRedAPD service.


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


    © 2014, iRedMail

    \ No newline at end of file +

    Then restart iRedAPD service.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ignore.trash.folder.in.quota.html b/html/ignore.trash.folder.in.quota.html index b2395097..dae89e5d 100644 --- a/html/ignore.trash.folder.in.quota.html +++ b/html/ignore.trash.folder.in.quota.html @@ -61,4 +61,4 @@ user_query = SELECT ... \ CONCAT('*:bytes=', mailbox.quota*1048576) AS quota_rule \ 'Trash:ignore' AS quota_rule2 \ FROM ... -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/index.html b/html/index.html index e1f7c3a3..9a3274c5 100644 --- a/html/index.html +++ b/html/index.html @@ -64,4 +64,4 @@

    Frequently Asked Questions


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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/install.iredmail.on.rhel.html b/html/install.iredmail.on.rhel.html index 7fa7ee88..ed06151e 100644 --- a/html/install.iredmail.on.rhel.html +++ b/html/install.iredmail.on.rhel.html @@ -233,4 +233,4 @@ packages with -ired flag were packed by iRedMail project.

  • Dag Wieers
  • EPEL
  • ATrpms
  • -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.add.alias.domain.html b/html/ldap.add.alias.domain.html index a3742d33..dc77e227 100644 --- a/html/ldap.add.alias.domain.html +++ b/html/ldap.add.alias.domain.html @@ -57,4 +57,4 @@ original email address.

    If you have several mail accounts (mail users, lists, aliases), you have to -add addition email address for them all.


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


    © 2014, iRedMail

    \ No newline at end of file +add addition email address for them all.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.add.mail.alias.html b/html/ldap.add.mail.alias.html index a53dcb44..30d8e6cc 100644 --- a/html/ldap.add.mail.alias.html +++ b/html/ldap.add.mail.alias.html @@ -39,4 +39,4 @@

    Add missing value of attribute enabledService, and you can add as many destination addresses as you want here (value of attribute mailForwardingAddress):

    -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.add.mail.list.html b/html/ldap.add.mail.list.html index 171a0312..1ca325f7 100644 --- a/html/ldap.add.mail.list.html +++ b/html/ldap.add.mail.list.html @@ -87,4 +87,4 @@ server), iRedMail has it enabled by default.

  • membersOnly: only members of this mail list are allowd.
  • moderatorsOnly: only moderators of this mail list are allowed.
  • memebersAndModeratorsOnly: only members and moderators of this mail list are allowed.
  • -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.user.mail.forwarding.html b/html/ldap.user.mail.forwarding.html index d3beee25..80494d70 100644 --- a/html/ldap.user.mail.forwarding.html +++ b/html/ldap.user.mail.forwarding.html @@ -44,4 +44,4 @@ value to first forwarding address forward@domain.ltd.

    Now all emails sent to user@domain.ltd will be forwarded to both forward@domain.ltd and user@gmail.com.

    -

    If you want to save a copy of forwarded email, please add 'user@domain.ltd' as addition value of LDAP attribute 'mailForwardingAddress'.


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


    © 2014, iRedMail

    \ No newline at end of file +

    If you want to save a copy of forwarded email, please add 'user@domain.ltd' as addition value of LDAP attribute 'mailForwardingAddress'.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/migrate.or.upgrade.iredadmin.html b/html/migrate.or.upgrade.iredadmin.html index d0443736..2edc48d3 100644 --- a/html/migrate.or.upgrade.iredadmin.html +++ b/html/migrate.or.upgrade.iredadmin.html @@ -55,4 +55,4 @@ example, please replace x.y.z by the real file name. For example,
  • If you want to quarantine SPAM/Virus into SQL database and manage them with iRedAdmin-Pro, please follow this tutorial to update Amavisd settings: Quarantining SPAM and Virus emails into SQL database
  • -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/migrate.to.new.iredmail.server.html b/html/migrate.to.new.iredmail.server.html index cad12ab0..fb6b9bc6 100644 --- a/html/migrate.to.new.iredmail.server.html +++ b/html/migrate.to.new.iredmail.server.html @@ -134,4 +134,4 @@ path on file system, so that mail clients can find imported emails.


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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/monitor.incoming.and.outgoing.mails.with.bcc.html b/html/monitor.incoming.and.outgoing.mails.with.bcc.html index 78f75465..89bdae99 100644 --- a/html/monitor.incoming.and.outgoing.mails.with.bcc.html +++ b/html/monitor.incoming.and.outgoing.mails.with.bcc.html @@ -62,4 +62,4 @@ userRecipientBccAddress=user@domain.com

    Per-domain bcc settings:

    Per-user bcc settings: -


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


    © 2014, iRedMail

    \ No newline at end of file +


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/password.hashes.html b/html/password.hashes.html index feb0ba44..8c2089a7 100644 --- a/html/password.hashes.html +++ b/html/password.hashes.html @@ -67,4 +67,4 @@ userPassword: {SSHA512}FxgXDhBVYmTqoboW+ibyyzPv/wGG7y4VJtuHWrx+wfqrs/lIH2Qxn2eA0

    IMPORTANT NOTE: If you want to input password hash with phpLDAPadmin, -please choose clear in the password hash list, then input password hash.


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


    © 2014, iRedMail

    \ No newline at end of file +please choose clear in the password hash list, then input password hash.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/pipe.incoming.email.for.certain.user.to.external.script.html b/html/pipe.incoming.email.for.certain.user.to.external.script.html index f7593e2d..bbc94cbd 100644 --- a/html/pipe.incoming.email.for.certain.user.to.external.script.html +++ b/html/pipe.incoming.email.for.certain.user.to.external.script.html @@ -78,4 +78,4 @@ use this new transport.

    sql> UPDATE mailbox SET transport='external-pipe' WHERE username='user@domain.ltd'; -

    That's all.


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


    © 2014, iRedMail

    \ No newline at end of file +

    That's all.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/quarantining.html b/html/quarantining.html index ff77abb6..d3f3b97f 100644 --- a/html/quarantining.html +++ b/html/quarantining.html @@ -137,4 +137,4 @@ database.

    -


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


    © 2014, iRedMail

    \ No newline at end of file +


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/recalculate.mailbox.quota.html b/html/recalculate.mailbox.quota.html index 2bdad5c1..e3b8a1a9 100644 --- a/html/recalculate.mailbox.quota.html +++ b/html/recalculate.mailbox.quota.html @@ -31,4 +31,4 @@ mysql> DELETE FROM used_quota WHERE username='user@domain.ltd'; quota.

    TIP: it's safe to delete records in SQL table used_quota if mail user was deleted in table vmail.mailbox or LDAP. iRedAdmin-Pro will handle this -for you automatically.


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


    © 2014, iRedMail

    \ No newline at end of file +for you automatically.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/setup_dns.html b/html/setup_dns.html index a77083c1..4e04be47 100644 --- a/html/setup_dns.html +++ b/html/setup_dns.html @@ -247,7 +247,7 @@ TESTING: dkim._domainkey.mydomain.com => pass some hours to be available.

    References


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


    © 2014, iRedMail

    \ No newline at end of file +
  • http://en.wikipedia.org/wiki/MX_record
  • +
  • http://www.openspf.org/
  • +
  • http://www.dkim.org/
  • +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/sogo-centos-6-mysql.html b/html/sogo-centos-6-mysql.html index 6d4ec6f2..b3ef1af1 100644 --- a/html/sogo-centos-6-mysql.html +++ b/html/sogo-centos-6-mysql.html @@ -136,4 +136,4 @@ service memcached start

    Apple Devices

    URL for calendar service: http://[host]/SOGo/dav/[user]/

    TODO

    -

    References


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


    © 2014, iRedMail

    \ No newline at end of file +

    References


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/sql.create.mail.alias.html b/html/sql.create.mail.alias.html index 47b1377b..fdb9b71d 100644 --- a/html/sql.create.mail.alias.html +++ b/html/sql.create.mail.alias.html @@ -27,4 +27,4 @@ sql> INSERT INTO alias (address, goto, domain) \
  • If destination address is a user under domain which is hosted on localhost, it must exist. Otherwise emails sent to alias account will be bounced after expanded to destination addresses.
  • -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/store.spamassassin.bayes.in.sql.html b/html/store.spamassassin.bayes.in.sql.html index c1259c8e..e8c1de85 100644 --- a/html/store.spamassassin.bayes.in.sql.html +++ b/html/store.spamassassin.bayes.in.sql.html @@ -200,4 +200,4 @@ mysql> SELECT COUNT(*) FROM bayes_token;

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.amavisd.html b/html/turn.on.debug.mode.in.amavisd.html index c21f931e..dc227b66 100644 --- a/html/turn.on.debug.mode.in.amavisd.html +++ b/html/turn.on.debug.mode.in.amavisd.html @@ -17,4 +17,4 @@

    If you want to debug SpamAssassin, please update $sa_debug also:

    $sa_debug = 1;
    -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.cluebringer.html b/html/turn.on.debug.mode.in.cluebringer.html index dbe83439..b1d3840a 100644 --- a/html/turn.on.debug.mode.in.cluebringer.html +++ b/html/turn.on.debug.mode.in.cluebringer.html @@ -27,4 +27,4 @@ log_detail=modules,tracking,policies

    Cluebringer is configured to log to /var/log/cbpolicyd.log by default, so -please monitor this file to check detailed debug log.


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


    © 2014, iRedMail

    \ No newline at end of file +please monitor this file to check detailed debug log.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.dovecot.html b/html/turn.on.debug.mode.in.dovecot.html index 67dfea54..e661743d 100644 --- a/html/turn.on.debug.mode.in.dovecot.html +++ b/html/turn.on.debug.mode.in.dovecot.html @@ -34,4 +34,4 @@ settings and restart dovecot service.

    auth_debug = yes auth_debug_passwords = yes auth_verbose_passwords = yes -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.openldap.html b/html/turn.on.debug.mode.in.openldap.html index c3fd4e81..90ffc368 100644 --- a/html/turn.on.debug.mode.in.openldap.html +++ b/html/turn.on.debug.mode.in.openldap.html @@ -20,4 +20,4 @@
    loglevel    256
     
    -

    OpenLDAP is configured by iRedMail to log into /var/log/openldap.log by default.


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


    © 2014, iRedMail

    \ No newline at end of file +

    OpenLDAP is configured by iRedMail to log into /var/log/openldap.log by default.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/unattended.iredmail.installation.html b/html/unattended.iredmail.installation.html index ad9d537d..71286325 100644 --- a/html/unattended.iredmail.installation.html +++ b/html/unattended.iredmail.installation.html @@ -158,4 +158,4 @@ ssh root@${HOST} "/usr/bin/systemctl stop firewalld" #scp -r clamav/* root@${HOST}:/var/lib/clamav/ #ssh root@${HOST} "chown clamupdate:clamupdate /var/lib/clamav/*" ssh root@${HOST} "echo 'reboot'; reboot" -

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


    © 2014, iRedMail

    \ No newline at end of file +

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


    ©© Creative Commons

    \ No newline at end of file diff --git a/html/why.append.timestamp.in.maildir.path.html b/html/why.append.timestamp.in.maildir.path.html index 4c677982..844f83a6 100644 --- a/html/why.append.timestamp.in.maildir.path.html +++ b/html/why.append.timestamp.in.maildir.path.html @@ -39,4 +39,4 @@ same as Michael's /var/vmail/vmail1/domain.ltd/mj/.

    iRedAdmin doesn't remove the mailboxes on file system, so Mike will see all emails in Michael's mailbox if Michael didn't delete them. To avoid this, we append a timestamp in maildir path to make sure all users will be assigned -a unique maildir paths.


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


    © 2014, iRedMail

    \ No newline at end of file +a unique maildir paths.


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


    ©© Creative Commons

    \ No newline at end of file diff --git a/installation/setup_dns.md b/installation/setup_dns.md index 51d1f95d..4ad06e72 100644 --- a/installation/setup_dns.md +++ b/installation/setup_dns.md @@ -245,6 +245,6 @@ some hours to be available. ## References -* http://en.wikipedia.org/wiki/MX_record -* http://www.openspf.org/ -* http://www.dkim.org/ +* [http://en.wikipedia.org/wiki/MX_record](http://en.wikipedia.org/wiki/MX_record) +* [http://www.openspf.org/](http://www.openspf.org/) +* [http://www.dkim.org/](http://www.dkim.org/) diff --git a/tools/markdown2html.py b/tools/markdown2html.py index 42a549c2..5e5d39f7 100644 --- a/tools/markdown2html.py +++ b/tools/markdown2html.py @@ -95,7 +95,7 @@ html += """\ ''' html += """

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

    """ -html += """

    © 2014, iRedMail

    """ +html += """

    ©© Creative Commons

    """ html += '' # Write to file