*** empty log message ***
authorpatrick <patrick>
Thu, 4 Aug 2005 23:33:37 +0000 (23:33 +0000)
committerpatrick <patrick>
Thu, 4 Aug 2005 23:33:37 +0000 (23:33 +0000)
etc/producer/producers.xml

index c37211d..212b95e 100755 (executable)
     </body>
   </producer>
 
+
+  <producer name="headArticle">
+    <verbs>
+      <verb name="generate" default="1" description="generates the article html head"/>
+    </verbs>
+    <body>
+      <Language>
+        <Generate
+            generator="/head.article.template"
+            destination="${config.storageRoot}/${pathprefix}/head.article.html"/>
+      </Language>
+    </body>
+  </producer>
   
 </producers>