Port all plugin manifests to JSON
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Acronyms Expander
|
|
||||||
short_name: acronyms_expander
|
|
||||||
version: 1.4.3
|
|
||||||
description: Replaces acronyms (or other strings) with given expansions/substitutes.
|
|
||||||
authors: Philipp Hörist <philipp@hoerist.com>
|
|
||||||
Mateusz Biliński <mateusz@bilinski.it>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/AcronymsExpanderPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
20
acronyms_expander/manifest.json
Normal file
20
acronyms_expander/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Philipp Hörist <philipp@hoerist.com>",
|
||||||
|
"Mateusz Biliński <mateusz@bilinski.it>"
|
||||||
|
],
|
||||||
|
"description": "Replaces acronyms (or other strings) with given expansions/substitutes.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/AcronymsExpanderPlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "Acronyms Expander",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "acronyms_expander",
|
||||||
|
"version": "1.4.4"
|
||||||
|
}
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Anti Spam
|
|
||||||
short_name: anti_spam
|
|
||||||
version: 1.6.3
|
|
||||||
description: Block some incoming messages.
|
|
||||||
authors: Yann Leboulanger <asterix@lagaule.org>
|
|
||||||
Denis Fomin <fominde@gmail.com>
|
|
||||||
Ilya Kanyukov <ilya.kanukov@gmail.com>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/AntiSpamPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
21
anti_spam/manifest.json
Normal file
21
anti_spam/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Yann Leboulanger <asterix@lagaule.org>",
|
||||||
|
"Denis Fomin <fominde@gmail.com>",
|
||||||
|
"Ilya Kanyukov <ilya.kanukov@gmail.com>"
|
||||||
|
],
|
||||||
|
"description": "Block some incoming messages.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/AntiSpamPlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "Anti Spam",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "anti_spam",
|
||||||
|
"version": "1.6.4"
|
||||||
|
}
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Birthday reminder
|
|
||||||
short_name: birthday_reminder
|
|
||||||
version: 1.4.3
|
|
||||||
description: Reminds you if a contact of yours has a birthday.
|
|
||||||
authors: Evgeniy Popov <evgeniypopov@gmail.com>
|
|
||||||
Philipp Hörist <philipp@hoerist.com>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/BirthdayReminderPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Clients icons
|
|
||||||
short_name: clients_icons
|
|
||||||
version: 7.10.4
|
|
||||||
description: Shows client icons in roster and in groupchats.
|
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
|
||||||
Artem Klyop <art.klyop@gmail.com>
|
|
||||||
Thilo Molitor <thilo@eightysoft.de>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/ClientsIconsPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
21
clients_icons/manifest.json
Normal file
21
clients_icons/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Denis Fomin <fominde@gmail.com>",
|
||||||
|
"Artem Klyop <art.klyop@gmail.com>",
|
||||||
|
"Thilo Molitor <thilo@eightysoft.de>"
|
||||||
|
],
|
||||||
|
"description": "Shows client icons in roster and in groupchats.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/ClientsIconsPlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "Clients icons",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "clients_icons",
|
||||||
|
"version": "7.10.5"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Form Handler
|
|
||||||
short_name: form_handler
|
|
||||||
version: 1.4.1
|
|
||||||
description: Lets the user display and answer forms attached to messages.
|
|
||||||
authors = Philipp Hoerist <philipp@hoerist.com>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/formhandler
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Message Length Notifier
|
|
||||||
short_name: length_notifier
|
|
||||||
version: 1.4.3
|
|
||||||
description: Highlights the chat window’s message input if a specified message length is exceeded
|
|
||||||
authors: Mateusz Biliński <mateusz@bilinski.it>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
19
length_notifier/manifest.json
Normal file
19
length_notifier/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Mateusz Biliński <mateusz@bilinski.it>"
|
||||||
|
],
|
||||||
|
"description": "Highlights the chat window’s message input if a specified message length is exceeded",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "Message Length Notifier",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "length_notifier",
|
||||||
|
"version": "1.4.4"
|
||||||
|
}
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Message Box Size
|
|
||||||
short_name: message_box_size
|
|
||||||
version: 1.4.0
|
|
||||||
description: Allows you to adjust the height of the 'New message' input field.
|
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
|
||||||
Philipp Hörist <philipp@hoerist.com>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
20
message_box_size/manifest.json
Normal file
20
message_box_size/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Denis Fomin <fominde@gmail.com>",
|
||||||
|
"Philipp Hörist <philipp@hoerist.com>"
|
||||||
|
],
|
||||||
|
"description": "Allows you to adjust the height of the 'New message' input field.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "Message Box Size",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "message_box_size",
|
||||||
|
"version": "1.4.1"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Now Listen
|
|
||||||
short_name: now_listen
|
|
||||||
version: 1.4.0
|
|
||||||
description: Allows you to paste info about the music you are playing (use by pressing Alt+N in the message input).
|
|
||||||
authors = Denis Fomin <fominde@gmail.com>
|
|
||||||
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/NowListenPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
17
now_listen/manifest.json
Normal file
17
now_listen/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Denis Fomin <fominde@gmail.com>"
|
||||||
|
],
|
||||||
|
"description": "Allows you to paste info about the music you are playing (use by pressing Alt+N in the message input).",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/NowListenPlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "Now Listen",
|
||||||
|
"platforms": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "now_listen",
|
||||||
|
"version": "1.4.1"
|
||||||
|
}
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: OMEMO
|
|
||||||
short_name: omemo
|
|
||||||
version: 2.8.13
|
|
||||||
description: OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install some dependencies, detailed in the installation instructions for your system in the GitLab wiki.
|
|
||||||
authors: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
|
|
||||||
Daniel Gultsch <daniel@gultsch.de>
|
|
||||||
Philipp Hörist <philipp@hoerist.com>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
21
omemo/manifest.json
Normal file
21
omemo/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>",
|
||||||
|
"Daniel Gultsch <daniel@gultsch.de>",
|
||||||
|
"Philipp Hörist <philipp@hoerist.com>"
|
||||||
|
],
|
||||||
|
"description": "OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install some dependencies, detailed in the installation instructions for your system in the GitLab wiki.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "OMEMO",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "omemo",
|
||||||
|
"version": "2.8.14"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: OpenPGP
|
|
||||||
short_name: openpgp
|
|
||||||
version: 1.4.8
|
|
||||||
description: Experimental OpenPGP (XEP-0373) implementation.
|
|
||||||
authors: Philipp Hörist <philipp@hoerist.com>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/pgp
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
19
openpgp/manifest.json
Normal file
19
openpgp/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Philipp Hörist <philipp@hoerist.com>"
|
||||||
|
],
|
||||||
|
"description": "Experimental OpenPGP (XEP-0373) implementation.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/pgp",
|
||||||
|
"config_dialog": false,
|
||||||
|
"name": "OpenPGP",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "openpgp",
|
||||||
|
"version": "1.4.9"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: PGP
|
|
||||||
short_name: pgp
|
|
||||||
version: 1.4.4
|
|
||||||
description: PGP encryption as per XEP-0027.
|
|
||||||
authors: Philipp Hörist <philipp@hoerist.com>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/pgpplugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
19
pgp/manifest.json
Normal file
19
pgp/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Philipp Hörist <philipp@hoerist.com>"
|
||||||
|
],
|
||||||
|
"description": "PGP encryption as per XEP-0027.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/pgpplugin",
|
||||||
|
"config_dialog": false,
|
||||||
|
"name": "PGP",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "pgp",
|
||||||
|
"version": "1.4.5"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Plugins translations
|
|
||||||
short_name: plugins_translations
|
|
||||||
version: 1.4.0
|
|
||||||
description: This plugin contains translation files for Gajim plugins.
|
|
||||||
authors = Denis Fomin <fominde@gmail.com>
|
|
||||||
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/PluginsTranslationsPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
19
plugins_translations/manifest.json
Normal file
19
plugins_translations/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Denis Fomin <fominde@gmail.com>"
|
||||||
|
],
|
||||||
|
"description": "This plugin contains translation files for Gajim plugins.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/PluginsTranslationsPlugin",
|
||||||
|
"config_dialog": false,
|
||||||
|
"name": "Plugins translations",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "plugins_translations",
|
||||||
|
"version": "1.4.1"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Quick replies
|
|
||||||
short_name: quick_replies
|
|
||||||
version: 1.4.1
|
|
||||||
description: Adds a menu with customizable quick replies
|
|
||||||
authors = Evgeniy Popov <evgeniypopov@gmail.com>
|
|
||||||
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/QuickRepliesPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
19
quick_replies/manifest.json
Normal file
19
quick_replies/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Evgeniy Popov <evgeniypopov@gmail.com>"
|
||||||
|
],
|
||||||
|
"description": "Adds a menu with customizable quick replies",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/QuickRepliesPlugin",
|
||||||
|
"config_dialog": false,
|
||||||
|
"name": "Quick replies",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "quick_replies",
|
||||||
|
"version": "1.4.2"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Regex Filter
|
|
||||||
short_name: regex_filter
|
|
||||||
version: 1.4.1
|
|
||||||
description: Filter incoming messages using regex.
|
|
||||||
authors: Yann Leboulanger <asterix@lagaule.org>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/RegexFilterPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
19
regex_filter/manifest.json
Normal file
19
regex_filter/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Yann Leboulanger <asterix@lagaule.org>"
|
||||||
|
],
|
||||||
|
"description": "Filter incoming messages using regex.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/RegexFilterPlugin",
|
||||||
|
"config_dialog": false,
|
||||||
|
"name": "Regex Filter",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "regex_filter",
|
||||||
|
"version": "1.4.2"
|
||||||
|
}
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[info]
|
|
||||||
name: Triggers
|
|
||||||
short_name: triggers
|
|
||||||
version: 1.4.4
|
|
||||||
description: Configure Gajim's behaviour for each contact.
|
|
||||||
authors: Yann Leboulanger <asterix@lagaule.org>
|
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/TriggersPlugin
|
|
||||||
min_gajim_version: 1.4.0-dev1
|
|
||||||
max_gajim_version: 1.4.90
|
|
||||||
19
triggers/manifest.json
Normal file
19
triggers/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"authors": [
|
||||||
|
"Yann Leboulanger <asterix@lagaule.org>"
|
||||||
|
],
|
||||||
|
"description": "Configure Gajim's behaviour for each contact.",
|
||||||
|
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/TriggersPlugin",
|
||||||
|
"config_dialog": true,
|
||||||
|
"name": "Triggers",
|
||||||
|
"platforms": [
|
||||||
|
"linux",
|
||||||
|
"darwin",
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"gajim>=1.4.0"
|
||||||
|
],
|
||||||
|
"short_name": "triggers",
|
||||||
|
"version": "1.4.5"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user