remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / planet / planet.xml
blob412f42c64e733ccf94af895cac11733f8409fe3f
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5         <t:title>[ planet-factor ]</t:title>
7         <table width="100%" cellpadding="10">
8                 <tr>
9                         <td>
11                                 <t:bind-each t:name="postings">
13                                         <h2 class="posting-title">
14                                                 <t:a t:value="url"><t:label t:name="title" /></t:a>
15                                         </h2>
17                                         <p class="posting-body">
18                                                 <t:html t:name="description" />
19                                         </p>
21                                         <p class="posting-date">
22                                                 <t:a t:value="url"><t:label t:name="date" /></t:a>
23                                         </p>
25                                 </t:bind-each>
27                         </td>
29                         <td valign="top" width="25%" class="infobox">
31                                 <h2>Blogroll</h2>
33                                 <ul>
34                                         <t:each t:name="blogroll">
35                                                 <li>
36                                                         <t:link t:name="value"/>
37                                                 </li>
38                                         </t:each>
39                                 </ul>
41                                 <hr/>
43                                 <p>
44                                     <strong>planet-factor</strong> is an Atom/RSS aggregator that collects the
45                                     contents of <a href="http://factorcode.org/">Factor</a>-related blogs. It is inspired by
46                                     <a href="http://planet.lisp.org">Planet Lisp</a>.
47                                 </p>
48                                 <p>
49                                     <img src="http://factorcode.org/feed-icon-14x14.png" />
50                                     <t:a t:href="$planet/feed.xml">Syndicate</t:a>
51                                 </p>
52                         </td>
53                 </tr>
54         </table>
56 </t:chloe>