README formatting.
This commit is contained in:
parent
1f5c4298e0
commit
b56859a8cd
|
@ -314,7 +314,7 @@ following methods::
|
|||
:returns: True if everything went right, False if errors were found
|
||||
'''
|
||||
|
||||
See the CKAN harvester for a an example on how to implement the harvesting
|
||||
See the CKAN harvester for an example of how to implement the harvesting
|
||||
interface:
|
||||
|
||||
ckanext-harvest/ckanext/harvest/harvesters/ckanharvester.py
|
||||
|
@ -385,9 +385,9 @@ following steps with the one you are using.
|
|||
|
||||
2. Supervisor needs to have programs added to its configuration, which will
|
||||
describe the tasks that need to be monitored. This configuration files are
|
||||
stored in `/etc/supervisor/conf.d`.
|
||||
stored in ``/etc/supervisor/conf.d``.
|
||||
|
||||
Create a file named `/etc/supervisor/conf.d/ckan_harvesting.conf`, and copy the following contents::
|
||||
Create a file named ``/etc/supervisor/conf.d/ckan_harvesting.conf``, and copy the following contents::
|
||||
|
||||
|
||||
; ===============================
|
||||
|
|
Loading…
Reference in New Issue