blob: 0287e28c2cd832638738dbd0b752c5fc0af685b7 [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>
Joe Gregorio81d92cc2012-07-09 16:46:02 -040011 <td><a href="/{{ item.name }}_{{ item.safe_version }}.html">PyDoc</a></td>
Joe Gregorio9c8588a2011-07-01 12:01:36 -040012 </tr>
13 {% endfor %}
14 </table>
15 ]]>
16 </Content>
17</Module>