-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81f0319
commit 53d3ea9
Showing
11 changed files
with
212 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,37 @@ | ||
PLUGIN METADATA TAGS | ||
======================================================= | ||
id the key, usually library base name | ||
name | ||
id the key,library base name | ||
name human readable plugin name | ||
description | ||
icon path to installed or available icon | ||
category will be removed? | ||
tags comma separated, spaces allowed | ||
changelog may be multiline | ||
icon path to installed or available icon | ||
category isn't it depreciated? | ||
tags comma separated, spaces allowed | ||
changelog may be multiline | ||
author_name | ||
author_email | ||
homepage url | ||
tracker url | ||
code_repository url | ||
homepage url | ||
tracker url | ||
code_repository url | ||
version_installed | ||
library cpp: path to the installed library | Python: module name | ||
pythonic is plugin pythonic or cpp? | ||
readonly is core plugin? | ||
status not installed | installed | upgradeable | orphan | new | newer * | ||
error NULL | broken | incompatible | dependent | ||
library absolute path to the installed library / module | ||
pythonic true | false (is plugin pythonic or cpp?) | ||
readonly true | false (is core plugin?) | ||
installed true | false | ||
available true | false | ||
status not installed | new | upgradeable | orphan | newer * | ||
error NULL | broken | incompatible | dependent | ||
error_details | ||
experimental choosen version status | ||
experimental choosen version status | ||
version_available | ||
zip_repository the remote repository id | ||
zip_repository the remote repository id | ||
download_url | ||
filename the zip file name | ||
downloads number of dowloads | ||
filename the zip file name to be unpacked | ||
downloads number of dowloads | ||
average_vote | ||
rating_votes number of votes | ||
rating_votes number of votes | ||
|
||
* status is only obligatory for Pythin plugins and it must match all the tags: | ||
available, installed. version_available, version_installed. | ||
orphan = installed and not available to download; | ||
new = not installed and seen for the first time; | ||
newer = the installer version is newer than available one. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.