-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
177 lines (168 loc) · 6.36 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
# Base configuration
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "vendor"]
markdown: kramdown
highlighter: rouge
collections:
pages:
output: true
permalink: /:path/
# Title
name: eRegulations
subtitle: Making regulations easily readable, accessible, and understandable.
# When using this template with a project page set the baseurl to '/project-name'
# For user/organization pages set this to an empty string
# When working locally use jekyll serve --baseurl '' so that you can view everything at localhost:4000
# See http://jekyllrb.com/docs/github-pages/ for more info
#baseurl: ''
baseurl: ''
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: About the platform
url: ''
internal: true
- text: History and press
url: 'story/'
internal: true
- text: Features
url: 'features/'
internal: true
- text: Introduction to regulations
url: 'introduction/'
internal: true
- text: Code and repositories
url: 'technology/'
internal: true
- text: Creating an eRegs instance
url: 'theming/'
internal: true
- text: Writing rules and regulations
url: 'guidelines/'
internal: true
- text: Contributing and open source
url: 'contributing/'
internal: true
- text: Contact
url: 'contact/'
internal: true
general_repos:
- name: regulations-parser
url: https://github.com/eregs/regulations-parser
short: Parse regulations
long: >
The parser effectively converts print-centric documents from the Federal
Register, Government Printing Office, etc., pulls out semantic meaning
from them (e.g. paragraph structures, citations, definitions), and
writes those structures to a data store. The parser also contains tools
to help developers debug this process.
- name: regulations-core
url: https://github.com/eregs/regulations-core
short: Regulations API
long: The store for the parsed regulatory data.
- name: regulations-site
url: https://github.com/eregs/regulations-site
short: Display the regulations
long: >
An intuitive, responsive UI for viewing the regulations. It combines all
of the parsed data into an interface, providing in-line access to
definitions, citations, external material and more. This is the primary
use case for the regulatory data.
- name: fr-notices
url: https://github.com/eregs/fr-notices
short: Edited source XML
long: >
Often, source files will need to be massaged and modified to fit the
parser's limited understanding. This repository is a canonical source
for these edits, across all agencies, so that developers remain in sync.
- name: eregs.github.io
url: https://github.com/eregs/eregs.github.io
short: Documentation
long: The content for these HTML pages.
agency_repos:
- name: Consumer Financial Protection Bureau
repos:
- name: regulations-parser
url: https://github.com/cfpb/regulations-parser
short: Parse regulations
long: >
The parser effectively converts print-centric documents from the Federal
Register, Government Printing Office, etc., pulls out semantic meaning
from them (e.g. paragraph structures, citations, definitions), and
writes those structures to a data store. The parser also contains tools
to help developers debug this process.
- name: regulations-core
url: https://github.com/cfpb/regulations-core
short: Regulations API
long: The store for the parsed regulatory data.
- name: regulations-site
url: https://github.com/cfpb/regulations-site
short: Display the regulations
long: >
An intuitive, responsive UI for viewing the regulations. It combines all
of the parsed data into an interface, providing in-line access to
definitions, citations, external material and more. This is the primary
use case for the regulatory data.
- name: regulations-bootstrap
url: https://github.com/cfpb/regulations-bootstrap
short: Vagrant for quick setup
long: >
Vagrant files for quickly setting up a virtual machine in preparation
for working with CFPB eRegs repositories.
- name: regulations-schema
url: https://github.com/cfpb/regulations-schema
short: Regulation XML schema
long: >
An experimental XML schema for defining regulations. Regulations in this
format could then be maintained by only editing a single XML file,
rather than worrying about external sources of data. Currently,
CFPB-centric.
- name: regulations-xml-parser
url: https://github.com/cfpb/regulations-xml-parser
short: Schema -> JSON for regulations
long: >
A companion to regulations-schema which takes XML following that
schema and converts it into the format accepted by regulations-core.
- name: regulations-stub
url: https://github.com/cfpb/regulations-stub
short: Parsed CFPB regulations
long: >
A cached set of CFPB regulations as JSON files, ready for importing
into regulations-core.
- name: Bureau of Alcohol, Tobacco, Firearms and Explosives
repos:
- name: atf-eregs
url: https://github.com/18F/atf-eregs
short: ATF UI Elements
long: >
Static assets, deployment configuration, and UI plugins specific to
ATF's instance of eRegulations.
- name: Federal Election Commission
repos:
- name: fec-eregs
url: https://github.com/18F/fec-eregs
short: FEC UI Elements
long: >
Static assets, deployment configuration, and UI plugins specific to
FEC's instance of eRegulations.
- name: Environmental Protection Agency
repos:
- name: epa-notice
url: https://github.com/18F/epa-notice
short: eManifest Pilot UI Elements
long: >
Pilot project highlighting eRegs' "Notice and Comment" feature.
Includes static assets, deployment configuration, and UI plugins
specific to EPA's eManifest ruling.
# Style Variables
brand_color: "#2cb34a"
# eRegs instances in the wild
instances:
- url: https://www.fec.gov/regulations
title: 11
agency: Federal Election Commission
- url: https://www.consumerfinance.gov/rules-policy/regulations/
title: 12
agency: Consumer Financial Protection Bureau
- url: https://regulations.atf.gov/
title: 27
agency: Bureau of Alcohol, Tobacco, Firearms and Explosives