Zine

open source content publishing system


Changeset 1310:0a87b1a9bbbd


Ignore:
Timestamp:
01/13/10 19:11:00 (2 years ago)
Author:
Georg Brandl <georg@…>
Branch:
default
Children:
1311:bddad78eab94, 1363:5298e63f55ce, 1364:fcb01dfbd811
Message:

Spellchecking docstring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/pluginsystem.py

    r1279 r1310  
    3636    --------------- 
    3737 
    38     To identify a plugin metadata are used. Zine requires a file 
     38    To identify a plugin metadata is used. Zine requires a file 
    3939    named `metadata.txt` to load some information about the plugin. 
    4040 
     
    4444        The full name of the plugin. 
    4545    :Plugin URL: 
    46         The URL of the plugin (e.g download location) 
     46        The URL of the plugin (e.g download location). 
    4747    :Description: 
    4848        The full description of the plugin. 
     
    5252        where `Name` is the full name of the author. 
    5353    :Author URL: 
    54         The website of the plugin-author. 
     54        The website of the plugin author. 
    5555    :Contributors: 
    56         Add a list of all contributors seperated by a comma. 
     56        Add a list of all contributors separated by a comma. 
    5757        Use this field in the form of ``Name1 <n1@w1.xy>, Name2 
    5858        <n2@w2.xy>`` where `Name` is the full name of the author 
     
    6464        A little preview of the theme deployed by the plugin. 
    6565    :Depends: 
    66         A list of plugins the plugin depends on.  All plugin-names will 
    67         be splitted by a comma and also named exactly as the depended plugin. 
     66        A list of plugins the plugin depends on.  All plugin names will 
     67        be split at a comma and also named exactly as the depended plugin. 
    6868        All plugins in this list will be activated if found but if one 
    69         is missed the admin will be informated about that and the plugin 
     69        is missing, the admin will be informed about that and the plugin 
    7070        won't be activated. 
    7171 
    72     Each key can be suffixed with "[LANG_CODE]" for internationlization:: 
     72    Each key can be suffixed with "[LANG_CODE]" for internationalization:: 
    7373 
    7474        Title: Example Plugin 
Note: See TracChangeset for help on using the changeset viewer.