blob: 49a9436803f9f51174f5139ab357375725030c5e [file] [log] [blame]
Joe Gregorio9c8588a2011-07-01 12:01:36 -04001<?xml version="1.0" encoding="UTF-8" ?>
2<Module>
3 <ModulePrefs title="Google APIs" />
4 <Content type="html">
5 <![CDATA[
6 <table>
7 {% for item in directory %}
8 <tr>
9 <td><img style="width: 16px; height: 16px" src="{{ item.icons.x16 }}"/> {{ item.name }} </td>
10 <td><a href="{{ item.documentationLink }}">Documentation</a></td>
11 <td><a href="/{{ item.name }}/{{ item.version }}">PyDoc</a></td>
12 </tr>
13 {% endfor %}
14 </table>
15 ]]>
16 </Content>
17</Module>