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
|
<html>
<head>
<style type="text/css">
@import "loggerhead.css";
</style>
</head>
<body>
<img src="loggerhead-logo-medium.png" />
<p>
Loggerhead is a web viewer for projects in
<a href="http://www.bazaar-vcs.org/">bazaar</a>.
It can be used to navigate
a branch history, annotate files, view patches, perform searches, etc.
It's heavily based on
<a href="https://launchpad.net/products/bzr-webserve">bazaar-webserve</a>,
which is itself based on
<a href="http://www.selenic.com/mercurial/wiki/index.cgi">hgweb</a> for
Mercurial. The primary difference is that loggerhead is built on top of
<a href="http://www.turbogears.org/">TurboGears</a>.
</p>
<p>
Loggerhead is released under the GPL license, and is written entirely
in python 2.4.
</p>
<h2> News </h2>
<ul>
<li> <span class="date"> 24 Jan 2007 </span> <br>
Loggerhead 1.1.1 released, to fix a paper-bag bug and a couple of
rendering quirks. </li>
<li> <span class="date"> 20 Jan 2007 </span> <br>
Loggerhead 1.1 released, with a lot of new features and improvements.
</li>
</ul>
<h2> Download </h2>
<p>
The current version is 1.1.1-0.13 (meaning 1.1.1, requiring bazaar 0.13),
released on 24 Jan 2006 at revision 109.
</p>
<ul class="downloads">
<li> <a href="download/loggerhead-1.1.1-0.13.tar.gz"> loggerhead-1.1.1-0.13.tar.gz </a>
<br /> <span class="md5"> MD5: 288af4396620443b7f2acd96a62ffbbf </span>
</li>
<li> <a href="download/loggerhead-1.1-0.13.tar.gz"> loggerhead-1.1-0.13.tar.gz </a>
<br /> <span class="md5"> MD5: 26194d00c72dbcaf63d14d9d099ee91e </span>
</li>
<li> <a href="download/loggerhead-1.0-0.13.tar.gz"> loggerhead-1.0-0.13.tar.gz </a>
<br /> <span class="md5"> MD5: 1b68c1dc6e13f9ed8f2b3ff0267cd8d9 </span>
</li>
</ul>
<h2> Development </h2>
<ul>
<li> project page on launchpad (for bug reports): <br />
<a class="link" href="https://launchpad.net/products/loggerhead/"> https://launchpad.net/products/loggerhead/ </a>
</li>
<li> development branch in bazaar: <br />
<a class="link" href="http://www.lag.net/robey/code/loggerhead/"> http://www.lag.net/robey/code/loggerhead/ </a>
</li>
<li> browse the source in loggerview: <br />
<a class="link" href="http://www.lag.net/branches/loggerhead/loggerhead_dev/"> http://www.lag.net/branches/loggerhead/loggerhead_dev/ </a>
</li>
</ul>
</body>
</html>
|