~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to homepage/index.html

  • Committer: Robey Pointer
  • Date: 2006-12-24 06:44:26 UTC
  • Revision ID: robey@lag.net-20061224064426-bedaid2zrw69igfg
initial homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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),
 
32
        released on 23 Dec 2006.
 
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>
 
36
        <br /> <span class="md5"> MD5: dbcdd92cdac84ea2cf9dabb4b37af58e </span>
 
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 />
 
52
        <a class="link" href="http://www.lag.net/branches/loggerhead/"> http://www.lag.net/branches/loggerhead/ </a>
 
53
        </li>
 
54
        </ul>
 
55
        
 
56
    
 
57
</body>
 
58
</html>