ok, this uses the new manually typeset content supplied by
[mir.git] / source / config.properties-dist
index ed949a9..d969257 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
+Mir.Localizer.ProducerConfigFile=templates/producer/producers.xml
+
+
+
 #note that you can't make pdf's without making fo's
 GenerateFO=yes
 GeneratePDF=yes
 
 #on-time-password-protection
-PasswdProtection=yes
+PasswdProtection=no
 
 #use rsync to mirror the website to a remote-host
 Rsync=no
@@ -65,12 +78,15 @@ ServletModule.OpenIndy.MaxMediaUploadItems=20
 # 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
 
 #
 #
@@ -80,12 +96,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.
@@ -202,11 +218,12 @@ Entity.Logfile=log/dbentity.log
 # 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=UTF8
+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
@@ -292,6 +309,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
@@ -299,6 +322,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
@@ -369,3 +400,4 @@ Xsl.StartPage=producer/index.xsl
 Xsl.TopicList=producer/topic.xsl
 Xsl.OpenList=producer/open.xsl
 Xsl.Wap=producer/wml2.xsl
+ClearXslCache=no
\ No newline at end of file