diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-25 23:30:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-25 23:30:12 +0100 |
commit | 1992da6a916bff1a1f98e5b4f281a80a3177884d (patch) | |
tree | ca16a2cb13462495d79fbf2b9b8a1a8808a0d455 /docs | |
parent | 4679d9182ba5c5f2a41f2ae51f168deff250aea9 (diff) | |
download | Ishtar-1992da6a916bff1a1f98e5b4f281a80a3177884d.tar.bz2 Ishtar-1992da6a916bff1a1f98e5b4f281a80a3177884d.zip |
Update of french translation (refs #112) - CSS improvment
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/INSTALL.t2t | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/src/INSTALL.t2t b/docs/src/INSTALL.t2t index c485f0d96..f411d5e99 100644 --- a/docs/src/INSTALL.t2t +++ b/docs/src/INSTALL.t2t @@ -20,7 +20,7 @@ Last update: %%date(%m-%d-%Y) - libjs-jquery-ui - django-formwizard - curl (to fetch towns from OSM) - +- python-pisa To install django-simple-history: ``` @@ -31,6 +31,9 @@ python setup.py install git clone git://gitorious.org/xhtml2odt/xhtml2odt.git INSTALL_PATH = "/home/etienne/work/ishtar/xhtml2odt" +__init__.py +=> nécessite python-utidylib , python-lxml, python-imaging + Import towns: curl --location --globoff "http://openstreetmap.us/xapi/api/0.6/node[place=village|town|city][bbox=-5.53711,41.90228,8.96484,51.50874]" -o data.osm |