Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbalter/government-glossary
A GovSpeak to English translator a.k.a. glossary of common government IT and procurement terms, abbreviations and acronyms (CGITPTAA)
https://github.com/benbalter/government-glossary
glossary government jekyll
Last synced: 3 months ago
JSON representation
A GovSpeak to English translator a.k.a. glossary of common government IT and procurement terms, abbreviations and acronyms (CGITPTAA)
- Host: GitHub
- URL: https://github.com/benbalter/government-glossary
- Owner: benbalter
- License: cc0-1.0
- Created: 2014-08-21T19:09:31.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-07-21T22:25:13.000Z (over 2 years ago)
- Last Synced: 2024-10-09T12:23:37.799Z (3 months ago)
- Topics: glossary, government, jekyll
- Language: Ruby
- Homepage: http://ben.balter.com/government-glossary/
- Size: 785 KB
- Stars: 15
- Watchers: 5
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Government Glossary
*A GovSpeak to English translator a.k.a. glossary of common government IT and procurement terms, abbreviations and acronyms (CGITPTAA)*.
[![Build Status](https://travis-ci.org/benbalter/government-glossary.svg)](https://travis-ci.org/benbalter/government-glossary)
## Viewing the glossary
[Do it live!](http://ben.balter.com/government-glossary/)
You can also get programatic access to the terms via `terms.json`.
## Proposing changes and contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## Goals
The goal of the government glossary is to curate an open source list of common government IT (and also to an extent procurment) terms, abbreviations, and acronyms to demystify govspeak jargon.
## License
The Government Glossary is licensed under [CC0](LICENSE.md).
## Basic structure
Terms are stored in the [_data/terms.yml](_data/terms.yml) as [YAML](http://en.wikipedia.org/wiki/YAML), which is essentially each line containing a term and it's definition, with a single colon separating the two. A term might look like this:
```yml
GovSpeak: A language of acronyms spoken primarily in the Washington DC province of the United States
```Beyond that, the terms are rendered human readable via `index.html` and machine readable via `terms.json`.
## Running locally
1. `script/bootstrap`
2. `script/server`
3. Open [localhost:4000](http://localhost:4000) in your browser