Add plugin description data
This commit is contained in:
parent
4094d3a9bf
commit
7e9ab8321a
18 changed files with 90 additions and 0 deletions
5
plugins/AnnounceBitTorrent/plugin_info.json
Normal file
5
plugins/AnnounceBitTorrent/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "AnnounceBitTorrent",
|
||||
"description": "Discover new peers using BitTorrent trackers.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/AnnounceLocal/plugin_info.json
Normal file
5
plugins/AnnounceLocal/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "AnnounceLocal",
|
||||
"description": "Discover LAN clients using UDP broadcasting.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/AnnounceShare/plugin_info.json
Normal file
5
plugins/AnnounceShare/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "AnnounceShare",
|
||||
"description": "Share possible trackers between clients.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/AnnounceZero/plugin_info.json
Normal file
5
plugins/AnnounceZero/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "AnnounceZero",
|
||||
"description": "Announce using ZeroNet protocol.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/Chart/plugin_info.json
Normal file
5
plugins/Chart/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Chart",
|
||||
"description": "Collect and provide stats of client information.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/ContentFilter/plugin_info.json
Normal file
5
plugins/ContentFilter/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "ContentFilter",
|
||||
"description": "Manage site and user block list.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/Cors/plugin_info.json
Normal file
5
plugins/Cors/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Cors",
|
||||
"description": "Cross site resource read.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/CryptMessage/plugin_info.json
Normal file
5
plugins/CryptMessage/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "CryptMessage",
|
||||
"description": "Cryptographic functions of ECIES and AES data encryption/decryption.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/FilePack/plugin_info.json
Normal file
5
plugins/FilePack/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "FilePack",
|
||||
"description": "Transparent web access for Zip and Tar.gz files.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/PeerDb/plugin_info.json
Normal file
5
plugins/PeerDb/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "PeerDb",
|
||||
"description": "Save/restore peer list on client restart.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/Sidebar/plugin_info.json
Normal file
5
plugins/Sidebar/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Sidebar",
|
||||
"description": "Access site management sidebar and console by dragging top-right 0 button to left or down.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/Stats/plugin_info.json
Normal file
5
plugins/Stats/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Stats",
|
||||
"description": "/Stats and /Benchmark pages.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/TranslateSite/plugin_info.json
Normal file
5
plugins/TranslateSite/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "TranslateSite",
|
||||
"description": "Transparent support translation of site javascript and html files.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/Trayicon/plugin_info.json
Normal file
5
plugins/Trayicon/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Trayicon",
|
||||
"description": "Icon for system tray. (Windows only)",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/UiConfig/plugin_info.json
Normal file
5
plugins/UiConfig/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "UiConfig",
|
||||
"description": "Change client settings using the web interface.",
|
||||
"default": "enabled"
|
||||
}
|
5
plugins/disabled-Bootstrapper/plugin_info.json
Normal file
5
plugins/disabled-Bootstrapper/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Bootstrapper",
|
||||
"description": "Add BitTorrent tracker server like features to your ZeroNet client.",
|
||||
"default": "disabled"
|
||||
}
|
5
plugins/disabled-Multiuser/plugin_info.json
Normal file
5
plugins/disabled-Multiuser/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "MultiUser",
|
||||
"description": "Cookie based multi-users support on your ZeroNet web interface.",
|
||||
"default": "disabled"
|
||||
}
|
5
plugins/disabled-UiPassword/plugin_info.json
Normal file
5
plugins/disabled-UiPassword/plugin_info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "UiPassword",
|
||||
"description": "Password based autentication on the web interface.",
|
||||
"default": "disabled"
|
||||
}
|
Loading…
Reference in a new issue