- producer links are moved to an "advanced" page, not intended for normal
[mir.git] / etc / config.properties-dist
index e8775a7..a017bdc 100755 (executable)
@@ -47,6 +47,10 @@ Mir.Version=1.1beta
 StandardLanguage=de
 DirectOpenposting=yes
 
+Log.LogClass = mir.log.log4j.LoggerImpl
+Log.log4j.ConfigurationFile = etc/log4j.properties
+Log.Home = log
+
 Mir.Localizer=mircoders.localizer.basic.MirBasicLocalizer
 Mir.Localizer.Logfile=log/localizer.log
 
@@ -59,8 +63,14 @@ Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/)
 Mir.Localizer.OpenPosting.GeneratorLibrary= default=freemarker(etc/open/)
 
 # Which producers need to be called after an article (resp. a comment) is posted
-Mir.Localizer.OpenPosting.ContentProducers= media.new;articles.new;startpage.new;synchronization.run
-Mir.Localizer.OpenPosting.CommentProducers= articles.new;synchronization.run
+Mir.Localizer.OpenPosting.ContentProducers= media.new;articles.changed;startpage.generate;synchronization.run
+Mir.Localizer.OpenPosting.CommentProducers= articles.changed;synchronization.run
+
+# Which producers need to be called after the "produce all new" link is clicked
+from admin
+Mir.Localizer.Producer.AllNewProducers= media.new;articles.changed;startpage.run;syn
+chronization.run
+
 
 #note that you can't make pdf's without making fo's
 GenerateFO=yes