Minor doc tweaks

This commit is contained in:
amercader 2015-05-15 13:02:38 +01:00
parent 5a5da2d033
commit 44d826caca
7 changed files with 23 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

View File

@ -1,29 +1,24 @@
<p>An <a href="http://okfn.org">Open Knowledge Foundation</a> project.</p>
<div>
<p class="copyright">
{%- if show_copyright %}
{% trans copyright=copyright|safe|e %}{{ copyright }}{% endtrans %}<br/>
{%- endif %}
</p>
<hr/ >
<p>
<a href="https://github.com/okfn/ckanext-spatial">Source</a>
&mdash;
<a href="https://github.com/okfn/ckanext-spatial/issues">Issues</a>
&mdash;
<a href="http://lists.okfn.org/mailman/listinfo/ckan-dev">Mailing List</a>
&mdash;
<a href="http://twitter.com/CKANProject">Twitter @CKANProject</a>
</p>
<p>An <a href="http://okfn.org">Open Knowledge</a> project.</p>
<p>
Related Projects:
<a href="http://thedatahub.org/">The DataHub</a>
&mdash;
<a href="http://datacatalogs.org">DataCatalogs.org</a>
&mdash;
<a href="http://openspending.org">OpenSpending.org</a>
&mdash;
<a href="http://opendatahandbook.org">Open Data Handbook</a>
</p>
<p class="copyright">
{%- if show_copyright %}
{% trans copyright=copyright|safe|e %}{{ copyright }}{% endtrans %}<br/>
{%- endif %}
</p>
<p>
<a href="https://github.com/okfn/ckanext-spatial">Source</a>
&mdash;
<a href="https://github.com/okfn/ckanext-spatial/issues">Issues</a>
&mdash;
<a href="http://lists.okfn.org/mailman/listinfo/ckan-dev">Mailing List</a>
&mdash;
<a href="http://twitter.com/CKANProject">Twitter @CKANProject</a>
</p>
</div>

View File

@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'ckanext-spatial'
copyright = u'2013, Open Knowledge Foundation'
copyright = u'2015, Open Knowledge'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

@ -11,9 +11,7 @@ The extension adds a spatial field to the default CKAN dataset schema,
using PostGIS_ as the backend. This allows to perform spatial queries and
display the dataset extent on the frontend. It also provides harvesters to
import geospatial metadata into CKAN from other sources, as well as commands
to support the OGC CSW standard via pycsw_. Finally, it also includes plugins to preview
spatial formats such as GeoJSON_.
to support the OGC CSW standard via pycsw_.
Contents:

View File

@ -106,6 +106,7 @@ details about the available options:
<field name="minx" type="float" indexed="true" stored="true" />
<field name="miny" type="float" indexed="true" stored="true" />
</fields>
The solr schema file is typically located at: (..)/src/ckan/ckan/config/solr/schema.xml
* ``solr-spatial-field``