This commit is contained in:
Yohan Boniface 2014-02-10 16:54:01 +01:00
parent 02994a3df1
commit 452270724a
4 changed files with 6 additions and 5 deletions

6
fabfile.py vendored
View file

@ -238,7 +238,7 @@ def collect_remote_statics():
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env) remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
run_as_umap('mkdir -p {0}'.format(remote_static_dir)) run_as_umap('mkdir -p {0}'.format(remote_static_dir))
remote_repositories = { remote_repositories = {
'leaflet': "git://github.com/Leaflet/Leaflet.git@master#v0.7.1", 'leaflet': "git://github.com/Leaflet/Leaflet.git@master#v0.7.2",
'draw': "git://github.com/Leaflet/Leaflet.draw.git@master#0.2.3", 'draw': "git://github.com/Leaflet/Leaflet.draw.git@master#0.2.3",
'hash': "git://github.com/mlevans/leaflet-hash.git@master", 'hash': "git://github.com/mlevans/leaflet-hash.git@master",
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master', 'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
@ -246,11 +246,11 @@ def collect_remote_statics():
'minimap': 'git://github.com/Norkart/Leaflet-MiniMap.git@master', 'minimap': 'git://github.com/Norkart/Leaflet-MiniMap.git@master',
'i18n': 'git://github.com/yohanboniface/Leaflet.i18n.git@master', 'i18n': 'git://github.com/yohanboniface/Leaflet.i18n.git@master',
'csv2geojson': 'git://github.com/mapbox/csv2geojson.git@gh-pages', 'csv2geojson': 'git://github.com/mapbox/csv2geojson.git@gh-pages',
'togeojson': 'git://github.com/mapbox/togeojson.git@gh-pages', 'togeojson': 'git://github.com/mapbox/togeojson.git@gh-pages#v0.4.2',
'osmtogeojson': 'git://github.com/aaronlidman/osm-and-geojson.git@master', 'osmtogeojson': 'git://github.com/aaronlidman/osm-and-geojson.git@master',
'loading': 'git://github.com/ebrelsford/Leaflet.loading.git@master#v0.1.6', 'loading': 'git://github.com/ebrelsford/Leaflet.loading.git@master#v0.1.6',
'contextmenu': 'git://github.com/aratcliffe/Leaflet.contextmenu.git@master', 'contextmenu': 'git://github.com/aratcliffe/Leaflet.contextmenu.git@master',
'markercluster': 'git://github.com/Leaflet/Leaflet.markercluster.git@master', 'markercluster': 'git://github.com/Leaflet/Leaflet.markercluster.git@master#0.4',
'measure': 'git://github.com/makinacorpus/Leaflet.MeasureControl.git@gh-pages', 'measure': 'git://github.com/makinacorpus/Leaflet.MeasureControl.git@gh-pages',
} }
with cd(remote_static_dir): with cd(remote_static_dir):

View file

@ -1,6 +1,6 @@
Django==1.5.5 Django==1.5.5
South==0.7.6 South==0.7.6
django-leaflet-storage==0.4.0 django-leaflet-storage==0.5.0
django_compressor==1.2 django_compressor==1.2
django-social-auth==0.7.20 django-social-auth==0.7.20
hg+https://bitbucket.org/liberation/sesql hg+https://bitbucket.org/liberation/sesql

View file

@ -1,5 +1,5 @@
"Create maps with OpenStreetMap layers in a minute and embed them in your site." "Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (0, 4, 0) VERSION = (0, 5, 0)
__author__ = 'Yohan Boniface' __author__ = 'Yohan Boniface'
__contact__ = "yb@enix.org" __contact__ = "yb@enix.org"

View file

@ -31,6 +31,7 @@ LANGUAGES = (
('de', u'Deutsch'), ('de', u'Deutsch'),
('da', u'Danish'), ('da', u'Danish'),
('ja', u'Japanese'), ('ja', u'Japanese'),
('lt', u'Lithuanian'),
) )
# Make this unique, and don't share it with anybody. # Make this unique, and don't share it with anybody.