~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Danny van Heumen
  • Date: 2010-03-09 21:42:11 UTC
  • mto: (4634.139.5 2.0)
  • mto: This revision was merged to the branch mainline in revision 5160.
  • Revision ID: danny@dannyvanheumen.nl-20100309214211-iqh42x6qcikgd9p3
Reverted now-useless TODO list.

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>
13
10
        <p class="biglink"><a class="biglink" href="{{ pathto("user-guide/index") }}">User Guide</a><br/>
14
 
        <span class="linkdescr">how to use the command line client</span>
 
11
        <span class="linkdescr">how to use Bazaar effectively</span>
15
12
      </p>
16
13
      <p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">Tutorials</a><br/>
17
14
      <span class="linkdescr">brief introductions</span>
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="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/>
 
36
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr">FAQ</a><br/>
46
37
      <span class="linkdescr">frequently asked questions</span>
47
38
      </p>
48
 
      <p class="biglink"><a class="biglink" href="http://wiki.bazaar.canonical.com/BzrGlossary/">Glossary</a><br/>
 
39
      <p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
49
40
      <span class="linkdescr">help with terminology</span>
50
41
      </p>
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/>
 
42
    </td><td width="50%">
 
43
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/>
57
44
      <span class="linkdescr">for refugees of other tools</span>
58
45
      </p>
59
 
      <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/>
60
47
      <span class="linkdescr">help on popular plugins</span>
61
48
      </p>
62
49
    </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>
69
50
  </table>
70
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
 
71
55
{% endblock %}