From 3d8d2da5141336829cf1cfe0579cdcdcf8b63e03 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 6 Oct 2012 01:10:28 +0200 Subject: Import: add GeoRSS import --- docs/install.rst | 5 +++-- docs/upgrade.rst | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/install.rst b/docs/install.rst index e1cb458..a6d3558 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -37,6 +37,7 @@ Prerequisites - `lxml `_ - `jquery `_ version 1.7.1 or better - `jquery-ui `_ + - `Universal Feed Parser `_ geodjango is a part of django since version 1.0 but it has some specific (geographically related) additional dependencies: @@ -62,7 +63,7 @@ Linux distribution repositories. For instance on Debian Wheezy:: python-gdal python-lxml python-psycopg2 python-imaging gettext \ postgresql-9.1 postgresql-9.1-postgis libjs-jquery libjs-jquery-ui \ python-django-celery python-simplejson python-gdal gpsbabel \ - python-pyexiv2 + python-pyexiv2 python-feedparser On Debian Squeeze (you need to activate backports):: @@ -72,7 +73,7 @@ On Debian Squeeze (you need to activate backports):: apache2 libgeos-3.2.0 proj-bin gdal-bin python-gdal python-lxml \ python-psycopg2 python-imaging gettext postgresql-8.4 \ postgresql-8.4-postgis libjs-jquery libjs-jquery-ui python-simplejson \ - python-gdal gpsbabel python-pyexiv2 + python-gdal gpsbabel python-pyexiv2 python-feedparser If these packages do not exist in your distribution's repository, please refer diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 65e3734..b697978 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -44,7 +44,8 @@ Activate the backports: http://backports-master.debian.org/Instructions/ Then install the new dependencies:: apt-get install -t squeeze-backports python-django python-django-south \ - python-simplejson libjs-jquery-ui python-pyexiv2 + python-simplejson libjs-jquery-ui python-pyexiv2 \ + python-feedparser Debian Wheezy +++++++++++++ @@ -52,7 +53,7 @@ Debian Wheezy .. code-block:: bash apt-get install python-django-south python-simplejson libjs-jquery-ui \ - python-pyexiv2 + python-pyexiv2 python-feedparser If you are planing to do major import consider the install of `Celery `_. -- cgit v1.2.3