summaryrefslogtreecommitdiff
path: root/docs/fr
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-30 00:27:24 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-30 00:27:24 +0100
commit43ff3b958fe3f60d48fc92d2fc2e42789cdccf5f (patch)
tree70efaa89ac541c82814cab8111c32a982488812c /docs/fr
parentd8f7aefbc5d351ca82d8184ecb5ac493f682e894 (diff)
downloadChimère-43ff3b958fe3f60d48fc92d2fc2e42789cdccf5f.tar.bz2
Chimère-43ff3b958fe3f60d48fc92d2fc2e42789cdccf5f.zip
Documentation: integration of Nawa's remarks
Diffstat (limited to 'docs/fr')
-rw-r--r--docs/fr/install.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/fr/install.rst b/docs/fr/install.rst
index 404cf4c..9c72af0 100644
--- a/docs/fr/install.rst
+++ b/docs/fr/install.rst
@@ -26,7 +26,6 @@ Pré-requis
- `Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/>`_
- python-simplejson
- python-gdal
- - `unidecode <http://pypi.python.org/pypi/Unidecode>`_
- `lxml <http://lxml.de/>`_
- `jquery <http://jquery.com/>`_ version 1.7.1 or better
- `jquery-ui <http://jqueryui.com/>`_
@@ -56,7 +55,7 @@ pour Debian Wheezy::
python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \
javascript-common python-lxml libjs-jquery libjs-jquery-ui \
python-feedparser libgeos-3.3.3 proj-bin postgresql-9.1-postgis \
- gdal-bin tinymce gpsbabel python-django-celery \
+ gdal-bin tinymce gpsbabel python-django-celery
Pour Debian Squeeze (il est nécessaire d'activer les backports)::
@@ -67,7 +66,9 @@ Pour Debian Squeeze (il est nécessaire d'activer les backports)::
python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \
javascript-common python-lxml libjs-jquery libjs-jquery-ui \
python-feedparser libgeos-3.2.0 proj-bin postgresql-8.4-postgis \
- gdal-bin tinymce gpsbabel \
+ gdal-bin tinymce gpsbabel
+
+Le paquet *python-django-celery* n'existe pas pour Debian Squeeze.
Si ces paquets n'ont pas d'équivalents sur les dépôts de votre distribution
Linux, référez vous aux sites web de ces applications.
@@ -213,7 +214,7 @@ Pour faire cela, il faut lancer la commande suivante (ici, **fr** est pour le
français, remplacez cela avec le code de langage approprié) ::
cd $INSTALL_PATH/chimere/chimere/
- django-admin compilemessages
+ django-admin compilemessages -l fr
Si votre langage n'est pas disponible, n'hésitez pas à créer le fichier **po**
par défaut et à le proposer (les contributions sont bienvenues).