~loggerhead-team/loggerhead/trunk-rich

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
<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> Download </h2>
    
	<p>
	The current version is 1.0-0.13 (meaning 1.0, based on bazaar 0.13),
	released on 23 Dec 2006 at revision 64.
    </p>
    <ul class="downloads">
    <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>