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
|
<html>
<head>
<title>Debian Project Timeline - a timeline of the Debian GNU/Linux project</title>
<link rel="stylesheet" href="media/debian-timeline.css" type="text/css" />
<script type="text/javascript">
Timeline_ajax_url='media/timeline_ajax/simile-ajax-api.js';
Timeline_urlPrefix='media/timeline_js/';
Timeline_parameters='bundle=true';
</script>
<script src="media/timeline_js/timeline-api.js" type="text/javascript"></script>
<script src="media/debian-timeline.js" type="text/javascript"></script>
</head>
<body onload="onLoad();" onresize="onResize();">
<div id="header">
<p>Timeline of the Debian GNU/Linux project</p>
<div class="clear"></div>
</div>
<div id="maincontent"><div id="the-timeline" class="timeline-default" style="height: 75%;"></div></div>
<div id="footer">
<p>Compiled by <a href="http://chris-lamb.co.uk/">lamby</a>. Email corrections and additions to: <a href="mailto:lamby@debian.org">lamby@debian.org</a>. <a href="https://github.com/lamby/debian-timeline">Git repository</a>.<br/>
<p>This timeline is not guaranteed to be accurate nor complete and should not be used as an official source.</p>
</div>
</body>
</html>
|