tiny fix
[mir.git] / etc / config.properties-dist
index 4403526..3ecd031 100755 (executable)
@@ -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/)
@@ -93,6 +94,16 @@ 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
+
+
 # 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
@@ -133,11 +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
+# FileEdit module
+#   a list of directories to edit
+#   format:
+#      <name>:<path>:<file filter>:<0|1 (recursion off or on)> [, ....]
+ServletModule.FileEdit.Configuration= \
+  includes:/pub/Dokumente/Indymedia/de-tech/Mir/produced/inc:.*\\.inc:1
+
 
 #
 #
@@ -210,8 +223,34 @@ Producer.IntLinkName=intlink.gif
 Producer.MailLinkName=maillink.gif
 
 #the style sheet used to turn html into xsl:fo
+#this is not currently in use, so don't worry about it
 Producer.HTML2FOStyleSheet=/some/dir/mir/etc/producer/html2fo.xsl 
 
+# the following lines are used to construct PDFs on the fly from one or more articles
+# for the moment, if you want to change anything else about your pdfs, you 
+# will have to learn some java!
+#
+# keep in mind that there may not be enough room for all the text you enter as the 
+# value of one these options, if text doesn't appear, the only easy thing to do is 
+# use less text!
+#
+
+# a single line of big text which will appear at the top of the first page of all generated pdfs
+
+PDF.Title=INDYMEDIA SOMEWHERE
+
+# about two lines of small text which will appear at the bottom of every page 
+
+PDF.Footer=Indymedia does blah.  Content is good, and free to use for non-commercial purposes under the Open Content license. if you have questions, email someone.
+#
+# the size paper your target audience will likely have in their printers.  pick one of A4 or LETTER
+#
+
+PDF.PageSize=A4
+
+
+
 
 #
 # edit with caution below this line