Changeset 1286:b529966d361b
- Timestamp:
- 01/11/10 00:25:55 (2 years ago)
- Branch:
- default
- Files:
-
- 4 edited
-
external-plugins/eric_the_fish/docs/en/index.rst (modified) (1 diff)
-
zine/templates/admin/help_404.html (modified) (1 diff)
-
zine/templates/admin/index.html (modified) (1 diff)
-
zine/templates/widgets/tag_cloud.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
external-plugins/eric_the_fish/docs/en/index.rst
r1129 r1286 17 17 using the ``build-documentation`` script distributed with Zine:: 18 18 19 $ ./scripts/build-documentation zine/plugins/eric_the_fish19 $ ./scripts/build-documentation zine/plugins/eric_the_fish 20 20 21 21 After that, it shows up in the plugin section of the online help (that's -
zine/templates/admin/help_404.html
r534 r1286 2 2 {% block title %}{{ title|striptags }}{% endblock %} 3 3 {% block contents %} 4 <h2>{{ _("Documentation Not Found") }}</h2>5 <p>{{ _("The online documentation could not be found.") }}</p>6 <p>{% trans %}Possibly you have to generate the docs first by running the7 <tt>build-documentation</tt> script from zine's scripts8 folder.{% endtrans %}</p>4 <h2>{{ _("Documentation Not Found") }}</h2> 5 <p>{{ _("The online documentation could not be found.") }}</p> 6 <p>{% trans %}Possibly you have to generate the docs first by running the 7 <tt>build-documentation</tt> script from zine's scripts 8 folder.{% endtrans %}</p> 9 9 {% endblock %} -
zine/templates/admin/index.html
r1234 r1286 80 80 {% endtrans %}</p> 81 81 <script type="text/javascript"> 82 $('<div>').load('?load=reddit').appendTo('div.reddit');82 $('<div>').load('?load=reddit').appendTo('div.reddit'); 83 83 </script> 84 84 </div> -
zine/templates/widgets/tag_cloud.html
r629 r1286 8 8 count=tag.count, tag=(tag.name|e) %}{{ count }} post tagged {{ 9 9 tag }}{% pluralize %}{{ count }} posts tagged {{ tag }}{% 10 endtrans %}">{{ tag.name|e }}</a>10 endtrans %}">{{ tag.name|e }}</a> 11 11 {%- endfor %} 12 12 </div>
Note: See TracChangeset
for help on using the changeset viewer.