- producer links are moved to an "advanced" page, not intended for normal
[mir.git] / etc / producer / producers.xml
index 934e668..a5e6a29 100755 (executable)
       <List key="breakingnews" table="breakingNews" limit="10"
          order="webdb_create desc"/>
         
-        
-        
       <Language>
         <Generate 
             generator="/startpage.template" 
       </Language>
     </body>
   </producer>  
+  
+  <producer name="synchronization">
+    <verbs>
+      <verb name="run" default="1" description="Synchronizes the publication site with the production site"/>
+    </verbs>
+
+    <body>
+      <If condition="config['Rsync']">
+        <then>
+          <Execute command="${config['Rsync.Script.Path']}"/>
+        </then>
+      </If>
+    </body>
+  </producer>  
+  
 </producers>