From 7847bcfdb8cf39b5ace62ce5287d243532cde43b Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Wed, 7 Jan 2015 15:55:00 +0000 Subject: new entries and small tidies in glossary --- docs/glossary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 3ae5e6a3c..8bb70fc97 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -102,7 +102,7 @@ Definitions
  • On a newly-installed Alaveteli system, you can grant yourself - admin privilege by using the + admin privilege by using the emergency user.
  • @@ -285,7 +285,7 @@ Definitions
  • The username and password are defined by the configuration settings ADMIN_USERNAME - and + and ADMIN_PASSWORD.
  • @@ -773,7 +773,7 @@ Definitions
  • On a newly-installed Alaveteli system, you can grant yourself - admin privilege by using the + admin privilege by using the emergency user.
  • -- cgit v1.2.3 From 317535aecc95f874244a04a8a4301b34293110cb Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Thu, 15 Jan 2015 16:02:58 +0000 Subject: document 'upload public body' in admin guide, closes #2060 --- docs/glossary.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 8bb70fc97..74deec5f9 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -28,6 +28,7 @@ Definitions
  • freedom of information
  • git
  • holding pen
  • +
  • internationalisation
  • New Relic
  • MTA
  • .po files
  • @@ -377,6 +378,47 @@ Definitions +
    + internationalisation (also: i18n) +
    +
    + Internationalisation is the way Alaveteli adapts the + way it presents text based on the language or languages that your website + supports. It's sometimes abbreviated as i18n (because there are + 18 letters between i and n). +

    + Often you don't need to worry about the details of how this is done + because once you've configured your site's + DEFAULT_LOCALE + Alaveteli takes care of it for you. + But when you do need to work on i18n (for example, if you're customising + your site by + translating it, or + uploading names + of the public bodies in more than one language) at the very least you may + need to know the language codes you're site is using. +

    +
    +

    More information:

    + +
    +
    +
    MTA (Mail Transfer Agent)
    -- cgit v1.2.3 From b222e6f6101b335658be16dfb5e024e8f9cc578a Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Tue, 20 Jan 2015 15:42:22 +0000 Subject: add 'disclosure log' and 'publication scheme' to glossary --- docs/glossary.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 74deec5f9..246afaf80 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -24,6 +24,7 @@ Definitions
  • Capistrano
  • censor rule
  • development site
  • +
  • disclosure log
  • emergency user
  • freedom of information
  • git
  • @@ -34,6 +35,7 @@ Definitions
  • .po files
  • production site
  • publish
  • +
  • publication scheme
  • recaptcha
  • redacting
  • regular expression
  • @@ -268,6 +270,26 @@ Definitions

    +
    + disclosure log +
    +
    + Some authorities routinely + publish their responses to Freedom of + Information requests online. This collection of responses is called a + disclosure log, and if an authority has such a log on its + website, you can add the URL so Alaveteli can link to it. +
    +

    More information:

    + +
    +
    +
    emergency user
    @@ -394,7 +416,7 @@ Definitions But when you do need to work on i18n (for example, if you're customising your site by translating it, or - uploading names + uploading names of the public bodies in more than one language) at the very least you may need to know the language codes you're site is using.

    @@ -541,6 +563,29 @@ Definitions information provided in response. +
    + publication scheme +
    +
    + Some authorities have a + publication scheme which makes it clear what information + is readily available from them under Freedom of Information law, and how people can + get it. This may be a requirement for their compliance with the law, or it + may simply be good practice. If an authority has published such a scheme on + its website, you can add the URL so Alaveteli can link to it. +
    +

    More information:

    + +
    +
    + +
    recaptcha
    -- cgit v1.2.3