put in some logging to see whats going on
authormtopper <mtopper>
Wed, 27 Jul 2005 23:38:29 +0000 (23:38 +0000)
committermtopper <mtopper>
Wed, 27 Jul 2005 23:38:29 +0000 (23:38 +0000)
etc/producer/producers.xml

index 1c25d4a..430d58d 100755 (executable)
       </verb> 
     </verbs>
     <body>
-      <Enumerate key="topic" table="topic" limit="_topics">
+      <Enumerate key="topic" table="topic">
         <Define key="docSuffix" value=".html"/>
         <Define key="storageSuffix" value=".html"/>
         
+        <Log message="topic = ${topic.title}" />
         <List key="special" table="content c" 
           selection="c.is_published='1' and c.to_article_type = ${articletype.topicspecial} and c.id=cxt.content_id and cxt.topic_id = ${topic.id}"
           order = "webdb_create desc" limit="1"
               <Define key="pagePrefix" value="${pathprefix}/${topic.filename}/archive"/>
               <Define key="storagePrefix" value="${config[&quot;Producer.StorageRoot&quot;]}/${pagePrefix}"/>
               <Define key="docPrefix" value="${config[&quot;Producer.DocRoot&quot;]}/${pagePrefix}"/>
+                 <Log message="topic now = ${topic.title}" />
 
               <Generate 
                   generator="topicpage.template"