factor/extra/webapps/planet/planet.xml

59 lines
1.2 KiB
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">
2009-03-07 22:50:23 -05:00
<t:atom t:href="$planet/feed.xml">[ planet-factor ]</t:atom>
2008-09-28 20:39:26 -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">
<t:a t:value="url"><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-06 19:18:05 -04:00
<t:a t:value="url"><t:label t:name="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>
2008-09-28 20:39:26 -04:00
<hr/>
<p>
<strong>planet-factor</strong> is an Atom/RSS aggregator that collects the
contents of <a href="http://factorcode.org/">Factor</a>-related blogs. It is inspired by
<a href="http://planet.lisp.org">Planet Lisp</a>.
</p>
<p>
2010-10-02 23:00:54 -04:00
<img src="http://planet.factorcode.org/icons/feed-icon-14x14.png" />
2008-09-28 20:39:26 -04:00
<t:a t:href="$planet/feed.xml">Syndicate</t:a>
</p>
2008-05-26 01:47:27 -04:00
</td>
</tr>
</table>
2008-04-20 05:19:06 -04:00
</t:chloe>