Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphagov/collections-publisher
Publishes step by steps, /browse pages, and legacy /topic pages on GOV.UK
https://github.com/alphagov/collections-publisher
admin container govuk publisher
Last synced: 3 months ago
JSON representation
Publishes step by steps, /browse pages, and legacy /topic pages on GOV.UK
- Host: GitHub
- URL: https://github.com/alphagov/collections-publisher
- Owner: alphagov
- License: mit
- Created: 2014-07-30T10:41:14.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T08:31:52.000Z (7 months ago)
- Last Synced: 2024-04-12T16:40:57.893Z (7 months ago)
- Topics: admin, container, govuk, publisher
- Language: Ruby
- Homepage: https://docs.publishing.service.gov.uk/apps/collections-publisher.html
- Size: 8.69 MB
- Stars: 7
- Watchers: 65
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collections Publisher
This app is used by GDS and some departmental editors. It can publish:
- [/browse pages](https://www.gov.uk/browse/births-deaths-marriages/register-offices)
- [step by step pages](https://www.gov.uk/learn-to-drive-a-car) and [step by step sidebar navigation](https://www.gov.uk/driving-eyesight-rules)
- [coronavirus pages](https://www.gov.uk/coronavirus)These pages are then served by the [collections app](https://github.com/alphagov/collections). It is also used to curate pages tagged to a browse page into "curated lists", instead of a single 'A-Z' list, as the following screenshots illustrate.
![Screenshot of curated page](docs/screenshot-curated-childcare-topics.png)
![Screenshot of A-Z auto-generated list](docs/screenshot-a-z-prisons-topic.png)## Nomenclature
See the [README of collections frontend](https://github.com/alphagov/collections).
## Technical documentation
This is a Ruby on Rails app, and should follow [our Rails app conventions](https://docs.publishing.service.gov.uk/manual/conventions-for-rails-applications.html).
You can use the [GOV.UK Docker environment](https://github.com/alphagov/govuk-docker) to run the application and its tests with all the necessary dependencies. Follow [the usage instructions](https://github.com/alphagov/govuk-docker#usage) to get started.
**Use GOV.UK Docker to run any commands that follow.**
### Running the test suite
```
bundle exec rake
```### Further documentation
See the [docs/](docs/) directory for guidance and architectural decisions.
## Licence
[MIT License](LICENCE)