Circular No. A-130, Managing Information as a Strategic Resource. The proposed guidance is now open for public comment on this page. The public feedback period will be 30 days, closing on November 20, 2015. https://a130.cio.gov/

Justin Grimes 796d2b5fb5 Merge pull request #5 from konklone/cname 9 years ago
_includes a0f5e0ccea first commit 9 years ago
_layouts a0f5e0ccea first commit 9 years ago
_site a0f5e0ccea first commit 9 years ago
assets a0f5e0ccea first commit 9 years ago
pages a0f5e0ccea first commit 9 years ago
CNAME a0f5e0ccea first commit 9 years ago
Gemfile a0f5e0ccea first commit 9 years ago
Gemfile.lock a0f5e0ccea first commit 9 years ago
LICENSE.md a0f5e0ccea first commit 9 years ago
Makefile a0f5e0ccea first commit 9 years ago
Proposed A-130 for Public Comment.pdf a0f5e0ccea first commit 9 years ago
README.md a0f5e0ccea first commit 9 years ago
_config.yml 6b4bb96882 jekyll-ignore the CNAME file 9 years ago

README.md

Circular A-130: Managing Information as a Strategic Resource

The Office of Management and Budget (OMB) is proposing to revise Circular No. A-130, Managing Information as a Strategic Resource, to incorporate new statutory requirements and enhanced technological capabilities, as well as address current and evolving technical and personal security threats.

The proposed guidance is now open for public comment on this page. The public feedback period will be 30 days, closing on November 20, 2015. Following the public feedback period, OMB will analyze all submitted feedback and revise the policy as necessary.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Developing on the site locally

This site uses Jekyll, Sass, Bourbon, Neat, and requires Ruby 2.x.

Install dependencies with Bundler:

bundle install

Start up a Sass watcher to keep assets auto-compiled:

make watch

And run the site with Jekyll:

bundle exec jekyll serve --watch

If all goes well, visit the site at http://localhost:4000.