merged in trez's css templates
[mir.git] / source / config.properties-dist
index a778ea1..e69e653 100755 (executable)
 # All data is located below this directory, including the servlets.
 
 
-
-
 #
 #
 # GENERAL SETUP
 #
 
-Mir.Version=pre-1.0
-ClearXslCache=no
+### mir/imc information
+Mir.Name=mir.indymedia.org
+Mir.Shortname=mir
+Mir.Contact-email.address=mir-coders@lists.indymedia.org
+Mir.Contact-email.name=mir-coders mailinglist
+Mir.Tech-email.address=mir-coders@lists.indymedia.org
+Mir.Tech-email.name=mir-coders mailinglist
+Mir.Public-email.address=mir-coders@lists.indymedia.org
+Mir.Public-email.name=mir-coders mailinglist
+
+Mir.Version=1.1beta
 StandardLanguage=de
 DirectOpenposting=yes
 
+Mir.Localizer=mircoders.localizer.basic.MirBasicLocalizer
+Mir.Localizer.Logfile=log/localizer.log
+
+# The location of the producer specifiations
+Mir.Localizer.ProducerConfigFile=templates/producer/producers.xml
+
+# the templates
+Mir.Localizer.Producer.GeneratorLibrary= default=freemarker(templates/producer/)
+Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/)
+Mir.Localizer.OpenPosting.GeneratorLibrary= default=freemarker(templates/open/)
+
+# Which producers need to be called after an article (resp. a comment) is posted
+Mir.Localizer.OpenPosting.ContentProducers= media.new;content.new;startpage.new;synchronization.run
+Mir.Localizer.OpenPosting.CommentProducers= content.new;synchronization.run
+
 #note that you can't make pdf's without making fo's
 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
 
+# the maximum allowed size of an uploaded media file in KB.
+MaxMediaUploadSize=20000
 
+# the maximum number of allowed media items to upload at once.
+ServletModule.OpenIndy.MaxMediaUploadItems=20
 
 #
 #
@@ -58,12 +87,15 @@ Rsync.Script.Path=/var/www/bin/rsync-copy
 # the url of the static site
 Producer.ProductionHost=http://indy.code-fu.de
 
-# The above URL points to the following directory, in which
+# Produrce.StorageRoot is the directory, in which
 # 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
 
 #
 #
@@ -73,12 +105,12 @@ Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced
 # the url of the openposting-servlet
 Producer.OpenAction=http://indy.code-fu.de/Mir/servlet/OpenMir
 
-
-# fill this variable if the pages should not be saved directly
-# in the Producer.StorageRoot. then the pages will be saved
-# in this subdirectory
+# use this property if the pages are not produced under the docRoot
+# of the webserver. all links in the produced pages are prepended
+# with Producer.DocRoot
 Producer.DocRoot=
 
+Producer.ActionServlet=/servlet/Mir
 
 # this is the name of the subdirectory where the image-dir
 # will be linked to.
@@ -191,10 +223,16 @@ Entity.Logfile=log/dbentity.log
 # Servlet / Module configurations
 #
 
+# don't change this unless you really know your i18n.
+# The default encoding charset used in the written html files as well
+# as the dynamic output html.
+# also used for the HTML charset meta tag.
+Mir.DefaultEncoding=ISO8859_1
 Mir.Logfile=log/mir.log
 Mir.ErrorTemplate=error.template
 Mir.UserErrorTemplate=usererror.template
 Mir.LoginTemplate=admin/login.template
+OpenMir.Logfile=log/openindy.log
 
 ServletModule.Schwerpunkt.ConfirmTemplate=admin/confirm.template
 ServletModule.Schwerpunkt.ObjektTemplate=admin/feature.template
@@ -280,6 +318,12 @@ ServletModule.Comment.ObjektTemplate=admin/comment.template
 ServletModule.Comment.ListTemplate=admin/commentlist.template
 
 #
+# config for ServletModuleHidden - lists all hidden articles of one month
+ServletModule.Hidden.Logfile=log/hidden.log
+ServletModule.Hidden.ListTemplate=admin/hiddenlist.template
+
+
+#
 # config for Breaking - browsing/editing/deleting breaking news
 Module.Breaking.Logfile=log/breaking.log
 ServletModule.Breaking.Logfile=log/comment.log
@@ -287,6 +331,14 @@ ServletModule.Breaking.ConfirmTemplate=admin/confirm.template
 ServletModule.Breaking.ObjektTemplate=admin/breaking.template
 ServletModule.Breaking.ListTemplate=admin/breakinglist.template
 
+#
+# config for Breaking - editing text files
+ServletModule.FileEdit.Logfile=log/fileedit.log
+ServletModule.FileEdit.ConfirmTemplate=admin/confirm.template
+ServletModule.FileEdit.ObjektTemplate=admin/fileedit.template
+ServletModule.FileEdit.ListTemplate=admin/fileeditlist.template
+
+
 
 #
 # config for messages - browsing/editing/deleting internal messages
@@ -304,7 +356,6 @@ ServletModule.Language.ConfirmTemplate=admin/confirm.template
 ServletModule.Language.ObjektTemplate=admin/language.template
 ServletModule.Language.ListTemplate=admin/languagelist.template
 
-
 #
 # producer-related configs below
 #
@@ -314,45 +365,7 @@ Producer.IntLinkName=intlink.gif
 Producer.MailLinkName=maillink.gif
 Producer.Logfile=log/producer.log
 
-Producer.Navigation.Template=producer/navigation.template
-
 Producer.Content.Template=producer/content.template
 Producer.Content.Batchsize=10
 
-Producer.PrintableContent.Template=producer/printablecontent.template
-Producer.PrintableContent.html2foStyleSheetName=producer/html2fo.xsl
-
-Producer.Startseite.Template=producer/startseite.template
-Producer.Startseite.Entries=7
-Producer.Startseite.Pages=10
-Producer.Startseite.Termine=5
-
-Producer.Themen.Template=producer/themen.template
-Producer.Themen.Entries=7
-Producer.Themen.Pages=3
-
-Producer.Schwerpunkte.Template=producer/schwerpunkte.template
-Producer.Schwerpunkte.Entries=7
-Producer.Schwerpunkte.Pages=3
-
-Producer.Overview.MonthTemplate=producer/ov_month.template
-Producer.Overview.YearTemplate=producer/ov_year.template
-
-Producer.List.Template=producer/list.template
-Producer.TopicList.Template=producer/topiclist.template
-Producer.OpenPosting.Template=producer/openposting.template
-Producer.FeatureList.Template=producer/featurelist.template
-
-Producer.StartPage.Template=producer/startpage.template
-Producer.StartPage.Items=10
-Producer.StartPage.Newswire=30
-
-
-# todo: do we need those?
 
-Xsl.Content=producer/content.xsl
-Xsl.Fo.Content=producer/frontpage_fo.xsl
-Xsl.StartPage=producer/index.xsl
-Xsl.TopicList=producer/topic.xsl
-Xsl.OpenList=producer/open.xsl
-Xsl.Wap=producer/wml2.xsl