~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to homepage/index.html

  • Committer: Robey Pointer
  • Date: 2007-01-14 23:46:10 UTC
  • Revision ID: robey@lag.net-20070114234610-z3cn5j8eky0vqsg3
add a decorator to strip the whitespace from the generated html in the big
pages.  (kid theoretically can do this on its own, but it's not hooked up
from turbogears, and even if it was, it doesn't seem to work on html.)
removing whitespace appears to trim a good 20-30% from the generated pages,
so may help a lot for slow links.  in combination with the trimmed-down
javascript names, some of the worst offenders (revisions with gigantic
diffs) are now nearly half the size they were a few days ago.

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>