Changeset 1310:0a87b1a9bbbd
- Timestamp:
- 01/13/10 19:11:00 (2 years ago)
- Branch:
- default
- Children:
- 1311:bddad78eab94, 1363:5298e63f55ce, 1364:fcb01dfbd811
- File:
-
- 1 edited
-
zine/pluginsystem.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zine/pluginsystem.py
r1279 r1310 36 36 --------------- 37 37 38 To identify a plugin metadata areused. Zine requires a file38 To identify a plugin metadata is used. Zine requires a file 39 39 named `metadata.txt` to load some information about the plugin. 40 40 … … 44 44 The full name of the plugin. 45 45 :Plugin URL: 46 The URL of the plugin (e.g download location) 46 The URL of the plugin (e.g download location). 47 47 :Description: 48 48 The full description of the plugin. … … 52 52 where `Name` is the full name of the author. 53 53 :Author URL: 54 The website of the plugin -author.54 The website of the plugin author. 55 55 :Contributors: 56 Add a list of all contributors sep erated by a comma.56 Add a list of all contributors separated by a comma. 57 57 Use this field in the form of ``Name1 <n1@w1.xy>, Name2 58 58 <n2@w2.xy>`` where `Name` is the full name of the author … … 64 64 A little preview of the theme deployed by the plugin. 65 65 :Depends: 66 A list of plugins the plugin depends on. All plugin -names will67 be split ted bya 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. 68 68 All plugins in this list will be activated if found but if one 69 is miss ed the admin will be informated about that and the plugin69 is missing, the admin will be informed about that and the plugin 70 70 won't be activated. 71 71 72 Each key can be suffixed with "[LANG_CODE]" for internation lization::72 Each key can be suffixed with "[LANG_CODE]" for internationalization:: 73 73 74 74 Title: Example Plugin
Note: See TracChangeset
for help on using the changeset viewer.