From d22e36e19b37ac1dfdbce9e098d8fc5027da7f39 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Fri, 15 Nov 2013 09:43:22 -0500 Subject: [PATCH 1/3] add requests to deps --- pip-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pip-requirements.txt b/pip-requirements.txt index 5681cb5..913ea46 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -4,3 +4,4 @@ OWSLib==0.8.2 lxml>=2.3 argparse pyparsing==1.5.6 +requests From 6549964b8380fc2b77cb248e1c54f716cd992a3b Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Fri, 15 Nov 2013 10:02:20 -0500 Subject: [PATCH 2/3] add editorial fixes --- doc/csw.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/csw.rst b/doc/csw.rst index e00b507..ac1459d 100644 --- a/doc/csw.rst +++ b/doc/csw.rst @@ -10,8 +10,8 @@ This support consists of: * Ability to import records from CSW servers with the CSW harvester. See :doc:`harvesters` for more details. -* Integration with pycsw_ to provide a fully compliat CSW interface for - harvested records. This integration is described on the following sections. +* Integration with pycsw_ to provide a fully compliant CSW interface for + harvested records. This integration is described in the following sections. ckan-pycsw @@ -172,7 +172,7 @@ keep CKAN and pycsw in sync, and serve pycsw with Apache + mod_wsgi like CKAN. has a good overview of the crontab syntax. * To run pycsw under Apache check the pycsw `installation documentation `_ - or follow this quick steps (they assume the paths used on the previous steps): + or follow these quick steps (they assume the paths used in previous steps): - Edit ``/etc/apache2/sites-available/ckan_default`` and add the following line just before the existing ``WSGIScriptAlias`` directive:: From 81e9d3f119cee3691fa18cb0d7e14bce1c763bf4 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Fri, 22 Nov 2013 07:41:36 -0500 Subject: [PATCH 3/3] Update pip-requirements.txt --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 913ea46..849155b 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -4,4 +4,4 @@ OWSLib==0.8.2 lxml>=2.3 argparse pyparsing==1.5.6 -requests +requests==1.1.0