Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphagov/govuk_template
❗️GOV.UK Template is deprecated, and will only receive major bug fixes and security patches. A template containing the GOV.UK header and footer, and associated assets.
https://github.com/alphagov/govuk_template
deprecated govuk-design-system-team govuk-frontend portfolio
Last synced: 3 months ago
JSON representation
❗️GOV.UK Template is deprecated, and will only receive major bug fixes and security patches. A template containing the GOV.UK header and footer, and associated assets.
- Host: GitHub
- URL: https://github.com/alphagov/govuk_template
- Owner: alphagov
- License: mit
- Created: 2013-07-25T10:35:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T10:40:09.000Z (over 2 years ago)
- Last Synced: 2024-07-10T18:56:04.079Z (4 months ago)
- Topics: deprecated, govuk-design-system-team, govuk-frontend, portfolio
- Language: Ruby
- Homepage: https://alphagov.github.io/govuk_template/
- Size: 2.86 MB
- Stars: 112
- Watchers: 103
- Forks: 67
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
The GOV.UK Design System launched on 22 June 2018
===============GOV.UK Template:
- is no longer maintained
- will only be updated for major bug fixes and security patches
- does not meet the [Web Content Accessibility Guidelines (WCAG 2.1 level AA) accessibility standard](https://www.gov.uk/guidance/accessibility-requirements-for-public-sector-websites-and-apps#meeting-accessibility-requirements)This framework will remain available in case you’re currently using it. To help your service meet accessibility requirements, you should use the [GOV.UK Design System](https://design-system.service.gov.uk/). You can [migrate to the Design System from GOV.UK Template](https://frontend.design-system.service.gov.uk/migrating-from-legacy-products/).
# GOV.UK Template
This provides a template containing the GOV.UK header and footer, and associated assets. It provides a consistent GOV.UK brand experience across `www.gov.uk` and all services running under the `service.gov.uk` domain.
The template is built from [`source`](source/) files, and multiple packages are generated to support different languages and frameworks.
Packages are available for [RubyGems](https://rubygems.org/gems/govuk_template), NPM ([mustache](https://npmjs.org/package/govuk_template_mustache), [ejs](https://npmjs.org/package/govuk_template_ejs), [jinja](https://npmjs.org/package/govuk_template_jinja)), and other [templating languages](docs/packaging.md).
## Previewing the template
You can [view a collection of auto-generated examples](https://alphagov.github.io/govuk_template/) of the current govuk_template release, which show how you can use the template.
## Requirements
The Ruby language (1.9.3+), the build tool [Rake](https://github.com/ruby/rake) & the dependancy management tool [Bundler](https://bundler.io/)
## Detailed Docs
* [Development](docs/development.md)
* [Packaging](docs/packaging.md)
* [Publishing](docs/publishing.md)## Usage
* [Using with Rails](docs/using-with-rails.md)
* [GOV.UK template blocks and their default values (how to customise the template)](docs/template-blocks.md)
* [Setting a Skip link](docs/usage.md#skip-link)
* [Propositional title and navigation](docs/usage.md#propositional-title-and-navigation)## Contributing
Please follow the [contribution guidelines](https://github.com/alphagov/govuk_template/blob/master/CONTRIBUTING.md).
This is versioned following [Semantic Versioning](http://semver.org).