-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection-software.html
535 lines (464 loc) · 23.9 KB
/
collection-software.html
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>OGP toolbox</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700" rel="stylesheet"> <link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/ogp-style.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- COMMON HEADER -->
<!-- Main fixed header -->
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">OGPtoolbox</a><p class="navbar-text">tools and use cases for open government</p>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Log In</a></li>
<button type="button" class="btn btn-default btn-action">Add new</button>
</ul>
</div>
</nav>
<!-- Navigation bar -->
<nav class="navbar navbar-inverse">
<div class="container">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="software.html">Tools</a></li>
<li><a href="platform.html">Examples</a></li>
<li><a href="organization.html">Organizations</a></li>
<li><a href="#">Help</a></li>
</ul>
<form class="navbar-form navbar-right">
<div class="form-group search-bar">
<span class="glyphicon glyphicon-search" aria-hidden="true"></span><input type="text" class="form-control" placeholder="Search for a tool, example or organization">
</div>
</form>
</div>
</div>
</nav>
</header>
<!-- COMMON HEADER END -->
<div class="banner collection-header-mini">
<div class="row full-bg">
<img class="cover" src="img/collection-cover.png"></img>
<div class="container">
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Collection</a></li>
<li><a href="#">Outils de consultation</a></li>
<li class="active">DemocracyOS</li>
</ol>
</div>
</div>
<div class="row ">
<div class="col-md-12 text-center">
<div class="collection-info">
<div class="collection-thumb"><img src="img/france.png" alt="screen"></div>
<h4>Collection</h4>
<h2>Outils de consultation</h2>
<h3>Recommandé par <a>Le Gouvernement français</a></h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BREADCRUMBS -->
<!-- MAIN -->
<div class="row section">
<div class="container">
<div class="row">
<!-- LEFT SIDEBAR -->
<div class="col-md-3 sidebar">
<div class="row">
<div class="col-xs-12">
<div class="thumbnail orga grey">
<div class="visual"><img src="img/demos.png" alt="screen"></div>
<div class="caption">
<table class="table">
<tbody>
<tr class="editable"> <td class="table-label">Type</td> <td>Web Software</td> </tr>
<tr class="editable"> <td class="table-label">License</td> <td>Open-Source</td> </tr>
<tr class="editable"> <td class="table-label">Website</td> <td><a href="#">http://democracyos.org</a></td> </tr>
<tr> <td colspan="2" class="table-label"><button type="button" class="btn btn-default btn-action2">Deploier une solution</button></td> </tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default panel-side">
<div class="panel-heading">
<div class="row">
<div class="col-xs-12 text-left"><h6 class="panel-title">Utilisé principalement pour</h6></div>
</div>
</div>
<div class="panel-body">
<table class="table">
<tbody>
<tr> <th scope="row">1.</th> <td>Open Data</td> <td class="text-right">37%</td> </tr>
<tr> <th scope="row">2.</th> <td>Portal</td> <td class="text-right">18%</td> </tr>
<tr> <th scope="row">3.</th> <td>Open Governement</td> <td class="text-right">8%</td> </tr>
<tr> <th scope="row">4.</th> <td>Storage</td> <td class="text-right">5%</td> </tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default panel-side">
<div class="panel-heading">
<div class="row">
<div class="col-xs-7 text-left"><h6 class="panel-title">Tags</h6></div>
<div class="col-xs-5 text-right up7"><button type="button" class="btn btn-default btn-xs btn-action">Edit</button></div>
</div>
</div>
<div class="panel-body">
<span class="label label-default label-tag">CMS</span>
<span class="label label-default label-tag">Open-Data</span>
<span class="label label-default label-tag">Open-Spurce</span>
<span class="label label-default label-tag">Python</span>
<span class="label label-default label-tag">Framework</span>
<span class="label label-default label-tag">web</span>
<span class="label label-default label-tag">platform</span>
</div>
</div>
</div>
</div>
</div>
<!-- CONTENT -->
<div class="col-md-9 content content-right">
<div class="row">
<div class="col-xs-12"><h1>DemocracyOS<small>Logiciel</small></h1></div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="row metrics">
<div class="col-xs-4 text-center"><span class="metric-label">Utilisations</span><h3>5891</h3></div>
<div class="col-xs-4 text-center"><span class="metric-label">Organizations</span><h3>318</h3></div>
<div class="col-xs-4 text-center"><span class="metric-label">Simplicié</span><h3>127</h3></div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-heading">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">About</h3></div>
<div class="col-xs-4 text-right up7"><a class="show-more">Best of 8 </a><button type="button" class="btn btn-default btn-xs btn-action" data-toggle="modal" data-target="#edit-content">Edit</button></div>
</div>
</div>
<div class="panel-body">
<p>DemocracyOS is an online space for deliberation and voting on political proposals. It is a platform for a more open and participatory government.The software aims to stimulate better arguments and come to better rulings, as peers. DemocracyOS is open source software under the GPL v3.0 license.</p>
</div>
</div>
<div class="panel panel-default up20">
<div class="panel-heading">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">
Informations
</h3></div>
<div class="col-xs-4 text-right"></div>
</div>
</div>
<div id="collapseTwo" class="panel-collapse " role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body nomargin">
<table class="table table-striped">
<tbody>
<tr> <th scope="row">Type</th> <td>Agora dématérialisée, Test d’idée</td> </tr>
<tr> <th scope="row">Modes d’utilisation</th> <td>Public et privé</td> </tr>
<tr> <th scope="row">Dimensionnement connu</th> <td>Entre 1.000 et 100.000 utilisateurs</td></tr>
<tr> <th scope="row">Sociétés de conseil associées</th> <td>Open-source Politics</td> </tr>
<tr> <th scope="row">License</th> <td>GPL v3</td> </tr>
<tr> <th scope="row">API</th> <td>API d’accès aux votes</td></tr>
<tr> <th scope="row">Personnalisation charte graphique</th> <td>Oui</td></tr>
<tr> <th scope="row">Interface d’administration</th> <td>Oui</td></tr>
<tr> <th scope="row">Autres</th> <td><a><a class="show-more pull-right">Montrer tous<span class="glyphicon glyphicon-menu-down"></span></a></a></td></tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">Used for</h3></div>
<div class="col-xs-4 text-right up7"><a class="show-more">Best of 129</a><button type="button" class="btn btn-default btn-xs btn-action">Add</button></div>
</div>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-6 col-md-4 ">
<div class="thumbnail example grey">
<div class="visual"><img src="img/screen1.png" alt="screen"></div>
<div class="caption">
<div class="example-author-thumb"><img src="img/whitehouse.png" alt="screen"></div>
<h4>OpenSpending</h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
<span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span>
</div>
</div>
</div>
<div class="col-xs-6 col-md-4 ">
<div class="thumbnail example grey">
<div class="visual"><img src="img/screen2.png" alt="screen"></div>
<div class="caption">
<div class="example-author-thumb"><img src="img/hackpad.png" alt="screen"></div>
<h4>OpenSpending</h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
<span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span>
</div>
</div>
</div>
<div class="col-xs-6 col-md-4 ">
<div class="thumbnail example grey">
<div class="visual"><img src="img/screen3.png" alt="screen"></div>
<div class="caption">
<div class="example-author-thumb"><img src="img/consul.png" alt="screen"></div>
<h4>OpenSpending</h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
<span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span>
</div>
</div>
</div>
<div class="col-sm-12 text-center"><a class="show-more">Show all 398<span class="glyphicon glyphicon-menu-down"></span></a></div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">Used by</h3></div>
<div class="col-xs-4 text-right up7"><a class="show-more">Best of 128</a><button type="button" class="btn btn-default btn-xs btn-action">Add</button></div>
</div>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-6 col-md-4 ">
<div class="thumbnail orga grey">
<div class="visual"><img src="img/hackpad.png" alt="logo"></div>
<div class="caption">
<h4>The White House</h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
</div>
</div>
</div>
<div class="col-xs-6 col-md-4 ">
<div class="thumbnail orga grey">
<div class="visual"><img src="img/hackpad.png" alt="logo"></div>
<div class="caption">
<h4>The White House</h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
</div>
</div>
</div>
<div class="col-xs-6 col-md-4 ">
<div class="thumbnail orga grey">
<div class="visual"><img src="img/hackpad.png" alt="logo"></div>
<div class="caption">
<h4>The White House</h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
</div>
</div>
</div>
<div class="col-sm-12 text-center"><a class="show-more">Show all 398<span class="glyphicon glyphicon-menu-down"></span></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- COMMON FOOTER -->
<footer>
<div class="row section footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-6"><img class="footer-logo" src="img/ogp-logo.png" alt="Toolname"> </div>
<div class="col-xs-6">
<h4>Language</h4>
<div class="dropdown dropdown-language">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
English
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#">Français</a></li>
<li><a href="#">Espanol</a></li>
</ul>
</div>
</div>
</div>
<p class="info-box">The Open Government Partnership is a multilateral initiative that aims to secure concrete commitments from governments to promote transparency, empower citizens, fight corruption, and harness new technologies to strengthen governance. In the spirit of multi-stakeholder collaboration, OGP is overseen by a Steering Committee including representatives of governments and civil society organizations.</p></div>
<div class="col-xs-6 col-md-3">
<h4>About</h4>
<ul class="footer-menu">
<li><a href="#">Eligibility Criteria</a></li>
<li><a href="#">Develop a National Action Plan</a></li>
<li><a href="#">Self-Assessment Process</a></li>
<li><a href="#">Response Policy</a></li>
<li><a href="#">Civil Society Engagement</a></li>
<li><a href="#">Calendars and Deadlines</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h4>How it works</h4>
<ul class="footer-menu">
<li><a href="#">Home</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="col-md-12">© 2016 Open Government Partnership</div>
</div>
</div>
</div>
</footer>
</div> <!-- /container -->
<div class="modal fade" id="edit-content" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div id="login-overlay" class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">About<span>21 versions available</span></h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-xs-12">
<ul class="media-list">
<li class="media best">
<div class="media-body">
<h4 class="media-heading">Johan Richer<span>22 January2016</span></h4>
The Comprehensive Knowledge Archive Network (CKAN) is a web-based open source management system for the storage and distribution ofopen data. Being initially inspired by the package management capabilities of Linux, CKAN has developed into a powerful data catalogue system that is mainly used by public institutions to share their data with the general public. CKAN's code base is maintained by the Open Knowledge Foundation. The system is used both as a public platform on Datahub and in variousgovernment data catalogues, such as the UK's data.gov.uk, the Dutch National Data Register, the United States government's Data.gov and the Australian government's "Gov 2.0".
</div>
<div class="media-right">
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span></a>
<div class="count">237</div>
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-down" aria-hidden="true"></span></a>
</div>
</li>
<li class="media">
<div class="media-body">
<h4 class="media-heading">Johan Richer<span>22 January2016</span></h4>
Nullam quis risus eget urna mollis ornare vel eu leo. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
</div>
<div class="media-right">
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span></a>
<div class="count">237</div>
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-down" aria-hidden="true"></span></a>
</div>
</li>
<li class="media">
<div class="media-body">
<h4 class="media-heading">Johan Richer<span>22 January2016</span></h4>
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
</div>
<div class="media-right">
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span></a>
<div class="count">237</div>
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-down" aria-hidden="true"></span></a>
</div>
</li>
<li class="media">
<div class="media-body">
<h4 class="media-heading">Johan Richer<span>22 January2016</span></h4>
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
</div>
<div class="media-right">
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span></a>
<div class="count">237</div>
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-down" aria-hidden="true"></span></a>
</div>
</li>
<li class="media">
<div class="media-body">
<h4 class="media-heading">Johan Richer<span>22 January2016</span></h4>
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
</div>
<div class="media-right">
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-up" aria-hidden="true"></span></a>
<div class="count">237</div>
<a class="btn-vote"><span class="glyphicon glyphicon-arrow-down" aria-hidden="true"></span></a>
</div>
</li>
</ul>
<nav class="navbar-fixed-bottom grey">
<form class="navbar-form navbar-left big">
<div class="form-group">
<input type="text" class="form-control" placeholder="vote the best version or add your own">
</div>
<div class="navbar-right">
<button type="submit" class="btn btn-default">Publish</button>
</div>
</form>
</nav>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>