-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.html
More file actions
113 lines (99 loc) · 4.2 KB
/
packages.html
File metadata and controls
113 lines (99 loc) · 4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!--
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" href="stylesheets/print.css" media="print" />
-->
<script src="javascripts/jquery-1.10.2.min.js"></script>
<script src="javascripts/list.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>GSA Secure Packages Reuse Project ("SecPrep")</title>
</head>
<body>
<div class="container">
<div class="starter-template row">
<h1>GSA Secure Packages Reuse Project ("SecPrep")</h1>
<p>A list of software and web development tools that have cleared security hurdles and have been deployed in production environments. Created to help innovators and implementers in the federal government speed up the security clearance process by quickly identifying software packages that have been approved before.</p>
</div>
<div id="entry-list">
<div class="row" style="margin-bottom:10px;">
<input type="text" class="search form-control" placeholder="Search" />
</div>
<div class="row">
<table class="table table-striped">
<thead>
<tr>
<th><span class="sort" data-sort="project">Project</span></th>
<th><span class="sort" data-sort="agency">Agency</span></th>
<th><span class="sort" data-sort="contact">Point of Contact</span></th>
<th><span class="sort" data-sort="usage">Usage</span></th>
<th><span class="sort" data-sort="updated">Last Updated</span></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td class="project">Python 2.7</td>
<td class="agency">GSA</td>
<td class="contact">Robert Read, robert.read@gsa.gov</td>
<td class="usage">Used in production beta site http://pricespaid.acquisition.gov launched 2013-09-26</td>
<td class="updated">2013-09-24</td>
</tr>
<tr>
<td class="project">Solr 4.4.0</td>
<td class="agency">GSA</td>
<td class="contact">Robert Read, robert.read@gsa.gov</td>
<td class="usage">Used in production beta site http://pricespaid.acquisition.gov launched 2013-09-26</td>
<td class="updated">2013-09-24</td>
</tr>
<tr>
<td class="project">Red Hat Enterprise Linux Server release 5.9 (Tikanga)</td>
<td class="agency">GSA</td>
<td class="contact">Robert Read, robert.read@gsa.gov</td>
<td class="usage">Used in production beta site http://pricespaid.acquisition.gov launched 2013-09-26</td>
<td class="updated">2013-09-24</td>
</tr>
<tr>
<td class="project">PHP 5</td>
<td class="agency">SBA</td>
<td class="contact">Aaron Snow, aaron.snow@gsa.gov</td>
<td class="usage">Used in production site http://rfpez.sba.gov launched January 2013</td>
<td class="updated">2013-09-24</td>
</tr>
<tr>
<td class="project">Laravel 3.2.12</td>
<td class="agency">SBA</td>
<td class="contact">Aaron Snow, aaron.snow@gsa.gov</td>
<td class="usage">Used in production site http://rfpez.sba.gov launched January 2013</td>
<td class="updated">2013-09-24</td>
</tr>
<tr>
<td class="project">MySQL 5.5.15</td>
<td class="agency">SBA</td>
<td class="contact">Aaron Snow, aaron.snow@gsa.gov</td>
<td class="usage">Used in production site http://rfpez.sba.gov launched January 2013</td>
<td class="updated">2013-09-24</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script type="text/javascript">
var options = {
valueNames: ['project', 'agency', 'contact', 'usage', 'updated']
};
var entryList = new List('entry-list', options);
</script>
</body>
</html>