Joe Gregorio | 9c8588a | 2011-07-01 12:01:36 -0400 | [diff] [blame] | 1 | <?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 Gregorio | 81d92cc | 2012-07-09 16:46:02 -0400 | [diff] [blame] | 11 | <td><a href="/{{ item.name }}_{{ item.safe_version }}.html">PyDoc</a></td> |
Joe Gregorio | 9c8588a | 2011-07-01 12:01:36 -0400 | [diff] [blame] | 12 | </tr> |
| 13 | {% endfor %} |
| 14 | </table> |
| 15 | ]]> |
| 16 | </Content> |
| 17 | </Module> |