changed startpage to .html
authormtopper <mtopper>
Wed, 20 Jul 2005 03:52:26 +0000 (03:52 +0000)
committermtopper <mtopper>
Wed, 20 Jul 2005 03:52:26 +0000 (03:52 +0000)
etc/producer/producers.xml

index f4ab4a6..ad3e47b 100755 (executable)
       <Language>
         <Generate 
             generator="/startpage.template" 
-            destination="${config.storageRoot}/${pathprefix}/index.shtml"/>
+            destination="${config.storageRoot}/${pathprefix}/index.html"/>
       </Language>
     </body>
   </producer>  
        <verb name="doit" />
  </verbs>
  <body>
-       <FreeQuery key="topicCounts" query=" SELECT count(c.id) AS count, t.title AS title from content c, topic t, content_x_topic x
+       <FreeQยงuery key="topicCounts" query=" SELECT count(c.id) AS count, t.title AS title from content c, topic t, content_x_topic x
                                             WHERE c.id = x.content_id AND t.id = x.topic_id GROUP BY t.title ORDER BY length(t.title)"
                   type="set"/>