adding this file again, john made edits to file on traven outside of cvs, but then...
[nyc.indymedia.org.git] / etc / producer / producers.xml
index fd799b1..83ed21a 100755 (executable)
@@ -1,6 +1,5 @@
 <!--
-  This XML file defines a set of producers intended for a typical indymedia 
-  site:
+  This XML file defines a set of producers intended for a typical indymedia site:
     - a start page
     - a navigational bar
     - topic pages
             
            <GenerateMedia key="media" />
         </Enumerate>
-        <List key="topics" table="topic t" extratables="content_x_topic ctx"
-               selection="ctx.content_id = ${article.id} AND ctx.topic_id = t.id"  />
+       <List key="topics" table="topic t" extratables="content_x_topic ctx"
+               selection="ctx.content_id = ${article.id} AND ctx.topic_id = t.id"  />
 
         <If condition="article.is_published == '1'">
           <then>
         selection="is_published=true and to_article_type=${articletype.startspecial}"
         order="webdb_create desc"/>
                                         
-      <List key="features" table="content" limit="4
+      <List key="features" table="content" limit="5
         selection="is_published=true and to_article_type in (${articletype.feature},${articletype.promotedcommunityarticle},${articletype.promotednewswire})"
         order="webdb_create desc"/>