~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-02-23 07:43:11 UTC
  • mfrom: (4797.2.20 2.1)
  • mto: This revision was merged to the branch mainline in revision 5055.
  • Revision ID: mbp@sourcefrog.net-20100223074311-gnj55xdhrgz9l94e
Merge 2.1 back to trunk

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>
10
13
        <p class="biglink"><a class="biglink" href="{{ pathto("user-guide/index") }}">User Guide</a><br/>
11
14
        <span class="linkdescr">how to use Bazaar effectively</span>
12
15
      </p>
18
21
      </p>
19
22
    </td><td width="50%">
20
23
    <p class="biglink"><a class="biglink" href="{{ pathto("release-notes/index") }}">Release Notes</a><br/>
21
 
      <span class="linkdescr">what's new</span>
 
24
      <span class="linkdescr">a detailed log of changes</span>
22
25
      </p>
23
26
      <p class="biglink"><a class="biglink" href="{{ pathto("upgrade-guide/index") }}">Upgrade Guide</a><br/>
24
27
      <span class="linkdescr">moving to Bazaar 2.x</span>
39
42
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr/+faqs">FAQ</a><br/>
40
43
      <span class="linkdescr">frequently asked questions</span>
41
44
      </p>
42
 
      <p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
 
45
      <p class="biglink"><a class="biglink" href="http://bazaar.canonical.com/BzrGlossary/">Glossary</a><br/>
43
46
      <span class="linkdescr">help with terminology</span>
44
47
      </p>
45
48
      <p class="biglink"><a class="biglink" href="../developers/">Developer Docs</a><br/>
47
50
      </p>
48
51
    </td>
49
52
    <td width="50%">
50
 
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/>
 
53
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/migration/en/">Migration Docs</a><br/>
51
54
      <span class="linkdescr">for refugees of other tools</span>
52
55
      </p>
53
 
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
 
56
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/plugins/en/">Plugins Guide</a><br/>
54
57
      <span class="linkdescr">help on popular plugins</span>
55
58
      </p>
56
59
    </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>
57
66
  </table>
58
67
 
59
68
{% endblock %}