From 6ca812b89cf22b12bb1cb91ba18dbcac5e038e31 Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Thu, 3 Jul 2014 11:50:14 +0100 Subject: add .po glossary entry --- docs/glossary.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 64c75c603..6e0bc8915 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -27,6 +27,7 @@ Definitions
  • holding pen
  • New Relic
  • MTA
  • +
  • .po files
  • production site
  • publish
  • recaptcha
  • @@ -332,6 +333,36 @@ Definitions +
    + .po file (and .pot file) +
    +
    + These are the files needed by the gettext mechanism Alaveteli uses for + localisation. A .pot file is effectively a list of all the + strings in the application that need translating. Each .po + file contains the mapping between those strings, used as keys, and their + translations for one particular language. The key is called the + msgid, and its corresponding translation is the msgstr. +
    +

    More information:

    +
      +
    • + See translating + Alaveteli for an overview from a translator's point of view. +
    • +
    • + See Internationalising + Alaveteli for more technical details. +
    • +
    • + Alaveteli is on the Transifex + website, which lets translators work on Alaveteli in a browser, without needing + to worry about this underlying structure. +
    • +
    +
    +
    +
    production site (also: live, production server)
    -- cgit v1.2.3 From 1baf9bda6b22ab6bbe8ae2d1b69f127b79273b40 Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Thu, 3 Jul 2014 12:35:59 +0100 Subject: add release/release manager to glossary --- docs/glossary.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 6e0bc8915..5eb45943b 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -34,6 +34,7 @@ Definitions
  • redacting
  • regular expression
  • request
  • +
  • release
  • response
  • Ruby on Rails
  • Sass
  • @@ -512,6 +513,41 @@ Definitions +
    + release (also: release manager) +
    +
    + We issue new releases of the Alaveteli code whenever key + work (new features, improvements, bugfixes, and so on) have been added to + the core code. Releases are identified by three numbers: major, minor, and + — if necessary — a patch number. We recommend you always use + the latest version. The process is handled by the Alaveteli release + manager, who decides what changes are to be included in the + current release, and the cut-off date for the work. Currently this is + Alaveteli's lead developer at mySociety. +
    +

    More information:

    + +
    +
    +
    request
    -- cgit v1.2.3 From 4730bdea85bf7e294885d89e9ebcc9a1151e73ac Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Thu, 3 Jul 2014 12:38:56 +0100 Subject: fix quirky alternative alphabetic order in glossary --- docs/glossary.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index 5eb45943b..7a7c5d003 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -409,15 +409,6 @@ Definitions information provided in response. -
    - response -
    -
    - A response is the email sent by an - authority in reply to - a user's requests. -
    -
    recaptcha
    @@ -561,6 +552,15 @@ Definitions to all the requests it sends. +
    + response +
    +
    + A response is the email sent by an + authority in reply to + a user's requests. +
    +
    Ruby on Rails (also Rails)
    -- cgit v1.2.3