Skip to content

Commit e142812

Browse files
committed
Initial commit.
_ (_) <___> | |______ | |* * * ) | | * * (_________ | |* * * |* *|####) | | * * *| * | (________________ | |* * * |* *|####|##############| | | * * *| * | | | | |* * * |* *|####|##############| | |~~~~~~| * | | | | |######|* *|####|##############| | | |~~~' | | | |######|########|##############| | | | | | | |######|########|##############| | |~~~~~~| | | | | |########|##############| | | '~~~~~~~~| | | | |##########JGS#| | | '~~~~~~~~~~~~~~~ | | | | | |
0 parents  commit e142812

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4130
-0
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
_site

Diff for: CONTRIBUTING.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Contributing to Project Open Data
2+
3+
## How to Contribute
4+
5+
This project constitutes a collaborative work ("open source"). Federal employees and members of the public are encouraged to improve the project by contributing. For more information, please see [the faq](faq.md)
6+
7+
Contributions can be made, primarily in two ways:
8+
9+
### Easy
10+
11+
1. Click the "Improve this content" button in the top right corner of any page
12+
2. Make changes as you would normally
13+
3. Click "Submit".
14+
4. You change should appear once approved.
15+
16+
*Note: You may need to [create a free GitHub account](https://github.com/signup/free) if you do not already have one*
17+
18+
### Advanced
19+
20+
1. Configure git by using this [basic tutorial](https://help.github.com/articles/set-up-git) or by downloading the [GitHub for Mac](http://mac.github.com/) (or [GitHub for Windows](http://windows.github.com/)) and optionally [Mou](http://mouapp.com/)1
21+
2. [Fork](https://help.github.com/articles/fork-a-repo) the project
22+
3. Make changes as you would normally using the tools installed in step #1.
23+
4. Push the changes back to your fork
24+
5. Submitting a pull request to this repository
25+
6. You change should appear once approved.
26+
27+
*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.*
28+
29+
## Running Locally
30+
31+
Project Open Data runs on GitHub pages and automatically regenerates as a static site after every change. To duplicate this process and preview changes locally:
32+
33+
1. `git clone https://github.com/project-open-data/project-open-data.github.com.git && cd project-open-data.github`
34+
2. `script/bootstrap`
35+
3. (Make your changes)
36+
4. `script/server`
37+
5. Open [localhost:4000](http://localhost:4000) in your favorite web browser
38+
39+
*Note:* You'll need [Ruby](http://www.ruby-lang.org/) and the [Bundler package manager](http://gembundler.com/).
40+
41+
## Licensing
42+
43+
By contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under [the same terms under which the project is licensed](readme.md#licensing).
44+
45+
## Privacy
46+
47+
All comments, messages, pull requests, and other submissions received through official White House pages including this GitHub page may be subject to archiving requirements. See the [readme](readme.md#privacy) for more information.

Diff for: Gemfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source "https://rubygems.org"
2+
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"

Diff for: Gemfile.lock

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
addressable (2.3.4)
6+
classifier (1.3.3)
7+
fast-stemmer (>= 1.0.0)
8+
colorator (0.1)
9+
commander (4.1.3)
10+
highline (~> 1.6.11)
11+
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)
17+
fast-stemmer (1.0.2)
18+
foreman (0.63.0)
19+
dotenv (>= 0.7)
20+
thor (>= 0.13.6)
21+
hashie (2.0.4)
22+
highline (1.6.18)
23+
jekyll (1.0.1)
24+
classifier (~> 1.3)
25+
colorator (~> 0.1)
26+
commander (~> 4.1.3)
27+
directory_watcher (~> 1.4.1)
28+
kramdown (~> 0.14)
29+
liquid (~> 2.3)
30+
maruku (~> 0.5)
31+
pygments.rb (~> 0.4.2)
32+
safe_yaml (~> 0.7.0)
33+
kramdown (0.14.2)
34+
liquid (2.5.0)
35+
maruku (0.6.1)
36+
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)
47+
posix-spawn (0.3.6)
48+
pygments.rb (0.4.2)
49+
posix-spawn (~> 0.3.6)
50+
yajl-ruby (~> 1.1.0)
51+
rack (1.5.2)
52+
rack-protection (1.5.0)
53+
rack
54+
rake (10.0.4)
55+
redcarpet (2.2.2)
56+
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)
66+
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)
74+
yajl-ruby (1.1.0)
75+
76+
PLATFORMS
77+
ruby
78+
79+
DEPENDENCIES
80+
RedCloth
81+
foreman
82+
jekyll
83+
rake
84+
redcarpet
85+
sinatra
86+
sinatra-index
87+
sinatra_auth_github

Diff for: README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Project Open Data
2+
3+
## Problem this Solves
4+
5+
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.
6+
7+
## How this Project Solves this Problem
8+
9+
This Appendix is meant to be a living document so that collaboration in the open data ecosystem is fostered and the continual update of technology pieces that affect update can happen on a more rapid pace.
10+
11+
## Where You Come In
12+
13+
Help the United States Government make its Open Data policy better by collaborating. Please suggest enhancements by editing the content here.
14+
15+
## How to Contribute
16+
17+
This project constitutes a collaborative work ("open source"). Federal employees and members of the public are encouraged to improve the project by contributing.
18+
19+
For information on how to contribute, please see the [how to contribute](CONTRIBUTING.md)
20+
21+
## License
22+
23+
The project [as originally published](#) constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. Subsequent contributions by members of the public, however, retain their original copyright.
24+
25+
In order to better facilitate collaboration, the content of this project is licensed under the [Creative Commons 3.0 license](http://creativecommons.org/licenses/by/3.0/us/deed.en_US), and the underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).
26+
27+
## Privacy
28+
29+
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

Diff for: _config.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#document settings
2+
title: Project Open Data
3+
description: "Open Data Policy — Managing Information as an Asset"
4+
url: http://project-open-data.github.io/
5+
repo_name: project-open-data.github.io
6+
branch: master
7+
8+
#global settings, no need to change these
9+
root_url: http://project-open-data.github.io
10+
org_name: project-open-data
11+
prose_url: http://project-open-data.github.io/contribute/
12+
13+
# default build settings for running locally, no need to edit
14+
pymgemnts: true
15+
exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "config.ru", "Procfile", "Rakefile", "readme.md"]

Diff for: _config_local.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
url: http://localhost:4000
2+
root_url: http://localhost:4000

0 commit comments

Comments
 (0)