├── .gitignore ├── .travis.yml ├── 404.md ├── CONTRIBUTING.md ├── Gemfile ├── README.md ├── _config.yml ├── _includes ├── footer.html └── header.html ├── _layouts ├── 404.html ├── default.html ├── hero.html └── techfar.html ├── assets ├── _sass │ ├── bourbon │ │ ├── _bourbon-deprecated-upcoming.scss │ │ ├── _bourbon.scss │ │ ├── addons │ │ │ ├── _button.scss │ │ │ ├── _clearfix.scss │ │ │ ├── _directional-values.scss │ │ │ ├── _ellipsis.scss │ │ │ ├── _font-family.scss │ │ │ ├── _hide-text.scss │ │ │ ├── _html5-input-types.scss │ │ │ ├── _position.scss │ │ │ ├── _prefixer.scss │ │ │ ├── _retina-image.scss │ │ │ ├── _size.scss │ │ │ ├── _timing-functions.scss │ │ │ ├── _triangle.scss │ │ │ └── _word-wrap.scss │ │ ├── css3 │ │ │ ├── _animation.scss │ │ │ ├── _appearance.scss │ │ │ ├── _backface-visibility.scss │ │ │ ├── _background-image.scss │ │ │ ├── _background.scss │ │ │ ├── _border-image.scss │ │ │ ├── _border-radius.scss │ │ │ ├── _box-sizing.scss │ │ │ ├── _calc.scss │ │ │ ├── _columns.scss │ │ │ ├── _filter.scss │ │ │ ├── _flex-box.scss │ │ │ ├── _font-face.scss │ │ │ ├── _font-feature-settings.scss │ │ │ ├── _hidpi-media-query.scss │ │ │ ├── _hyphens.scss │ │ │ ├── _image-rendering.scss │ │ │ ├── _keyframes.scss │ │ │ ├── _linear-gradient.scss │ │ │ ├── _perspective.scss │ │ │ ├── _placeholder.scss │ │ │ ├── _radial-gradient.scss │ │ │ ├── _transform.scss │ │ │ ├── _transition.scss │ │ │ └── _user-select.scss │ │ ├── functions │ │ │ ├── _assign.scss │ │ │ ├── _color-lightness.scss │ │ │ ├── _flex-grid.scss │ │ │ ├── _golden-ratio.scss │ │ │ ├── _grid-width.scss │ │ │ ├── _modular-scale.scss │ │ │ ├── _px-to-em.scss │ │ │ ├── _px-to-rem.scss │ │ │ ├── _strip-units.scss │ │ │ ├── _tint-shade.scss │ │ │ ├── _transition-property-name.scss │ │ │ └── _unpack.scss │ │ ├── helpers │ │ │ ├── _convert-units.scss │ │ │ ├── _gradient-positions-parser.scss │ │ │ ├── _is-num.scss │ │ │ ├── _linear-angle-parser.scss │ │ │ ├── _linear-gradient-parser.scss │ │ │ ├── _linear-positions-parser.scss │ │ │ ├── _linear-side-corner-parser.scss │ │ │ ├── _radial-arg-parser.scss │ │ │ ├── _radial-gradient-parser.scss │ │ │ ├── _radial-positions-parser.scss │ │ │ ├── _render-gradients.scss │ │ │ ├── _shape-size-stripper.scss │ │ │ └── _str-to-num.scss │ │ └── settings │ │ │ ├── _prefixer.scss │ │ │ └── _px-to-em.scss │ ├── neat │ │ ├── _neat-helpers.scss │ │ ├── _neat.scss │ │ ├── functions │ │ │ ├── _new-breakpoint.scss │ │ │ └── _private.scss │ │ ├── grid │ │ │ ├── _fill-parent.scss │ │ │ ├── _grid.scss │ │ │ ├── _media.scss │ │ │ ├── _omega.scss │ │ │ ├── _outer-container.scss │ │ │ ├── _pad.scss │ │ │ ├── _private.scss │ │ │ ├── _reset.scss │ │ │ ├── _row.scss │ │ │ ├── _shift.scss │ │ │ ├── _span-columns.scss │ │ │ ├── _to-deprecate.scss │ │ │ └── _visual-grid.scss │ │ └── settings │ │ │ ├── _grid.scss │ │ │ └── _visual-grid.scss │ └── styles.scss ├── css │ ├── bootstrap.css │ ├── site.css │ └── styles.scss ├── docs │ ├── Data_Asset_Collection_Memo-02_21_14.pdf │ ├── FITARA_Guidance_Statistical_Agencies_and_Units_OMB.pdf │ ├── JSON User Guide_v4_02 11 16.pdf │ ├── MEMO_RE_IMPLEMENTATION_OF_DOI_OPEN_DATA_POLICY.pdf │ ├── Memo_from_the_Acting_Deputy Secretary_et_alia_Open_Data_Policy.pdf │ └── sample_data_call_procedure.md ├── ghbtns │ └── github-btn.html ├── images │ ├── bullet-circle.svg │ ├── bullet-circle1.svg │ ├── bullet-sq.svg │ ├── bullet-sq1.svg │ ├── menu_icon.svg │ ├── techfar1.jpg │ ├── techfar1.png │ ├── techfar2.png │ ├── techfar3.png │ ├── techfar4.png │ ├── techfar5.png │ └── usds_logo.png ├── img │ ├── background.png │ ├── glyphicons-halflings-white.png │ ├── glyphicons-halflings.png │ └── seal.jpg └── js │ ├── bootstrap.min.js │ ├── federated-analytics.all.min.js │ ├── jquery-1.11.1.min.js │ ├── scrollspy.js │ ├── site.js │ └── vendor │ └── jquery-1.11.1.min.js ├── favicon.ico ├── index.md ├── schema.md ├── schemaexamples ├── CSA_json_schema_fy16_august.json ├── FITARAMilestonesExample.json ├── FITARA_milestones_schema.json ├── JSON User Guide_v5_04_25_16.pdf ├── boardsexample.json ├── bureauITLeadershipSchema.json ├── costSavingsAvoidanceSchema.json ├── governanceBoardSchema.json └── leadersexample.json └── script ├── bootstrap └── server /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | _site 3 | .ruby-version 4 | .sass-cache 5 | Gemfile.lock 6 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | script: "bundle exec jekyll build" 3 | -------------------------------------------------------------------------------- /404.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 'Page Not Found' 3 | layout: "404" 4 | --- 5 | 6 | # Page Not Found 7 | 8 | [Return to CIO.gov]("http://cio.gov") 9 | 10 | Last Update August 8, 10:48am 11 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to Management and Oversight of Federal Information Technology Resources 2 | 3 | *By contributing to this project, you dedicate your work to the public domain and relinquish any copyright claims under the terms of the [CC0 Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/). See the [license file](LICENSE) for additional information.* 4 | 5 | ## How to Contribute 6 | 7 | This project constitutes a collaborative work ("open source"). Federal employees and members of the public are encouraged to improve the project by contributing. 8 | 9 | Contributions can be made, primarily in two ways: 10 | 11 | ### Easy 12 | 13 | 1. Browse the content at https://management.cio.gov. 14 | 2. Click the "Edit this Page" button in the top right corner of any page. 15 | 3. Make changes as you would normally. 16 | 4. Click "Submit". 17 | 5. Your change(s) should appear once approved. 18 | 19 | *Note: You may need to [create a free GitHub account](https://github.com/signup/free) if you do not already have one* 20 | 21 | ### Advanced 22 | 23 | 1. Configure git by using this [basic tutorial](https://help.github.com/articles/set-up-git) or by downloading the [GitHub for Mac](https://mac.github.com/) (or [GitHub for Windows](https://windows.github.com/)) and optionally [Mou](http://mouapp.com/). 24 | 2. [Fork](https://help.github.com/articles/fork-a-repo) the project 25 | 3. Make changes as you would normally using the tools installed in step #1. 26 | 4. Push the changes back to your fork 27 | 5. Submitting a pull request to this repository 28 | 6. Your change(s) should appear once approved. 29 | 30 | 31 | ## Privacy 32 | 33 | 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. 34 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'github-pages' 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ##Management and Oversight of Federal Information Technology Public Comments 2 | 3 | The Federal Information Technology Acquisition Reform Act ([FITARA)](https://www.congress.gov/113/plaws/publ291/PLAW-113publ291.pdf#page=148]), passed by Congress in December 2014, is a historic law that represents the first major overhaul of Federal information Technology (IT) in almost 20 years. Since FITARA’s passing, OMB published guidance to agencies to ensure that this law is applied consistently governmentwide in a way that is both workable and effective. This guidance is now available as OMB Memorandum M-15-14: Management and Oversight of Federal Information Technology. 4 | 5 | OMB used this Github site to collect public feedback on proposed guidance in April 2015. To continue the discussion of FITARA implementation and to access resources from the CIO Council, please visit our updated repo [here](https://github.com/WhiteHouse/CIOmanagement), also available at https://management.cio.gov. 6 | 7 | ### License 8 | 9 | As a work of the United States Government, this project is in the public domain within the United States. 10 | 11 | Additionally, we waive copyright and related rights in the work worldwide through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/). 12 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | # settings from whitehouse.github.io/fitara 2 | 3 | #document settings 4 | title: Management and Oversight of Federal Information Technology 5 | desc: Office of Management and Budget (OMB) M-15-14 6 | url: https://management.cio.gov 7 | 8 | #global settings, no need to change these 9 | root_url: 10 | org_name: whitehouse 11 | repo_name: fitara 12 | branch: gh-pages 13 | 14 | # default build settings for running locally, no need to edit 15 | pymgemnts: true 16 | exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "config.ru", "Procfile", "Rakefile", "readme.md"] 17 | markdown: kramdown 18 | relative_permalinks: false 19 | 20 | gems: 21 | - jekyll-redirect-from 22 | 23 | kramdown: 24 | toc_levels: "1,2" 25 | 26 | # original settings 27 | 28 | permalink: pretty 29 | # markdown: rdiscount 30 | highlighter: pygments 31 | 32 | collections: 33 | - guidanceSections 34 | 35 | sass: 36 | sass_dir: assets/_sass 37 | -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 |