summaryrefslogtreecommitdiff
path: root/docs/_build/html/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_build/html/install.html')
-rw-r--r--docs/_build/html/install.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_build/html/install.html b/docs/_build/html/install.html
index 15ba3bd..1513e1f 100644
--- a/docs/_build/html/install.html
+++ b/docs/_build/html/install.html
@@ -80,7 +80,6 @@ It has been updated for version 2.0.0.</p>
<li><a class="reference external" href="http://www.crummy.com/software/BeautifulSoup/">Beautiful Soup</a></li>
<li>python-simplejson</li>
<li>python-gdal</li>
-<li><a class="reference external" href="http://pypi.python.org/pypi/Unidecode">unidecode</a></li>
<li><a class="reference external" href="http://lxml.de/">lxml</a></li>
<li><a class="reference external" href="http://jquery.com/">jquery</a> version 1.7.1 or better</li>
<li><a class="reference external" href="http://jqueryui.com/">jquery-ui</a></li>
@@ -112,7 +111,7 @@ Linux distribution repositories. For instance on Debian Wheezy:</p>
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 \</pre>
+ gdal-bin tinymce gpsbabel python-django-celery</pre>
</div>
<p>On Debian Squeeze (you need to activate backports):</p>
<div class="highlight-python"><pre>apt-get install -t squeeze-backports python-django libjs-jquery
@@ -122,8 +121,9 @@ apt-get install apache2 python python-django python-django-south \
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 \</pre>
+ gdal-bin tinymce gpsbabel</pre>
</div>
+<p>The package <em>python-django-celery</em> doesn&#8217;t exist for Debian Squeeze.</p>
<p>If these packages do not exist in your distribution&#8217;s repository, please refer
to the applications&#8217; websites.</p>
</div>
@@ -258,7 +258,7 @@ chmod -R g+w /var/log/django/</pre>
need to get it compiled. This can be done with the following command (here,
<strong>fr</strong> stands for French, replace it with the appropriate language code):</p>
<div class="highlight-python"><pre>cd $INSTALL_PATH/chimere/chimere/
-django-admin compilemessages</pre>
+django-admin compilemessages -l fr</pre>
</div>
<p>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:</p>