Skip to content

Commit 2ddfd4a

Browse files
author
James McKinney
committed
fix merge
2 parents 1dda1dd + d051e74 commit 2ddfd4a

11 files changed

+49
-85
lines changed

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language: ruby
2+
script: "jekyll build"

Diff for: Gemfile

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll"
4-
gem "RedCloth"
5-
gem "sinatra"
6-
gem "sinatra-index"
7-
gem "rake"
8-
gem "sinatra_auth_github"
9-
gem "foreman"
10-
gem "redcarpet"
3+
# for latest versions, see:
4+
# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
5+
6+
gem "jekyll", '=1.0.2'
7+
gem 'liquid', '=2.5.0'
8+
gem 'redcarpet', '=2.2.2'
9+
gem 'maruku', '=0.6.1'
10+
gem 'rdiscount', '=1.6.8'
11+
gem 'RedCloth', '=4.2.9'

Diff for: Gemfile.lock

+12-53
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,45 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
addressable (2.3.4)
65
classifier (1.3.3)
76
fast-stemmer (>= 1.0.0)
87
colorator (0.1)
98
commander (4.1.3)
109
highline (~> 1.6.11)
1110
directory_watcher (1.4.1)
12-
dotenv (0.7.0)
13-
faraday (0.8.7)
14-
multipart-post (~> 1.1)
15-
faraday_middleware (0.9.0)
16-
faraday (>= 0.7.4, < 0.9)
1711
fast-stemmer (1.0.2)
18-
foreman (0.63.0)
19-
dotenv (>= 0.7)
20-
thor (>= 0.13.6)
21-
hashie (2.0.4)
2212
highline (1.6.18)
23-
jekyll (1.0.1)
13+
jekyll (1.0.2)
2414
classifier (~> 1.3)
2515
colorator (~> 0.1)
2616
commander (~> 4.1.3)
2717
directory_watcher (~> 1.4.1)
28-
kramdown (~> 0.14)
18+
kramdown (~> 1.0.2)
2919
liquid (~> 2.3)
3020
maruku (~> 0.5)
31-
pygments.rb (~> 0.4.2)
21+
pygments.rb (~> 0.5.0)
3222
safe_yaml (~> 0.7.0)
33-
kramdown (0.14.2)
23+
kramdown (1.0.2)
3424
liquid (2.5.0)
3525
maruku (0.6.1)
3626
syntax (>= 1.0.0)
37-
multi_json (1.7.3)
38-
multipart-post (1.2.0)
39-
netrc (0.7.7)
40-
octokit (1.24.0)
41-
addressable (~> 2.2)
42-
faraday (~> 0.8)
43-
faraday_middleware (~> 0.9)
44-
hashie (~> 2.0)
45-
multi_json (~> 1.3)
46-
netrc (~> 0.7.7)
4727
posix-spawn (0.3.6)
48-
pygments.rb (0.4.2)
28+
pygments.rb (0.5.0)
4929
posix-spawn (~> 0.3.6)
5030
yajl-ruby (~> 1.1.0)
51-
rack (1.5.2)
52-
rack-protection (1.5.0)
53-
rack
54-
rake (10.0.4)
31+
rdiscount (1.6.8)
5532
redcarpet (2.2.2)
5633
safe_yaml (0.7.1)
57-
sinatra (1.4.2)
58-
rack (~> 1.5, >= 1.5.2)
59-
rack-protection (~> 1.4)
60-
tilt (~> 1.3, >= 1.3.4)
61-
sinatra-index (0.0.2)
62-
sinatra
63-
sinatra_auth_github (0.13.3)
64-
sinatra (~> 1.0)
65-
warden-github (~> 0.13.1)
6634
syntax (1.0.0)
67-
thor (0.18.1)
68-
tilt (1.4.0)
69-
warden (1.2.1)
70-
rack (>= 1.0)
71-
warden-github (0.13.2)
72-
octokit (>= 1.22.0)
73-
warden (> 1.0)
7435
yajl-ruby (1.1.0)
7536

7637
PLATFORMS
7738
ruby
7839

7940
DEPENDENCIES
80-
RedCloth
81-
foreman
82-
jekyll
83-
rake
84-
redcarpet
85-
sinatra
86-
sinatra-index
87-
sinatra_auth_github
41+
RedCloth (= 4.2.9)
42+
jekyll (= 1.0.2)
43+
liquid (= 2.5.0)
44+
maruku (= 0.6.1)
45+
rdiscount (= 1.6.8)
46+
redcarpet (= 2.2.2)

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Project Open Data
22

