~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Toon Nolten
  • Date: 2009-12-29 14:29:08 UTC
  • mto: This revision was merged to the branch mainline in revision 4939.
  • Revision ID: toonn@skynet.be-20091229142908-uqww8fmtw634hwdt
Corrected two typos in HACKING.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "layout.html" %}
 
2
 
 
3
{% set title = 'Table of Contents' %}
 
4
{% block body %}
 
5
 
 
6
  <h2>Core documentation</h2>
 
7
 
 
8
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
 
9
    <td width="50%">
 
10
        <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>
 
12
      </p>
 
13
      <p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">Tutorials</a><br/>
 
14
      <span class="linkdescr">brief introductions</span>
 
15
      </p>
 
16
      <p class="biglink"><a class="biglink" href="{{ pathto("quick-reference/index") }}">Quick Reference</a><br/>
 
17
      <span class="linkdescr">for your wall</span>
 
18
      </p>
 
19
    </td><td width="50%">
 
20
    <p class="biglink"><a class="biglink" href="{{ pathto("release-notes/index") }}">Release Notes</a><br/>
 
21
      <span class="linkdescr">what's new</span>
 
22
      </p>
 
23
      <p class="biglink"><a class="biglink" href="{{ pathto("upgrade-guide/index") }}">Upgrade Guide</a><br/>
 
24
      <span class="linkdescr">moving to Bazaar 2.x</span>
 
25
      </p>
 
26
      <p class="biglink"><a class="biglink" href="{{ pathto("user-reference/index") }}">User Reference</a><br/>
 
27
      <span class="linkdescr">all the gory details</span>
 
28
      </p>
 
29
      <p class="biglink"><a class="biglink" href="{{ pathto("admin-guide/index") }}">System Admin Guide</a><br/>
 
30
      <span class="linkdescr">security, backups, etc.</span>
 
31
      </p>
 
32
    </td></tr>
 
33
  </table>
 
34
 
 
35
  <h2>Related links</h2>
 
36
 
 
37
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
 
38
    <td width="50%">
 
39
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr">FAQ</a><br/>
 
40
      <span class="linkdescr">frequently asked questions</span>
 
41
      </p>
 
42
      <p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
 
43
      <span class="linkdescr">help with terminology</span>
 
44
      </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/>
 
47
      <span class="linkdescr">for refugees of other tools</span>
 
48
      </p>
 
49
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
 
50
      <span class="linkdescr">help on popular plugins</span>
 
51
      </p>
 
52
    </td></tr>
 
53
  </table>
 
54
 
 
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
{% endblock %}