factor/extra/webapps/planet/planet.xml

46 lines
753 B
XML
Raw Normal View History

2008-04-20 05:19:06 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
2008-05-26 01:47:27 -04:00
<t:title>Planet Factor</t:title>
2008-04-20 05:19:06 -04:00
2008-05-26 01:47:27 -04:00
<table width="100%" cellpadding="10">
<tr>
<td>
<t:bind-each t:name="postings">
2008-04-22 22:08:27 -04:00
2008-05-26 01:47:27 -04:00
<h2 class="posting-title">
2008-06-02 16:00:03 -04:00
<t:a t:value="link"><t:label t:name="title" /></t:a>
2008-05-26 01:47:27 -04:00
</h2>
2008-04-22 22:08:27 -04:00
2008-05-26 01:47:27 -04:00
<p class="posting-body">
<t:html t:name="description" />
</p>
<p class="posting-date">
2008-06-02 16:00:03 -04:00
<t:a t:value="link"><t:label t:name="pub-date" /></t:a>
2008-05-26 01:47:27 -04:00
</p>
</t:bind-each>
2008-05-26 01:47:27 -04:00
</td>
<td valign="top" width="25%" class="infobox">
<h2>Blogroll</h2>
<ul>
<t:each t:name="blogroll">
2008-05-26 01:47:27 -04:00
<li>
<t:link t:name="value"/>
</li>
</t:each>
</ul>
</td>
</tr>
</table>
2008-04-20 05:19:06 -04:00
</t:chloe>