added some config options for the new email-an-article feature
[mir.git] / etc / config.properties-dist
index 248d3c3..f7ffec0 100755 (executable)
@@ -63,8 +63,10 @@ Mir.Localizer.Logfile=log/localizer.log
 Mir.Localizer.ProducerConfigFile=etc/producer/producers.xml
 
 # Settings for the admin login:
+# If the default language is left empty, it will set the accept-language of
+# the client browser as the default.
 Mir.Login.DefaultLanguage=en
-Mir.Login.Languages=en;nl;de;qu;tr;ay;es
+Mir.Login.Languages=en;nl;de;qu;tr;ay;es;eu
 
 
 # the templates
@@ -247,6 +249,11 @@ Entity.Logfile=log/dbentity.log
 # as the dynamic output html.
 # also used for the HTML charset meta tag.
 Mir.DefaultEncoding=ISO8859_1
+# this encoding is used for the HTML charset meta tag.
+# it must be the html charset equivalent of the Java encoding above
+# don't change this unless...
+Mir.DefaultHTMLCharset=ISO-8859-1
+
 Mir.Logfile=log/mir.log
 Mir.ErrorTemplate=templates/error.template
 Mir.UserErrorTemplate=templates/usererror.template
@@ -308,6 +315,9 @@ 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.SearchResultsTemplate=etc/open/search_results.template
+ServletModule.OpenIndy.PrepareMailTemplate=etc/open/prepare_mail.template
+ServletModule.OpenIndy.SentMailTemplate=etc/open/sent_mail.template
+ServletModule.OpenIndy.EmailIsFrom=mailer@somewhere.org
 
 #
 # config for ServletModuleComment - browsing/editing/deleting comments