X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fdefault.properties;h=6d40facc201db4cf29d8f4eb03f6dbaba15d1ab7;hb=b865b9333cb77f34a540a5ec102687af24f5cf24;hp=278510171fe8aa631abb0476dcba287fe3728a37;hpb=14e3b126e9dfe5ca43ea5daa47295681d8a31896;p=mir.git diff --git a/source/default.properties b/source/default.properties index 27851017..6d40facc 100755 --- a/source/default.properties +++ b/source/default.properties @@ -103,6 +103,19 @@ 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 + +# enable deletion of comments/articles? +Mir.Localizer.Admin.AdministerOperations= \ + comments:module=Comment&do=list + + # 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 @@ -143,12 +156,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=0 +# 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 # # @@ -362,9 +376,17 @@ Mir.DefaultHTMLCharset=UTF-8 +Localizer.OpenSession.article.EditTemplate = editarticle.template +Localizer.OpenSession.article.DupeTemplate = dupearticle.template +Localizer.OpenSession.article.DoneTemplate = donearticle.template +Localizer.OpenSession.article.UnsupportedMediaTemplate = unsupportedmediatype.template Localizer.OpenSession.comment.EditTemplate = editcomment.template -Localizer.OpenSession.comment.DupeTemplate = donecomment.template -Localizer.OpenSession.comment.DoneTemplate = dupecomment.template +Localizer.OpenSession.comment.DupeTemplate = dupecomment.template +Localizer.OpenSession.comment.DoneTemplate = donecomment.template +Localizer.OpenSession.comment.UnsupportedMediaTemplate = unsupportedmediatype.template +Localizer.OpenSession.ErrorTemplate = sessionerror.template + + #