Zine

open source content publishing system


Changeset 1286:b529966d361b


Ignore:
Timestamp:
01/11/10 00:25:55 (2 years ago)
Author:
Georg Brandl <georg@…>
Branch:
default
Message:

Banish all tabs.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • external-plugins/eric_the_fish/docs/en/index.rst

    r1129 r1286  
    1717using the ``build-documentation`` script distributed with Zine:: 
    1818 
    19         $ ./scripts/build-documentation zine/plugins/eric_the_fish 
     19    $ ./scripts/build-documentation zine/plugins/eric_the_fish 
    2020 
    2121After that, it shows up in the plugin section of the online help (that's 
  • zine/templates/admin/help_404.html

    r534 r1286  
    22{% block title %}{{ title|striptags }}{% endblock %} 
    33{% 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 the 
    7           <tt>build-documentation</tt> script from zine's scripts 
    8           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> 
    99{% endblock %} 
  • zine/templates/admin/index.html

    r1234 r1286  
    8080        {% endtrans %}</p> 
    8181      <script type="text/javascript"> 
    82         $('<div>').load('?load=reddit').appendTo('div.reddit'); 
     82        $('<div>').load('?load=reddit').appendTo('div.reddit'); 
    8383      </script> 
    8484    </div> 
  • zine/templates/widgets/tag_cloud.html

    r629 r1286  
    88      count=tag.count, tag=(tag.name|e) %}{{ count }} post tagged {{ 
    99      tag }}{% pluralize %}{{ count }} posts tagged {{ tag }}{% 
    10               endtrans %}">{{ tag.name|e }}</a> 
     10      endtrans %}">{{ tag.name|e }}</a> 
    1111  {%- endfor %} 
    1212  </div> 
Note: See TracChangeset for help on using the changeset viewer.