diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-02-19 10:49:23 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-02-19 10:49:23 +0000 |
commit | 5882e29fb63767c9173844332ae1e32ca4069ec2 (patch) | |
tree | 46a11ffeb4e71920283169e2eb61bd47f883abbd /doc/guide.tex | |
parent | * src/mod_muc/mod_muc_room.erl: API improvement: Implementation of an (diff) |
* src/mod_muc/mod_muc_log.erl: Spam prevention: The default behaviour
is now to use the nofollow rel attributes for links that are submitted
by users (EJAB-185).
* doc/guide.tex: Likewise.
SVN Revision: 728
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 59774c107..01b89ea93 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2023,6 +2023,11 @@ Options: are \term{local} and \term{universal}. With the first value, the local time, as reported to Erlang by the operating system, will be used. With the latter, GMT/UTC time will be used. The default value is \term{local}. +\titem{spam\_prevention}\ind{options!spam\_prevention} + To prevent spam, the \term{spam_prevention} option adds a special attribute + to links that prevent their indexation by search engines. The default value + is \term{true}, which mean that nofollow attributes will be added to user + submitted links. \titem{top\_link}\ind{options!top\_link} With this option you can customize the link on the top right corner of each log file. The syntax of this option is \term{\{"URL", "Text"\}}. The default @@ -2049,6 +2054,7 @@ Examples: {dirtype, plain}, {outdir, "/var/www/muclogs"}, {timezone, universal}, + {spam_prevention, true}, {top_link, {"http://www.jabber.ru", "Jabber.ru"}} ]}, ... |