46 lines
754 B
XML
46 lines
754 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<t:title>Concatenative Planet</t:title>
|
|
|
|
<table width="100%" cellpadding="10">
|
|
<tr>
|
|
<td>
|
|
|
|
<t:bind-each t:name="postings">
|
|
|
|
<h2 class="posting-title">
|
|
<t:a t:value="url"><t:label t:name="title" /></t:a>
|
|
</h2>
|
|
|
|
<p class="posting-body">
|
|
<t:html t:name="description" />
|
|
</p>
|
|
|
|
<p class="posting-date">
|
|
<t:a t:value="url"><t:label t:name="date" /></t:a>
|
|
</p>
|
|
|
|
</t:bind-each>
|
|
|
|
</td>
|
|
|
|
<td valign="top" width="25%" class="infobox">
|
|
|
|
<h2>Blogroll</h2>
|
|
|
|
<ul>
|
|
<t:each t:name="blogroll">
|
|
<li>
|
|
<t:link t:name="value"/>
|
|
</li>
|
|
</t:each>
|
|
</ul>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</t:chloe>
|