~loggerhead-team/loggerhead/trunk-rich

61 by Robey Pointer
initial homepage
1
<html>
2
<head>
3
    <style type="text/css">
4
@import "loggerhead.css";
5
    </style>
6
</head>
7
<body>
8
    <img src="loggerhead-logo-medium.png" />
9
    
10
    <p>
11
    Loggerhead is a web viewer for projects in
12
    <a href="http://www.bazaar-vcs.org/">bazaar</a>.
13
    It can be used to navigate
14
    a branch history, annotate files, view patches, perform searches, etc.
15
    It's heavily based on 
16
    <a href="https://launchpad.net/products/bzr-webserve">bazaar-webserve</a>,
17
    which is itself based on
18
    <a href="http://www.selenic.com/mercurial/wiki/index.cgi">hgweb</a> for
19
    Mercurial.  The primary difference is that loggerhead is built on top of
20
    <a href="http://www.turbogears.org/">TurboGears</a>.
21
    </p>
22
    
23
    <p>
24
    Loggerhead is released under the GPL license, and is written entirely
25
    in python 2.4.
26
    </p>
27
    
28
    <h2> Download </h2>
29
    
30
	<p>
31
	The current version is 1.0-0.13 (meaning 1.0, based on bazaar 0.13),
65 by Robey Pointer
add the actual 1.0 release
32
	released on 23 Dec 2006 at revision 64.
61 by Robey Pointer
initial homepage
33
    </p>
34
    <ul class="downloads">
35
    <li> <a href="download/loggerhead-1.0-0.13.tar.gz"> loggerhead-1.0-0.13.tar.gz </a>
65 by Robey Pointer
add the actual 1.0 release
36
        <br /> <span class="md5"> MD5: 1b68c1dc6e13f9ed8f2b3ff0267cd8d9 </span>
61 by Robey Pointer
initial homepage
37
        </li>
38
    </ul>
39
    
40
    <h2> Development </h2>
41
    
42
    <ul>
43
    <li> project page on launchpad (for bug reports): <br />
44
    <a class="link" href="https://launchpad.net/products/loggerhead/"> https://launchpad.net/products/loggerhead/ </a>
45
	</li>
46
	
47
	<li> development branch in bazaar: <br />
48
	<a class="link" href="http://www.lag.net/~robey/code/loggerhead/"> http://www.lag.net/~robey/code/loggerhead/ </a>
49
	</li>
50
	
51
	<li> browse the source in loggerview: <br />
66 by Robey Pointer
do side-by-side diff on the revision page, making it the default.
52
	<a class="link" href="http://www.lag.net/branches/loggerhead/loggerhead_dev/"> http://www.lag.net/branches/loggerhead/loggerhead_dev/ </a>
61 by Robey Pointer
initial homepage
53
	</li>
54
	</ul>
55
	
56
    
57
</body>
58
</html>