~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2010-01-13 16:23:07 UTC
  • mto: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: john@arbash-meinel.com-20100113162307-0bs82td16gzih827
Update the MANIFEST.in file.

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
    </td></tr>
 
30
  </table>
 
31
 
 
32
  <h2>Related links</h2>
 
33
 
 
34
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
 
35
    <td width="50%">
 
36
        <p class="biglink"><a class="biglink" href="https://answers.launchpad.net/bzr">FAQ</a><br/>
 
37
      <span class="linkdescr">frequently asked questions</span>
 
38
      </p>
 
39
      <p class="biglink"><a class="biglink" href="http://bazaar-vcs.org/BzrGlossary/">Glossary</a><br/>
 
40
      <span class="linkdescr">help with terminology</span>
 
41
      </p>
 
42
    </td><td width="50%">
 
43
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/migration/en/">Migration Docs</a><br/>
 
44
      <span class="linkdescr">for refugees of other tools</span>
 
45
      </p>
 
46
      <p class="biglink"><a class="biglink" href="http://doc.bazaar-vcs.org/plugins/en/">Plugins Guide</a><br/>
 
47
      <span class="linkdescr">help on popular plugins</span>
 
48
      </p>
 
49
    </td></tr>
 
50
  </table>
 
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
 
 
55
{% endblock %}