X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fdefault.properties;h=d89e0552a83695a3e15e7b12a3450596c291bff7;hb=55b409cfb4c95a18ee3183c99a7133e51395d454;hp=3455052ead66485e29d2243670b4baa6f4e3e025;hpb=1a5a73406ec9c167c922418bef68a0e784eb65e4;p=mir.git diff --git a/source/default.properties b/source/default.properties index 3455052e..d89e0552 100755 --- a/source/default.properties +++ b/source/default.properties @@ -47,6 +47,17 @@ Mir.Version=1.1beta StandardLanguage=de DirectOpenposting=yes +# The name of the abuse config file (relative to the WEB-INF dir) +Abuse.Config=abuse.properties +# The name of the cookie that can be used to thwart trolls +# (The name is deliberately misleading) +Abuse.CookieName=SessionIdentifier + +# The time the cookie will remain active in hours +# 168 = 1 week +Abuse.CookieMaxAge=168 + + #where to put the lucene index IndexPath=/tmp/index @@ -92,9 +103,6 @@ Mir.Localizer.Producer.AllNewProducers= media.new;articles.changed;startpage.run GenerateFO=yes GeneratePDF=yes -#on-time-password-protection -PasswdProtection=no - #use rsync to mirror the website to a remote-host Rsync=no Rsync.Script.Path=/var/www/bin/rsync-copy @@ -263,6 +271,7 @@ ServletModule.OpenIndy.CommentDupeTemplate=etc/open/comment_dupe.template ServletModule.OpenIndy.PostingTemplate=etc/open/posting.template ServletModule.OpenIndy.PostingDoneTemplate=etc/open/posting_done.template ServletModule.OpenIndy.PostingDupeTemplate=etc/open/posting_dupe.template +ServletModule.OpenIndy.PostingDisabledTemplate=etc/open/posting_disabled.template ServletModule.OpenIndy.SearchResultsTemplate=etc/open/search_results.template ServletModule.OpenIndy.PrepareMailTemplate=etc/open/prepare_mail.template ServletModule.OpenIndy.SentMailTemplate=etc/open/sent_mail.template