~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/_templates/index.html

  • Committer: Aaron Bentley
  • Date: 2009-11-03 15:45:56 UTC
  • mto: (4634.97.2 2.0)
  • mto: This revision was merged to the branch mainline in revision 4798.
  • Revision ID: aaron@aaronbentley.com-20091103154556-e953dmegqbinyokq
Improve patch binary section handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
9
9
    <td width="50%">
10
 
        <p class="biglink"><a class="biglink" href="{{ pathto("whats-new/whats-new-in-2.1") }}">What's New in Bazaar 2.1?</a><br/>
11
 
        <span class="linkdescr">what's new in this release</span>
12
 
      </p>
13
10
        <p class="biglink"><a class="biglink" href="{{ pathto("user-guide/index") }}">User Guide</a><br/>
14
11
        <span class="linkdescr">how to use Bazaar effectively</span>
15
12
      </p>
21
18
      </p>
22
19
    </td><td width="50%">
23
20
    <p class="biglink"><a class="biglink" href="{{ pathto("release-notes/index") }}">Release Notes</a><br/>
24
 
      <span class="linkdescr">a detailed log of changes</span>
 
21
      <span class="linkdescr">what's new</span>
25
22
      </p>
26
23
      <p class="biglink"><a class="biglink" href="{{ pathto("upgrade-guide/index") }}">Upgrade Guide</a><br/>
27
24
      <span class="linkdescr">moving to Bazaar 2.x</span>
29
26
      <p class="biglink"><a class="biglink" href="{{ pathto("user-reference/index") }}">User Reference</a><br/>
30
27
      <span class="linkdescr">all the gory details</span>
31
28
      </p>
32
 
      <p class="biglink"><a class="biglink" href="{{ pathto("admin-guide/index") }}">System Admin Guide</a><br/>
33
 
      <span class="linkdescr">security, backups, etc.</span>
34
 
      </p>
35
29
    </td></tr>
36
30
  </table>
37
31
 
39
33
 
40
34
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
41
35
    <td width="50%">
42
 
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr/+faqs">FAQ</a><br/>
 
36
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr">FAQ</a><br/>
43
37
      <span class="linkdescr">frequently asked questions</span>
44
38
      </p>
45
 
      <p class="biglink"><a class="biglink" href="http://bazaar.canonical.com/BzrGlossary/">Glossary</a><br/>
 
39
      <p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
46
40
      <span class="linkdescr">help with terminology</span>
47
41
      </p>
48
 
      <p class="biglink"><a class="biglink" href="../developers/">Developer Docs</a><br/>
49
 
        <span class="linkdescr">improving and extending bzr</span>
50
 
      </p>
51
 
    </td>
52
 
    <td width="50%">
53
 
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/migration/en/">Migration Docs</a><br/>
 
42
    </td><td width="50%">
 
43
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/>
54
44
      <span class="linkdescr">for refugees of other tools</span>
55
45
      </p>
56
 
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/plugins/en/">Plugins Guide</a><br/>
 
46
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
57
47
      <span class="linkdescr">help on popular plugins</span>
58
48
      </p>
59
49
    </td></tr>
60
 
 
61
 
    <tr><td colspan="2">
62
 
        These documents are also available in <a href="../es/index.html">Spanish</a>,
63
 
        <a href="../ja/index.html">Japanese</a>, 
64
 
        and <a href="../ru/index.html">Russian</a>.
65
 
    </td></tr>
66
50
  </table>
67
51
 
 
52
  <p>Keen to help? See the <a href="http://doc.bazaar-vcs.org/developers/">Developer Docs</a>
 
53
      for policies and tools on contributing code, tests and documentation.</p>
 
54
 
68
55
{% endblock %}