Welcome to mirror list, hosted at ThFree Co, Russian Federation.

remote.py « plugin_installer - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bebeb61e5ac8f4fae165be4e1819bdaa1691fa2 (plain)
1
2
3
4
5
6
7
8
# File which defines all remote URLs

server = 'https://ftp.gajim.org'
directory = 'plugins_master_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