aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 4d501504246bb7517f69ad4bcc093e5726752c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude">
  <head>
    <title>$title</title>
  </head>
  <body class="index">

    <xi:include href="form.html" />

    <div py:if="err">
        <em>${err}</em>
    </div>

    <div id="description">
    <hr />
    <a href="https://honk.sigxcpu.org/piki/projects/cl2vcs/">cl2vcs</a> parses and displays
    changelogs of <a href="http://debian.org">Debian</a> packages. If the package's
    changelog lists <a href="http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.releases.html#GBP.RELEASE.COMMIT">
    Vcs commit ids</a> and if the package's debian/control file has a <a
    href="http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-vcs">
    Vcs-Browser field</a>, <em>cl2vcs</em> adds links from the
    changelog back to the version control system for easy patch review. A real
    live package that supports this is <a href="/cl2vcs/?pkg=libvirt">libvirt</a>.
    </div>

    <div id="footer">
      <hr />
      <p>© 2008,2009,2010 Guido Günther <a href="mailto:agx@sigxcpu.org">&lt;agx@sigxcpu.org&gt;</a></p>
    </div>
  </body>
</html>