~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to homepage/index.html

  • Committer: Robey Pointer
  • Date: 2007-01-21 00:05:52 UTC
  • Revision ID: robey@lag.net-20070121000552-laswr1ffqh030uge
big checkpoint commit.  added some functions to util for tracking browsing
context (those key=value params to urls) since there are already a few and
now i'm adding some more: 'remember' and 'compare_revid'.

'remember' is a remembered revision_id that gets carried around if you click
on a "compare this revision to another revision" link on the revision page.
afterwards, whenever you're on a revision page, you can click "compare to
revision [x]" and it will switch 'remember' to 'compare_revid' and show the
revision page with a diff as compared to the remembered revision.  this is
to allow arbitrary diffs.  i'm not sure the ui is great, though.

bundle is also hooked up this way, so you can download an arbitrary bundle.

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 at revision 64.
 
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: 1b68c1dc6e13f9ed8f2b3ff0267cd8d9 </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/loggerhead_dev/"> http://www.lag.net/branches/loggerhead/loggerhead_dev/ </a>
 
53
        </li>
 
54
        </ul>
 
55
        
 
56
    
 
57
</body>
 
58
</html>