summaryrefslogtreecommitdiff
path: root/debian/control
blob: 75e052603464502b925a8d85fe334166adcf4f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: python-django-chimere
Section: python
Priority: optional
Maintainer: Étienne Loks <etienne.loks@peacefrogs.net>
Build-Depends: debhelper (>= 8.0.0),
 python | python-all | python-dev | python-all-dev,
 python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
 python-setuptools
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/chimere
#Vcs-Git: git://git.debian.org/collab-maint/python-django-chimere.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-django-chimere.git;a=summary

Package: python-django-chimere
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends},
 python-django (>= 1.4),
 python-django (<< 1.5),
 python-gdal,
 python-psycopg2,
 python-beautifulsoup,
 python-imaging,
 python-simplejson,
 python-django-south,
 python-pyexiv2,
 python-feedparser,
 python-lxml
Recommends: javascript-common,
 libjs-jquery,
 libjs-jquery-ui,
 libjs-jquery-ui-theme-base,
 gpsbabel
Description: collaborative and thematic maps application for Django
 Chimère is a cartographic mashup using OpenStreetMap as a default map
 layer. This software aims to create online collaborative and thematic
 maps. Content (multimedia, text) are associated to basic geographic
 items (Point Of Interest, routes). Adds on the map are open to everybody
 with no authentication but are moderated by a team in charge of the map.
 .
 Main features:
  * Display (by default) of the mapnik OpenStreetMap layer.
  * Display on the map of POIs (with markers) and routes (with colored
    polylines).
  * Thematic choices of items to display (POIs and routes).
  * Filter themes in regard to currently available items.
  * Display of the detail of a POI (name, description, pictures, multimedia
    files).
  * Management of multimedia files and images associated to POIs.
  * Add of a cartographic item (POI, route) on the map by an user without
    authentication (the item is only available after moderation).
  * Admin interface for moderation and configuration.
  * Cut a Chimère by "areas". Each "area" can have specific themes, a new
    default center, etc.
  * Configuration of map layers in administration interface.
  * Import and export of data from/to various formats: ShapeFile, KML, GeoRSS
    (import only), CSV and OpenStreetMap.