/usr/share/debian-timeline/index.html is in debian-timeline 37.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 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 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> and others. Email corrections and additions to: <a href="https://wiki.debian.org/Teams/Publicity/Timeline">the Debian publicity team</a>. <a href="https://anonscm.debian.org/cgit/publicity/debian-timeline.git/">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>
|