/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
4557.3.1 by Ian Clatworthy
Core website & navigation working
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("en/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("en/tutorials/index") }}">Tutorials</a><br/>
14
      <span class="linkdescr">brief introductions</span>
15
      </p>
16
      <p class="biglink"><a class="biglink" href="{{ pathto("en/quick-reference/index") }}">Quick Reference</a><br/>
17
      <span class="linkdescr">for your wall</span>
18
      </p>
4557.3.4 by Ian Clatworthy
Get User Reference and Release Notes working
19
      <p class="biglink"><a class="biglink" href="{{ pathto("en/user-reference/bzr_man") }}">User Reference</a><br/>
4557.3.1 by Ian Clatworthy
Core website & navigation working
20
      <span class="linkdescr">all the gory details</span>
21
      </p>
22
    </td><td width="50%">
4557.3.4 by Ian Clatworthy
Get User Reference and Release Notes working
23
    <p class="biglink"><a class="biglink" href="{{ pathto("en/release-notes/NEWS") }}">Release Notes</a><br/>
4557.3.1 by Ian Clatworthy
Core website & navigation working
24
      <span class="linkdescr">what's new</span>
25
      </p>
26
      <p class="biglink"><a class="biglink" href="{{ pathto("en/upgrade-guide/index") }}">Upgrade Guide</a><br/>
27
      <span class="linkdescr">moving to Bazaar 2.x</span>
28
      </p>
4619.1.1 by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide
29
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/>
4557.3.1 by Ian Clatworthy
Core website & navigation working
30
      <span class="linkdescr">for refugees of other tools</span>
31
      </p>
4619.1.1 by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide
32
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
33
      <span class="linkdescr">help on popular plugins</span>
4557.3.1 by Ian Clatworthy
Core website & navigation working
34
      </p>
35
    </td></tr>
36
  </table>
37
4619.1.1 by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide
38
  <p>Keen to help? See the <a href="{{ pathto("developers/index") }}">Developer Docs</a>
39
      for policies and tools on contributing code, tests and documentation.</p>
4557.3.1 by Ian Clatworthy
Core website & navigation working
40
41
42
  <h2>Related Links</h2>
43
44
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
45
    <td width="25%">
46
        <p><a href="https://answers.launchpad.net/bzr">FAQ</a>
47
        </p>
48
    </td><td width="25%">
49
        <p><a href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a>
50
        </p>
51
    </td><td width="25%">
52
        <p><a href="{{ pathto("genindex") }}">Index</a>
53
        </p>
54
    </td><td width="25%">
55
        <p><a href="{{ pathto("search") }}">Search</a>
56
        </p>
57
    </td></tr>
58
  </table>
59
4619.1.1 by Ian Clatworthy
Add links to latest Migrations Docs and Plugins Guide
60
  <hr>
61
  <p>Other languages:
62
      <a href="{{ pathto("index.es") }}">Spanish</a>,
63
      <a href="{{ pathto("index.ru") }}">Russian</a>
64
  </p>
4557.3.1 by Ian Clatworthy
Core website & navigation working
65
{% endblock %}