made topic pages .html.
authormtopper <mtopper>
Wed, 27 Jul 2005 23:24:47 +0000 (23:24 +0000)
committermtopper <mtopper>
Wed, 27 Jul 2005 23:24:47 +0000 (23:24 +0000)
why aren't these being generated correctly?!

etc/producer/producers.xml

index 488cbd4..1c25d4a 100755 (executable)
     </verbs>
     <body>
       <Enumerate key="topic" table="topic" limit="_topics">
-        <Define key="docSuffix" value=".shtml"/>
-        <Define key="storageSuffix" value=".shtml"/>
+        <Define key="docSuffix" value=".html"/>
+        <Define key="storageSuffix" value=".html"/>
         
         <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}"