Skip to content

Commit 35361a2

Browse files
author
Ari Chivukula
authored
Merge pull request #200 from Code-dot-mil/press
Press Section
2 parents c88166b + 284b72f commit 35361a2

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GEM
2626
eventmachine (1.2.7)
2727
ffi (1.9.23)
2828
forwardable-extended (2.6.0)
29-
html-proofer (3.9.0)
29+
html-proofer (3.9.1)
3030
activesupport (>= 4.2, < 6.0)
3131
addressable (~> 2.3)
3232
colorize (~> 0.8)

_data/press.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- title: Defense Digital Service revamps Code.mil with clearer, more accessible guidance
2+
press_url: https://www.fedscoop.com/defense-digital-service-revamps-code-mil-clearer-accessible-guidance/
3+
author: FedScoop
4+
5+
- title: Amid congressional mandate to open source DoD’s software code, Code.mil serves as guidepost
6+
press_url: https://federalnewsradio.com/on-dod/2018/03/amid-congressional-mandate-to-open-source-dods-software-code-code-mil-serves-as-guidepost/
7+
author: Federal News Radio
8+
9+
- title: Defense Department (Re)Launches Open Source Software Portal
10+
press_url: https://www.nextgov.com/it-modernization/2018/02/defense-department-relaunches-open-source-software-portal/146061/
11+
author: Nextgov
12+
13+
- title: Code.mil, the Pentagon’s open-source initiative, is live
14+
press_url: https://www.fedscoop.com/code-mil-pentagons-open-source-initiative-live/
15+
author: FedScoop

_pages/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,15 @@ At the moment we're getting our first open source projects published in the open
4040
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.
4141

4242
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.
43+
44+
## Press
45+
46+
<ul>
47+
{% for story in site.data.press %}
48+
<li>
49+
<a href="{{ story.press_url }}">
50+
{{ story.title }} ~{{ story.author }}
51+
</a>
52+
</li>
53+
{% endfor %}
54+
</ul>

0 commit comments

Comments
 (0)