X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=source%2Fconfig.properties-dist;h=dcb56bf8b3f40dfe5d01a9da2f73af609b9cc316;hb=81d7fb456efadc52ce8d2596416392aa5c84f1da;hp=66534e400b73fdb1b4b50a579df23ccad3c0f87b;hpb=05242a81b950eb819576c8075b8f27025c6aedba;p=mir.git diff --git a/source/config.properties-dist b/source/config.properties-dist index 66534e40..dcb56bf8 100755 --- a/source/config.properties-dist +++ b/source/config.properties-dist @@ -40,6 +40,9 @@ ClearXslCache=no StandardLanguage=de DirectOpenposting=yes +# tempdir to write files for image handling (files are erased) +TempDir=/tmp + #note that you can't make pdf's without making fo's GenerateFO=yes GeneratePDF=yes @@ -65,12 +68,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 # # @@ -81,9 +87,9 @@ Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced 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= @@ -198,6 +204,11 @@ 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 @@ -287,6 +298,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 @@ -294,6 +311,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