diff options
| -rw-r--r-- | docs/fr/install.rst | 9 | ||||
| -rw-r--r-- | docs/install.rst | 8 | ||||
| -rw-r--r-- | requirements.txt | 1 | 
3 files changed, 9 insertions, 9 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). diff --git a/docs/install.rst b/docs/install.rst index 248ece9..f26da83 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,7 +26,6 @@ Prerequisites   - `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 @@ Linux distribution repositories. For instance on 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  On Debian Squeeze (you need to activate backports):: @@ -68,8 +67,9 @@ On Debian Squeeze (you need to activate 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 +The package *python-django-celery* doesn't exist for Debian Squeeze.  If these packages do not exist in your distribution's repository, please refer  to the applications' websites. @@ -209,7 +209,7 @@ need to get it compiled. This can be done with the following command (here,  **fr** stands for French, replace it with the appropriate language code)::      cd $INSTALL_PATH/chimere/chimere/ -    django-admin compilemessages +    django-admin compilemessages -l fr  If your language is not available, feel free to create the default po file and  to submit it, contributions are well appreciated. Procedure is as follows: diff --git a/requirements.txt b/requirements.txt index b7d71a1..f458f31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ pil  lxml  south==0.7.3  simplejson -unidecode  feedparser  django-extensions  django-tinymce  | 
