9578053 Jan 22 2022 distfiles.gentoo.org/distfiles/gajim-1.3.3-2.tar.gz
This commit is contained in:
parent
a5b3822651
commit
4c1b226bff
1045 changed files with 753037 additions and 18 deletions
8
gajim/data/plugins/plugin_installer/remote.py
Normal file
8
gajim/data/plugins/plugin_installer/remote.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# File which defines all remote URLs
|
||||
|
||||
server = 'https://ftp.gajim.org'
|
||||
directory = 'plugins_1.3_zip'
|
||||
|
||||
PLUGINS_DIR_URL = '%s/%s' % (server, directory)
|
||||
MANIFEST_URL = '%s/manifests.zip' % PLUGINS_DIR_URL
|
||||
MANIFEST_IMAGE_URL = '%s/manifests_images.zip' % PLUGINS_DIR_URL
|
||||
Loading…
Add table
Add a link
Reference in a new issue