~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/templates/marketing-bugs-about.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-07-28 19:43:47 UTC
  • mfrom: (6721.2.12 zero-tags-goodbye)
  • Revision ID: launchpad@pqm.canonical.com-20080728194347-xchwm53vnwrend5b
[r=flacoste,
        rs=kiko] Fix first attempt at redoing front page layout. Integrate
        new tour pages. Make featured projects list two-column. Update
        What's New. Thanks Matsubara, Francis, Matt R. and mpt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html
2
 
  xmlns="http://www.w3.org/1999/xhtml"
3
 
  xmlns:tal="http://xml.zope.org/namespaces/tal"
4
 
  xmlns:metal="http://xml.zope.org/namespaces/metal"
5
 
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
6
 
  xml:lang="en"
7
 
  lang="en"
8
 
  dir="ltr"
9
 
  metal:use-macro="context/@@marketing_template/master"
10
 
  i18n:domain="launchpad"
11
 
>
12
 
<body>
13
 
  <div id="about" metal:fill-slot="contents">
14
 
    <div id="primary">
15
 
      <h2>Bugs</h2>
16
 
      <h3 class="byline">Overview</h3>
17
 
    </div>
18
 
 
19
 
    <h2 class="headline">Cross-project collaboration for shared bugs</h2>
20
 
 
21
 
    <table id="features">
22
 
      <tbody>
23
 
        <tr>
24
 
          <th>Cross-project bug teams</th>
25
 
          <th>Monitor external trackers</th>
26
 
          <th>Web and email interfaces</th>
27
 
          <th>Tagging</th>
28
 
        </tr>
29
 
        <tr class="screenshots">
30
 
          <td><img src="/+icing/bugs-feature-teams.png"
31
 
                   alt="Cross-project teams mini screenshot" /></td>
32
 
          <td><img src="/+icing/bugs-feature-tracker.png"
33
 
                   alt="External trackers mini screenshot" /></td>
34
 
          <td><img src="/+icing/bugs-feature-web-email-ui.png"
35
 
                   alt="Web and email interfaces mini screenshot" /></td>
36
 
          <td><img src="/+icing/bugs-feature-tagging.png"
37
 
                   alt="Tagging mini screenshot" /></td>
38
 
        </tr>
39
 
        <tr>
40
 
          <td>Create ad-hoc teams to tackle bugs that affect multiple
41
 
            projects.
42
 
          </td>
43
 
          <td>Link to instances of the same bug in external trackers,
44
 
            including Bugzilla, Sourceforge and Debian BTS.
45
 
          </td>
46
 
          <td>Suits both new users and experienced developers.</td>
47
 
          <td>Group related bugs quickly and easily.</td>
48
 
        </tr>
49
 
      </tbody>
50
 
    </table>
51
 
 
52
 
    <div id="content">
53
 
      <div class="intro">
54
 
        <h3>About the Launchpad Bug Tracker</h3>
55
 
 
56
 
        <p>Bugs aren't always found by the people who wrote the buggy code. If
57
 
           you find a bug in code that your project relies on, Launchpad helps
58
 
           you to create a cross-project team to solve it.
59
 
        </p>
60
 
 
61
 
        <p>If both projects use Launchpad's bug tracker, you can share common
62
 
           bugs. Shared bugs appear in both project's bug lists and send
63
 
           updates to both project's bug contacts but retain separate bug
64
 
           statuses.
65
 
         </p>
66
 
 
67
 
        <p>If your project is affected by a bug in code that is tracked by an
68
 
          external tracker - such as Bugzilla, Sourceforge or Debian BTS - you
69
 
          can ask Launchpad to report its current status on your project's bug
70
 
          page.
71
 
        </p>
72
 
 
73
 
        <p>Everyday bug reporting and management are simple, thanks to an
74
 
           intuitive web interface. Experience developers, many of whom prefer
75
 
           email to the web, are well served by a comprehensive email
76
 
           interface.
77
 
        </p>
78
 
      </div>
79
 
    </div> <!-- content -->
80
 
  </div>
81
 
</body>
82
 
</html>