3+
[![Build Status](https://travis-ci.org/project-open-data/project-open-data.github.io.png?branch=master)](https://travis-ci.org/project-open-data/project-open-data.github.io)
4+
35
## Problem this Solves
46

57
Technology moves much faster than policy ever could. Often when writing policy for technology, agencies are stuck w/ outdated methods as soon as they publish new policies.

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch: master
88
#global settings, no need to change these
99
root_url: http://project-open-data.github.io
1010
org_name: project-open-data
11-
prose_url: http://project-open-data.github.io/contribute/
11+
prose_url: http://prose.io
1212

1313
# default build settings for running locally, no need to edit
1414
pymgemnts: true

Diff for: cdo-position-description.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The CDO is responsible for data reform and modernization--how the agency collect
9999

100100
### What the CDO Is Not
101101

102-
The CDO is the Agency’s Chief Privacy Officer. That responsibility is held by the CIO.
102+
The CDO is not the Agency’s Chief Privacy Officer. That responsibility is held by the CIO.
103103

104104
The CDO is not responsible for the security of information. That responsibility is held by the CISO.
105105

@@ -134,4 +134,4 @@ Below is a bullet list of and example data dream team for a medium sized agency.
134134
* A senior DBA or dedicated time from DBA to manage the Enterprise Information Catalog, to assist with proper data documentation and management and to interface smoothly with agency’s DBA
135135
* Scalable computing resources for the processing and data mining
136136
* Project management and/or COTR resource to keep project reporting and contract management inline with Agency policy
137-
* Dotted-line reporting of procurement assistance for managing data purchases
137+
* Dotted-line reporting of procurement assistance for managing data purchases

Diff for: faq.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This project constitutes a collaborative work ("open source"). Federal employees
2929
1. Click the "Improve this content" button in the top right corner of any page.
3030
2. Make changes as you would normally.
3131
3. Click "Submit."
32-
4. You change should appear, once approved.
32+
4. Your change should appear, once approved.
3333

3434
*Note: You will need to [create a free GitHub account](https://github.com/signup/free) if you do not already have one.*
3535

@@ -40,7 +40,7 @@ This project constitutes a collaborative work ("open source"). Federal employees
4040
3. Make changes as you would normally using the tools installed in step #1.
4141
4. Push the changes back to your fork.
4242
5. Submit a pull request to this repository.
43-
6. You change should appear once it's approved.
43+
6. Your change should appear once it's approved.
4444

4545
*Note: All contributors retain the original copyright to their contribution, but by contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under the terms of the license(s) under which this project is distributed.*
4646

@@ -56,7 +56,7 @@ Anyone – Federal employees, contractors, developers, the general public – ca
5656

5757
### Are my interactions to this project subject to any special privacy considerations?
5858

59-
Comments, pull requests, and any other messages received through this repository may be subject to the [Presidential Records Act](http://www.archives.gov/about/laws/presidential-records.html), and may be archived. Learn more at [http://WhiteHouse.gov/privacy](http://WhiteHouse.gov/privacy).
59+
Comments, pull requests, and any other messages received through this repository may be subject to the [Presidential Records Act](http://www.archives.gov/about/laws/presidential-records.html), and may be archived. Learn more at [http://whitehouse.gov/privacy](http://whitehouse.gov/privacy).
6060

6161
### Who is in charge of Project Open Data?
6262

Diff for: index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Project Open Data
88

99
Data is a valuable national resource and a strategic asset to the U.S. Government, its partners, and the public. Managing this data as an asset and making it available, discoverable, and usable – [in a word, open](principles/) – not only strengthens our democracy and promotes efficiency and effectiveness in government, but also has the potential to create economic opportunity and improve citizens’ quality of life.
1010

11-
For example, when the U.S. Government released weather and GPS data to the public, it fueled an industry that today is valued at over $90 billion. Now, weather and mapping tools are ubiquitous and help everyday Americans [navigate their lives](business-case/).
11+
For example, when the U.S. Government released weather and GPS data to the public, it fueled an industry that today is valued at tens of billions of dollars per year. Now, weather and mapping tools are ubiquitous and help everyday Americans [navigate their lives](business-case/).
1212

1313
The ultimate value of data can often not be predicted. That’s why the U.S. Government released a [policy](policy-memo/) that instructs agencies to manage their data, and information more generally, as an asset from the start and, wherever possible, release it to the public in a way that makes it open, discoverable, and usable.
1414

Diff for: metadata-resources.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ This section provides further background and resources to assist agencies in imp
1111

1212
<table width="60%">
1313
<b><tr><td><ul>
14-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-template.json">JSON</a></li>
15-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-template.html">RDFa Lite</a></li>
16-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-template.csv">CSV</a></li>
14+
<li><a href="/examples/catalog-template.json">JSON</a></li>
15+
<li><a href="/examples/catalog-template.html">RDFa Lite</a></li>
16+
<li><a href="/examples/catalog-template.csv">CSV</a></li>
1717
</ul></td>
1818
<td><ul>
19-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-template-extended.json">JSON (Extended)</a></li>
20-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-template-extended.html">RDFa Lite (Extended)</a></li>
21-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-template-extended.csv">CSV (Extended)</a></li>
19+
<li><a href="/examples/catalog-template-extended.json">JSON (Extended)</a></li>
20+
<li><a href="/examples/catalog-template-extended.html">RDFa Lite (Extended)</a></li>
21+
<li><a href="/examples/catalog-template-extended.csv">CSV (Extended)</a></li>
2222
</ul></td></tr></b>
2323
</table>
2424

2525
### Sample Data Files
2626

2727
<table width="60%">
2828
<b><tr><td><ul>
29-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-sample.json">JSON</a></li>
30-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-sample.html">RDFa Lite</a></li>
31-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-sample.csv">CSV</a></li>
29+
<li><a href="/examples/catalog-sample.json">JSON</a></li>
30+
<li><a href="/examples/catalog-sample.html">RDFa Lite</a></li>
31+
<li><a href="/examples/catalog-sample.csv">CSV</a></li>
3232
</ul></td>
3333
<td><ul>
34-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-sample-extended.json">JSON (Extended)</a></li>
35-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-sample-extended.html">RDFa Lite (Extended)</a></li>
36-
<li><a href="https://raw.github.com/project-open-data/project-open-data.github.io/gh-pages/examples/catalog-sample-extended.csv">CSV (Extended)</a></li>
34+
<li><a href="/examples/catalog-sample-extended.json">JSON (Extended)</a></li>
35+
<li><a href="/examples/catalog-sample-extended.html">RDFa Lite (Extended)</a></li>
36+
<li><a href="/examples/catalog-sample-extended.csv">CSV (Extended)</a></li>
3737
</ul></td></tr></b>
3838
</table>
3939

Diff for: principles.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ In general, open data will be consistent with the following principles:
99

1010
* *Public.* Consistent with OMB’s Open Government Directive, agencies must adopt a presumption in favor of openness to the extent permitted by law and subject to privacy, confidentiality, security, or other valid restrictions.
1111

12-
* *Accessible.* Open data are made available in convenient, modifiable, and open formats that can be retrieved, downloaded, indexed, and searched. Formats should be machine-readable (i.e., data are reasonably structured to allow automated processing). Open data structures do not discriminate against any person or group of persons and should be made available to the widest range of users for the widest range of purposes, often by providing the data in multiple formats for consumption. To the extent permitted by law, these formats should be non-proprietary, publicly available, and no restrictions should be placed upon their use.
12+
* *Accessible.* Open data are made available in convenient, modifiable, and open formats that can be retrieved, downloaded, indexed, and searched. Formats should be [machine-readable](/glossary/#machinereadable_file) (i.e., [data](/glossary/#data) are reasonably structured to allow automated processing). Open data structures do not discriminate against any person or group of persons and should be made available to the widest range of users for the widest range of purposes, often by providing the data in multiple formats for consumption. To the extent permitted by law, these formats should be non-proprietary, publicly available, and no restrictions should be placed upon their use.
1313

1414
* *Described.* Open data are described fully so that consumers of the data have sufficient information to understand their strengths, weaknesses, analytical limitations, security requirements, as well as how to process them. This involves the use of robust, granular metadata (i.e., fields or elements that describe data), thorough documentation of data elements, data dictionaries, and, if applicable, additional descriptions of the purpose of the collection, the population of interest, the characteristics of the sample, and the method of data collection.
1515

16-
* *Reusable.* Open data are made available under an open license that places no restrictions on their use.
16+
* *Reusable.* Open data are made available under an [open license](/open-licenses/) that places no restrictions on their use.
1717

1818
* *Complete.* Open data are published in primary forms (i.e., as collected at the source), with the finest possible level of granularity that is practicable and permitted by law and other requirements. Derived or aggregate open data should also be published but must reference the primary data.
1919

Diff for: schema.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Field | title
308308
**Accepted Values** | See Usage Notes
309309
**Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size. An example of this this model is:
310310

311-
"distribution": [`{"accessURL": "http://data.mcc.gov/example_resource/data.json", "format":"JSON", "size":"22mb"}`,`{"accessURL":"http://data.mcc.gov/example_/data.xml", "format":"XML", "size":"24mb"}`]
311+
"distribution": [`{"accessURL": "http://data.mcc.gov/example_resource/data.json", "format":"JSON", "size":"22MB"}`,`{"accessURL":"http://data.mcc.gov/example_/data.xml", "format":"XML", "size":"24MB"}`]
312312

313313
**Example** | -
314314

@@ -318,8 +318,8 @@ Field | title
318318
**Cardinality** | (0,n)
319319
**Required** | No
320320
**Accepted Values** | See Usage Notes
321-
**Usage Notes** | Sizes should be formatted as (e.g.), 52kb, 140mb, 2gb.
322-
**Example** | `{"size":"3mb"}`
321+
**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB.
322+
**Example** | `{"size":"3MB"}`
323323

324324
{.table .table-striped}
325325
**Field** | **landingPage**

0 commit comments

Comments
 (0)