aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add Spanish docs/customising/translationGareth Rees2015-04-07-8/+180
|
* Add Spanish docs/customising/themesGareth Rees2015-04-07-8/+199
|
* Add Spanish docs/customising/statesGareth Rees2015-04-07-4/+222
|
* Add Spanish docs/customising/states_informatazyrtareGareth Rees2015-04-07-9/+96
|
* Add Spanish docs/customising/indexGareth Rees2015-04-07-5/+49
|
* Add Spanish docs/customising/configGareth Rees2015-04-07-13/+1199
|
* Add a script to import translation filesGareth Rees2015-04-07-0/+146
| | | | | | | | | | | | | | | | | Usage: $ script/import-translated-page \ --lang=es \ path/to/es/page.md > es/page.md - Prefixes layouts with the lang (e.g. layout: es/page) unless the lang is “en” - Replaces {{ site.baseurl }} with {{ page.baseurl }} for internal page links - Keeps {{ site.baseurl }} for asset links - Removes single line redirects from non EN pages - Warns if the page front matter contains a list of redirects as the script can’t currently replace them
* Add Spanish docs/indexGareth Rees2015-04-07-7/+39
|
* Add Spanish docs/glossaryGareth Rees2015-04-07-26/+758
|
* Add Spanish docs/getting_startedGareth Rees2015-04-07-5/+375
|
* Add Spanish community pageGareth Rees2015-04-07-2/+69
|
* Add Spanish search pageGareth Rees2015-04-07-0/+9
|
* Add Spanish deployments pageGareth Rees2015-04-07-2/+215
|
* Add Spanish about pageGareth Rees2015-04-07-2/+35
|
* Add Spanish homepageGareth Rees2015-04-07-4/+151
|
* Add Spanish _includesGareth Rees2015-04-07-0/+36
|
* Add Spanish layoutsGareth Rees2015-04-07-38/+347
| | | | | | | Convert English layouts to use page.baseurl instead of site.baseurl so that the correct locale is used Remove AlaveteliCon 2012 sidebar link since it doesn't exist in ES.
* Add default page.baseurl settingGareth Rees2015-04-07-1/+6
| | | | Will be used to link to localised version of a page
* Add default values for es pagesGareth Rees2015-04-07-0/+6
| | | | Sets the default locale for any page under ./es to ‘es’
* Exclude files that should not be added to _siteGareth Rees2015-04-07-0/+7
|
* Update source code highlighting configGareth Rees2015-04-07-1/+1
|
* Update github-pages gemGareth Rees2015-04-07-57/+87
|
* Add bundle stuff to gitignoreGareth Rees2015-04-07-1/+2
|
* change iCal to iCalendarDave Whiteland2015-04-01-2/+2
| | | | (used to be iCal, which it isn't any more http://en.wikipedia.org/wiki/ICalendar )
* add holiday to glossary (explaining why it matters)Dave Whiteland2015-04-01-1/+26
|
* small changes to interface description in next_stepsDave Whiteland2015-04-01-6/+11
|
* update table of contents on next_steps pageDave Whiteland2015-04-01-1/+3
|
* Update to latest AMI for 0.21Louise Crow2015-03-31-2/+2
|
* Merge branch 'gh-pages-add-authority-must-respond' into gh-pagesLouise Crow2015-03-30-356/+366
|\
| * Reorder sections in index orderLouise Crow2015-03-26-367/+357
| |
| * Add section for new config var AUTHORITY_MUST_RESPONDLouise Crow2015-03-26-0/+20
| |
* | Merge branch 'gh-pages-daemon-name' into gh-pagesLouise Crow2015-03-30-8/+4
|\ \ | |/ |/|
| * Add doc for daemon_name param.Louise Crow2015-03-26-1/+4
| |
| * Remove rails_app_server and rails_app_portLouise Crow2015-03-26-8/+1
|/ | | | | They're not used in deploy.yml - the issue of different app servers is handled by using the service to restart the app. Fixes #2180.
* Fix version.Louise Crow2015-03-26-1/+1
|
* Add attention box to note version where interface was introduced.Louise Crow2015-03-26-0/+4
|
* Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli ↵Louise Crow2015-03-26-3/+36
|\ | | | | | | into gh-pages
| * Merge branch 'gh-pages-2059-request-old-age' into gh-pagesDave Whiteland2015-03-12-3/+36
| |\
| | * added missing index lineDave Whiteland2015-03-12-1/+2
| | | | | | | | | | | | from #ee2c1337a41c55dd#commitcomment-10170017
| | * add description of reqests getting old, closes #2059Dave Whiteland2015-03-12-2/+34
| |/
* | Merge branch 'gh-pages-holiday-docs' into gh-pagesLouise Crow2015-03-26-0/+40
|\ \ | |/ |/|
| * Add some guidance about how to add public holidays.Louise Crow2015-03-26-0/+40
| | | | | | | | Also what the effect will be.
* | Merge branch 'gh-pages-finish-i18n' into gh-pagesLouise Crow2015-03-12-24/+42
|\ \
| * | Add Transifex to glossary.Louise Crow2015-03-12-8/+24
| | |
| * | Fix alphabetical order.Louise Crow2015-03-12-17/+19
| | |
* | | Merge branch 'gh-pages-moving-requests' into gh-pagesDave Whiteland2015-03-12-1/+36
|\ \ \ | |/ / |/| |
| * | wrap url_name in code tagsDave Whiteland2015-03-12-1/+1
| | | | | | | | | | | | (where it's not already decorated) because it's not a real word, but it's also distracting to be bolded.
| * | remove some boldingDave Whiteland2015-03-12-1/+1
| | | | | | | | | | | | | | | | | | I'm not 100% sure how to handle url_name, because it's not a proper English word but it's distracting for it to be throwing around bold. Maybe code? I dunno, so I've dropped the bolds.
| * | small text changes for clarity/brevityDave Whiteland2015-03-12-1/+1
| | |
| * | replace 'you may want to' with 'you can'Dave Whiteland2015-03-12-2/+11
| | |