/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2010-03-21 21:39:33 UTC
  • mfrom: (5102 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5143.
  • Revision ID: jelmer@samba.org-20100321213933-fexeh9zcoz8oaju2
merge bzr.dev.

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.2") }}">What's New in Bazaar 2.2?</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
 
        <span class="linkdescr">how to use Bazaar effectively</span>
 
14
        <span class="linkdescr">how to use the command line client</span>
12
15
      </p>
13
16
      <p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">Tutorials</a><br/>
14
17
      <span class="linkdescr">brief introductions</span>
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>
36
39
 
37
40
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
38
41
    <td width="50%">
39
 
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr">FAQ</a><br/>
 
42
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/explorer/en/guide/">Desktop Guide</a><br/>
 
43
      <span class="linkdescr">how to use our GUI applications</span>
 
44
      </p>
 
45
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr/+faqs">FAQ</a><br/>
40
46
      <span class="linkdescr">frequently asked questions</span>
41
47
      </p>
42
 
      <p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
 
48
      <p class="biglink"><a class="biglink" href="http://bazaar.canonical.com/BzrGlossary/">Glossary</a><br/>
43
49
      <span class="linkdescr">help with terminology</span>
44
50
      </p>
45
 
    </td><td width="50%">
46
 
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/>
 
51
    </td>
 
52
    <td width="50%">
 
53
      <p class="biglink"><a class="biglink" href="../developers/">Developer Docs</a><br/>
 
54
        <span class="linkdescr">improving and extending bzr</span>
 
55
      </p>
 
56
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/migration/en/">Migration Docs</a><br/>
47
57
      <span class="linkdescr">for refugees of other tools</span>
48
58
      </p>
49
 
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
 
59
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/plugins/en/">Plugins Guide</a><br/>
50
60
      <span class="linkdescr">help on popular plugins</span>
51
61
      </p>
52
62
    </td></tr>
 
63
 
 
64
    <tr><td colspan="2">
 
65
        These documents are also available in <a href="../es/index.html">Spanish</a>,
 
66
        <a href="../ja/index.html">Japanese</a>, 
 
67
        and <a href="../ru/index.html">Russian</a>.
 
68
    </td></tr>
53
69
  </table>
54
70
 
55
 
  <p>Keen to help? See the <a href="http://doc.bazaar-vcs.org/developers/">Developer Docs</a>
56
 
      for policies and tools on contributing code, tests and documentation.</p>
57
 
 
58
71
{% endblock %}