-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
92 lines (88 loc) · 4.54 KB
/
about.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
About Trac – BioHackathon 2009
</title>
<link rel="search" href="search.1.html" />
<link rel="help" href="wiki/TracGuide.html" />
<link rel="start" href="wiki.1.html" />
<link rel="stylesheet" href="chrome/common/css/trac.css" type="text/css" />
<link rel="shortcut icon" href="chrome/common/trac.ico" type="image/x-icon" />
<link rel="icon" href="chrome/common/trac.ico" type="image/x-icon" />
<link type="application/opensearchdescription+xml" rel="search" href="search/opensearch" title="Search BioHackathon 2009" />
<script type="text/javascript" src="chrome/common/js/jquery.js"></script><script type="text/javascript" src="chrome/common/js/trac.js"></script><script type="text/javascript" src="chrome/common/js/search.js"></script>
<!--[if lt IE 7]>
<script type="text/javascript" src="/chrome/common/js/ie_pre7_hacks.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="chrome/common/css/about.css" /><script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function ($) {
$("#systeminfo table").append("<tr><th>jQuery:</th><td>"+$().jquery+"</td></tr>");
});
//]]>
</script>
</head>
<body>
<div id="banner">
<div id="header">
<a id="logo" href="index.html"><img src="chrome/site/bh2009-logo.jpg" alt="" /></a>
</div>
<form id="search" action="search.1.html" method="get">
<div>
<label for="proj-search">Search:</label>
<input type="text" id="proj-search" name="q" size="18" value="" />
<input type="submit" value="Search" />
</div>
</form>
<div id="metanav" class="nav">
<ul>
<li class="first"><a href="http://hackathon2.dbcls.jp/login">Login</a></li><li><a href="wiki/TracGuide.html">Help/Guide</a></li><li class="active"><a href="about.html">About Trac</a></li><li class="last"><a href="prefs.html">Preferences</a></li>
</ul>
</div>
</div>
<div id="mainnav" class="nav">
<ul>
<li class="first"><a href="wiki.1.html">Wiki</a></li><li><a href="timeline.html">Timeline</a></li><li><a href="milestone/index.html">Roadmap</a></li><li><a href="browser.html">Browse Source</a></li><li><a href="report.html">View Tickets</a></li><li class="last"><a href="search.1.html">Search</a></li>
</ul>
</div>
<div id="main">
<div id="ctxtnav" class="nav">
<h2>Context Navigation</h2>
<hr />
</div>
<div id="content" class="about">
<a href="http://trac.edgewall.org/" style="border: none; float: right; margin-left: 2em">
<img style="display: block" src="chrome/common/trac_banner.png" alt="Trac: Integrated SCM & Project Management" />
</a>
<h1>About Trac</h1>
<p>Trac is a web-based software project management and bug/issue
tracking system emphasizing ease of use and low ceremony.
It provides an integrated Wiki, an interface to version control
systems, and a number of convenient ways to stay on top of events
and changes within a project.
</p>
<p>Trac is distributed under the modified BSD License.<br />
The complete text of the license can be found
<a href="http://trac.edgewall.org/wiki/TracLicense">online</a>
as well as in the <tt>COPYING</tt> file included in the distribution.</p>
<a href="http://www.python.org/" style="border: none; float: right">
<img style="display: block" src="chrome/common/python.png" alt="python powered" width="140" height="56" />
</a>
<p>Please visit the Trac open source project:
<a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a></p>
<p class="copyright" lang="en" xml:lang="en">Copyright © 2003-2009
<a href="http://www.edgewall.org/">Edgewall Software</a>
</p>
</div>
</div>
<div id="footer" lang="en" xml:lang="en"><hr />
<a id="tracpowered" href="http://trac.edgewall.org/"><img src="chrome/common/trac_logo_mini.png" height="30" width="107" alt="Trac Powered" /></a>
<p class="left">
Powered by <a href="about.html"><strong>Trac 0.11.6</strong></a><br />
By <a href="http://www.edgewall.org/">Edgewall Software</a>.
</p>
<p class="right">Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a></p>
</div>
</body>
</html>