added back in Producer.Content.Batchsize
[mir.git] / templates-dist / producer / list.template
1 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2
3 <indy>
4         <include "producer/config.template">
5         <list contentlist as entry>
6   <item>
7     <id>${entry.id}</id>
8     <date>${entry.webdb_create}</date>
9     <type>${entry.to_article_type}</type>
10     <topic>${topic.title}</topic>
11     <focus></focus>
12     <location>
13       <url></url>
14     </location>
15     <creator>
16       <name>${entry.creator}</name>
17       <email></email>
18       <homepage></homepage>
19       <snailmail></snailmail>
20       <phone></phone>
21     </creator>
22     <title>
23       <edittitle></edittitle>
24       <maintitle>${entry.title}</maintitle>
25       <subtitle></subtitle>
26     </title>
27     <abstract>${entry.description}</abstract>
28     <img>
29       <url></url>
30       <width></width>
31       <height></height>
32     </img>
33   </item>
34         </list>
35 </indy>