X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fconfig.properties-dist;h=3ecd031c2858ea76fff6185764f5861a7e8f99e3;hb=0ca4dcb8c8de71b4f60ae588beab16b5c072b0c5;hp=048bab5fe511ccc2dd4dc67640d2c5bcb40a339c;hpb=62eda907ecc2c6e0ad01a9cc5eb092f0a444afc8;p=mir.git diff --git a/etc/config.properties-dist b/etc/config.properties-dist index 048bab5f..3ecd031c 100755 --- a/etc/config.properties-dist +++ b/etc/config.properties-dist @@ -47,7 +47,6 @@ Mir.Public-email.address=mir-coders@lists.indymedia.org Mir.Public-email.name=mir-coders mailinglist Mir.Version=1.1beta -StandardLanguage=de DirectOpenposting=yes #where to put the lucene index @@ -72,6 +71,8 @@ Mir.Localizer.ProducerConfigFile=etc/producer/producers.xml Mir.Login.DefaultLanguage=en Mir.Login.Languages=en;nl;de;qu;tr;ay;es;eu +# For missing values, the FallbackLanguage is used as default +Mir.Admin.FallbackLanguage=en # the templates Mir.Localizer.Producer.GeneratorLibrary= default=freemarker(etc/producer/) @@ -90,14 +91,19 @@ Mir.Localizer.Admin.TopicListFlavor=1 # For the checkboxes flavour, how many columns should there be? Mir.Localizer.Admin.TopicListColumns=3 +# In which order should the topic appear? +Mir.Localizer.Admin.TopicListOrder=title + +# enable deletion of comments/articles? +Mir.Localizer.Admin.AllowDeleteComment=1 +Mir.Localizer.Admin.AllowDeleteArticle=1 + + # Article Preview Link URL (Link to produced articles from within admin) ContentList.ArticleLink=http://production.indy.code-foo.org/en/${date.formatted.yyyy}/${date.formatted.MM}/${id}.shtml CommentList.ArticleLink=http://production.indy.code-foo.org/en/${co_content.date.formatted.yyyy}/${to_content.date.formatted.MM}/${to_content.id}.shtml -# In which order should the topic appear? -Mir.Localizer.Admin.TopicListOrder=title - # Which producers need to be called after an article (resp. a comment) is posted Mir.Localizer.OpenPosting.ContentProducers= media.new;articles.changed;startpage.generate;synchronization.run Mir.Localizer.OpenPosting.CommentProducers= articles.changed;synchronization.run @@ -138,12 +144,13 @@ Producer.ProductionHost=http://indy.code-fu.de # the generated HTML pages will be stored Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced -# for FileEdit module -# -# where do we find the files? absolute path -ServletModule.FileEdit.FileDirectory=/pub/Dokumente/Indymedia/de-tech/Mir/produced -ServletModule.FileEdit.ExtFilter=.*\.inc$ -ServletModule.FileEdit.Recursive=1 +# FileEdit module +# a list of directories to edit +# format: +# :::<0|1 (recursion off or on)> [, ....] +ServletModule.FileEdit.Configuration= \ + includes:/pub/Dokumente/Indymedia/de-tech/Mir/produced/inc:.*\\.inc:1 + # #