diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/glossary.md | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index eb778e6ad..504b930ba 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -994,46 +994,48 @@ Definitions </dd> <dt> - <a name="theme">theme</a> + <a name="tag">tag</a> </dt> <dd> - A <strong>theme</strong> is the collection of changes to the templates - and the code that causes the site to look or behave differently from the - default. Typically you'll need a theme to make Alaveteli show your own - brand. + A <strong>tag</strong> is a keyword added to an + <a href="#authority" class="glossary__link">authority</a>. Tags + are searchable, so can be useful to help users find authorities based + by topic or even unique data (for example, in the + <a href="#wdtk" class="glossary__link">WhatDoTheyKnow</a> we tag every + registered charity with its official charity number). You can also use + tags to assign authorities to + <a href="#category" class="glossary__link">categories</a>. <div class="more-info"> <p>More information:</p> <ul> <li> - <a href="{{ site.baseurl }}docs/customising/themes/">about themes</a> + More about + <a href="{{ site.baseurl }}docs/running/categories_and_tags/">categories and tags</a> </li> </ul> </div> </dd> + <dt> - <a name="tag">tag</a> + <a name="theme">theme</a> </dt> <dd> - A <strong>tag</strong> is a keyword added to an - <a href="#authority" class="glossary__link">authority</a>. Tags - are searchable, so can be useful to help users find authorities based - by topic or even unique data (for example, in the - <a href="#wdtk" class="glossary__link">WhatDoTheyKnow</a> we tag every - registered charity with its official charity number). You can also use - tags to assign authorities to - <a href="#category" class="glossary__link">categories</a>. + A <strong>theme</strong> is the collection of changes to the templates + and the code that causes the site to look or behave differently from the + default. Typically you'll need a theme to make Alaveteli show your own + brand. <div class="more-info"> <p>More information:</p> <ul> <li> - More about - <a href="{{ site.baseurl }}docs/running/categories_and_tags/">categories and tags</a> + <a href="{{ site.baseurl }}docs/customising/themes/">about themes</a> </li> </ul> </div> </dd> + <dt> <a name="wdtk">WhatDoTheyKnow</a> </dt> |