~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to homepage/index.html

  • Committer: Michael Hudson
  • Date: 2009-03-02 05:44:20 UTC
  • Revision ID: michael.hudson@canonical.com-20090302054420-rb67u40azt5b80bi
so it turns out that doing the whitespace compression when we load the template
works just as well as doing it when we generate the content, so do it then.
this makes me less worried about mangling whitespace in user content...

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> News </h2>
29
 
    
30
 
    <ul>
31
 
    <li> <span class="date"> 24 Jan 2007 </span> <br>
32
 
        Loggerhead 1.1.1 released, to fix a paper-bag bug and a couple of
33
 
        rendering quirks. </li>
34
 
    <li> <span class="date"> 20 Jan 2007 </span> <br>
35
 
        Loggerhead 1.1 released, with a lot of new features and improvements.
36
 
        </li>
37
 
    </ul>
38
 
    
39
 
    <h2> Download </h2>
40
 
    
41
 
    <p>
42
 
    The current version is 1.1.1-0.13 (meaning 1.1.1, requiring bazaar 0.13),
43
 
    released on 24 Jan 2006 at revision 109.
44
 
    </p>
45
 
    <ul class="downloads">
46
 
    <li> <a href="download/loggerhead-1.1.1-0.13.tar.gz"> loggerhead-1.1.1-0.13.tar.gz </a>
47
 
        <br /> <span class="md5"> MD5: 288af4396620443b7f2acd96a62ffbbf </span>
48
 
        </li>
49
 
    <li> <a href="download/loggerhead-1.1-0.13.tar.gz"> loggerhead-1.1-0.13.tar.gz </a>
50
 
        <br /> <span class="md5"> MD5: 26194d00c72dbcaf63d14d9d099ee91e </span>
51
 
        </li>
52
 
    <li> <a href="download/loggerhead-1.0-0.13.tar.gz"> loggerhead-1.0-0.13.tar.gz </a>
53
 
        <br /> <span class="md5"> MD5: 1b68c1dc6e13f9ed8f2b3ff0267cd8d9 </span>
54
 
        </li>
55
 
    </ul>
56
 
    
57
 
    <h2> Development </h2>
58
 
    
59
 
    <ul>
60
 
    <li> project page on launchpad (for bug reports): <br />
61
 
    <a class="link" href="https://launchpad.net/products/loggerhead/"> https://launchpad.net/products/loggerhead/ </a>
62
 
    </li>
63
 
 
64
 
    <li> development branch in bazaar: <br />
65
 
    <a class="link" href="http://www.lag.net/robey/code/loggerhead/"> http://www.lag.net/robey/code/loggerhead/ </a>
66
 
    </li>
67
 
 
68
 
    <li> browse the source in loggerview: <br />
69
 
    <a class="link" href="http://www.lag.net/branches/loggerhead/loggerhead_dev/"> http://www.lag.net/branches/loggerhead/loggerhead_dev/ </a>
70
 
    </li>
71
 
    </ul>       
72
 
    
73
 
</body>
74
 
</html>