Skip to content

Commit

Permalink
Merge pull request #99 from dalepotter/master
Browse files Browse the repository at this point in the history
[#98] Change IATI Community links to Discuss
klikstermkd authored Oct 28, 2016
2 parents e105f05 + a80e39a commit ba46992
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ckanext/iati/emailer.py
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ def send_email(content, subject, to, from_=FROM):
Multiple files can be added via a CSV upload function: {site_url}/csv/upload
An API is also available for more technical access: {site_url}/registry-api
Should you have any queries or support need, then please consult the IATI community which includes knowledge base articles and the ability to ask questions of the support team: http://support.iatistandard.org
Should you have any queries or support need, then please consult the IATI Community: http://discuss.iatistandard.org/t/welcome-to-iati-discuss or email the support team at: support@iatistandard.org
Best regards,
2 changes: 1 addition & 1 deletion ckanext/iati/theme/templates/header.html
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
<a href="http://iatiregistry.org/">{{ _('IATI Data') }}</a>
</li>
<li class="community">
<a href="http://support.iatistandard.org/">{{ _('IATI Community') }}</a>
<a href="http://discuss.iatistandard.org/t/welcome-to-iati-discuss">{{ _('IATI Community') }}</a>
</li>
</ul>
{% endblock %}
2 changes: 1 addition & 1 deletion ckanext/iati/theme/templates/static/help.html
Original file line number Diff line number Diff line change
@@ -36,6 +36,6 @@ <h4>Why do I have to wait for my Publisher record to be authorised?</h4>
<h4>The publisher record contains a lot of fields. Do I need to fill them all out?</h4>
<p>Yes, this is very important as it provides you with an opportunity to explain to the users of the data how to interpret your particular business circumstances and methods of operations and accounting. It also provides a statement of your progress towards full-compliance of the IATI standard that you have agreed to reach.</p>

<p>If you have a query please send an email to <a href="mailto:support@iatistandard.org">support@iatistandard.org</a>, or go to the standard’s support site at <a href="http://support.iatistandard.org">http://support.iatistandard.org</a>.</p>
<p>If you have a query please send an email to <a href="mailto:support@iatistandard.org">support@iatistandard.org</a>, or visit the <a href="http://discuss.iatistandard.org/t/welcome-to-iati-discuss">IATI support forums</a>.</p>

{% endblock %}
4 changes: 2 additions & 2 deletions ckanext/iati/theme/templates/static/registry-api.html
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<h1>Registry API</h1>

<p>The IATI Registry holds meta-data on files published in the <a href="http://www.iatistandard.org" target="_blank">IATI XML format</a>. The files themselves are stored in different places across the web, and you will need to fetch and process the original files yourself. If you are looking for an API directly onto IATI data, you can use the <a href="http://datastore.iatistandard.org/" target="_blank">IATI DataStore</a> or consult the <a href="http://opendevtoolkit.org" target="_blank">Open Development Toolkit</a> to learn about other third-party platforms. If in doubt, ask on IATI <a href="http://discuss.iatistandard.org/">Discuss</a> or email the technical team on <a href="mailto:support@iatistandard.org">support@iatistandard.org</a>.</p>
<p>The IATI Registry holds meta-data on files published in the <a href="http://www.iatistandard.org" target="_blank">IATI XML format</a>. The files themselves are stored in different places across the web, and you will need to fetch and process the original files yourself. If you are looking for an API directly onto IATI data, you can use the <a href="http://datastore.iatistandard.org/" target="_blank">IATI DataStore</a> or consult the <a href="http://opendevtoolkit.org" target="_blank">Open Development Toolkit</a> to learn about other third-party platforms. If in doubt, ask on <a href="http://discuss.iatistandard.org/">IATI Discuss</a> or email the technical team on <a href="mailto:support@iatistandard.org">support@iatistandard.org</a>.</p>

<p>You can interact with the registry via its API, an implementation of the CKAN API. Full <a href="http://docs.ckan.org/en/latest/api/index.html" target="_blank">CKAN API documentation is available here</a>.</p>

@@ -44,6 +44,6 @@ <h4>Filters</h4>

<h4>More support?</h4>

<p>Ask on the IATI <a href="http://discuss.iatistandard.org/">Discuss</a> or email the technical team on <a href="mailto:support@iatistandard.org">support@iatistandard.org</a>.</p>
<p>Ask on the <a href="http://discuss.iatistandard.org/">IATI Discuss</a> or email the technical team on <a href="mailto:support@iatistandard.org">support@iatistandard.org</a>.</p>

{% endblock %}

0 comments on commit ba46992

Please sign in to comment.