X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fconfig.properties-dist;h=e69e653fd14447b8b4c9e11bb90d2d08962b5921;hb=c7dc44451c9b9a32549e41c6e65708f3565330d4;hp=6e02e9b20b9c5282f6d9d34635460ed42ff3caef;hpb=7153c6ca2cb9347f3e4107f41199bc76451a71ea;p=mir.git diff --git a/source/config.properties-dist b/source/config.properties-dist index 6e02e9b2..e69e653f 100755 --- a/source/config.properties-dist +++ b/source/config.properties-dist @@ -28,24 +28,46 @@ # 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=yes +PasswdProtection=no #use rsync to mirror the website to a remote-host Rsync=no @@ -83,12 +105,12 @@ ServletModule.FileEdit.ExtFilter=inc # the url of the openposting-servlet Producer.OpenAction=http://indy.code-fu.de/Mir/servlet/OpenMir - # 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. @@ -210,6 +232,7 @@ 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 @@ -333,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 # @@ -343,46 +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.FeaturesRSS.Template=producer/featuresRSS.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