Skip to content

Commit

Permalink
Merge pull request #1092 from okfn/1092-helper-text
Browse files Browse the repository at this point in the history
'About datasets/orgs/groups' text is dreadful
  • Loading branch information
joetsoi committed Oct 17, 2013
2 parents a077b58 + 5813ae1 commit 77e321f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
15 changes: 8 additions & 7 deletions ckan/templates/group/snippets/helper.html
Expand Up @@ -4,12 +4,13 @@ <h2 class="module-heading">
{{ _('What are Groups?') }}
</h2>
<div class="module-content">
{% trans %}
<p>Groups allow you to group together datasets under a community (for
example, Civil Liberty data) or topic (e.g. Transport, Health,
Environment) to make it easier for users to browse datasets by theme.
Datasets can be part of a group, but do not belong to the group for
editing or authorisation purposes.</p>
{% endtrans %}
<p>
{% trans %}
You can use CKAN Groups to create and manage collections of datasets.
This could be to catalogue datasets for a particular project or team,
or on a particular theme, or as a very simple way to help people find
and search your own published datasets.
{% endtrans %}
</p>
</div>
</div>
16 changes: 7 additions & 9 deletions ckan/templates/organization/snippets/helper.html
Expand Up @@ -4,14 +4,12 @@ <h2 class="module-heading">
{{ _('What are Organizations?') }}
</h2>
<div class="module-content">
{% trans %}
<p>Organizations act like publishing departments for datasets (for
example, the Department of Health). This means that datasets can be
published by and belong to a department instead of an individual
user.</p>
<p>Within organizations, admins can assign roles and authorisation its
members, giving individual users the right to publish datasets from
that particular organisation (e.g. Office of National Statistics).</p>
{% endtrans %}
<p>
{% trans %}
CKAN Organizations are used to create, manage and publish collections
of datasets. Users can have different roles within an Organization,
depending on their level of authorisation to create, edit and publish.
{% endtrans %}
</p>
</div>
</div>
6 changes: 3 additions & 3 deletions ckan/templates/package/base_form_page.html
Expand Up @@ -15,9 +15,9 @@ <h2 class="module-heading"><i class="icon-info-sign"></i> {{ _('What are dataset
<div class="module-content">
<p>
{% trans %}
Datasets are simply used to group related pieces of data. These
can then be found under a single url with a description and
licensing information.
A CKAN Dataset is a collection of data resources (such as files),
together with a description and other information, at a fixed URL.
Datasets are what users see when searching for data.
{% endtrans %}
</p>
</div>
Expand Down

0 comments on commit 77e321f

Please sign in to comment.