Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
eventmachine (1.2.7)
ffi (1.9.23)
forwardable-extended (2.6.0)
html-proofer (3.9.0)
html-proofer (3.9.1)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3)
colorize (~> 0.8)
Expand Down
15 changes: 15 additions & 0 deletions _data/press.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- title: Defense Digital Service revamps Code.mil with clearer, more accessible guidance
press_url: https://www.fedscoop.com/defense-digital-service-revamps-code-mil-clearer-accessible-guidance/
author: FedScoop

- title: Amid congressional mandate to open source DoD’s software code, Code.mil serves as guidepost
press_url: https://federalnewsradio.com/on-dod/2018/03/amid-congressional-mandate-to-open-source-dods-software-code-code-mil-serves-as-guidepost/
author: Federal News Radio

- title: Defense Department (Re)Launches Open Source Software Portal
press_url: https://www.nextgov.com/it-modernization/2018/02/defense-department-relaunches-open-source-software-portal/146061/
author: Nextgov

- title: Code.mil, the Pentagon’s open-source initiative, is live
press_url: https://www.fedscoop.com/code-mil-pentagons-open-source-initiative-live/
author: FedScoop
12 changes: 12 additions & 0 deletions _pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@ At the moment we're getting our first open source projects published in the open
In the future we will tackle issues around procuring source code and addressing how this strategy might facilitate technology transfer. The hope is that Code.mil will encourage conversation around these topics and allow anyone around the world to contribute knowledge and code for DoD projects.

This initiative is not intended to set DoD policy, but rather is exploring alternate ways to join the open source and free software communities. You can read more about the [U.S. Federal Source Code Policy](https://code.gov/#/policy-guide/docs/overview/introduction) on the [Code.gov](https://code.gov) web site.

## Press

<ul>
{% for story in site.data.press %}
<li>
<a href="{{ story.press_url }}">
{{ story.title }} ~{{ story.author }}
</a>
</li>
{% endfor %}
</ul>