/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: John Arbash Meinel
  • Date: 2007-05-31 20:29:04 UTC
  • mto: This revision was merged to the branch mainline in revision 2499.
  • Revision ID: john@arbash-meinel.com-20070531202904-34h7ygudo7qq9ha1
Update the code so that symlinks aren't cached at incorrect times
and fix the tests so that they don't assume files and symlinks
get cached even when the timestamp doesn't declare them 'safe'.

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("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
 
        <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>
15
 
      </p>
16
 
      <p class="biglink"><a class="biglink" href="{{ pathto("tutorials/index") }}">Tutorials</a><br/>
17
 
      <span class="linkdescr">brief introductions</span>
18
 
      </p>
19
 
      <p class="biglink"><a class="biglink" href="{{ pathto("quick-reference/index") }}">Quick Reference</a><br/>
20
 
      <span class="linkdescr">for your wall</span>
21
 
      </p>
22
 
    </td><td width="50%">
23
 
    <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>
25
 
      </p>
26
 
      <p class="biglink"><a class="biglink" href="{{ pathto("upgrade-guide/index") }}">Upgrade Guide</a><br/>
27
 
      <span class="linkdescr">moving to Bazaar 2.x</span>
28
 
      </p>
29
 
      <p class="biglink"><a class="biglink" href="{{ pathto("user-reference/index") }}">User Reference</a><br/>
30
 
      <span class="linkdescr">all the gory details</span>
31
 
      </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
 
    </td></tr>
36
 
  </table>
37
 
 
38
 
  <h2>Related links</h2>
39
 
 
40
 
  <table class="contentstable" align="center" style="margin-left: 30px"><tr>
41
 
    <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/>
46
 
      <span class="linkdescr">frequently asked questions</span>
47
 
      </p>
48
 
      <p class="biglink"><a class="biglink" href="http://bazaar.canonical.com/BzrGlossary/">Glossary</a><br/>
49
 
      <span class="linkdescr">help with terminology</span>
50
 
      </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/>
57
 
      <span class="linkdescr">for refugees of other tools</span>
58
 
      </p>
59
 
      <p class="biglink"><a class="biglink" href="http://doc.bazaar.canonical.com/plugins/en/">Plugins Guide</a><br/>
60
 
      <span class="linkdescr">help on popular plugins</span>
61
 
      </p>
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>
69
 
  </table>
70
 
 
71
 
{% endblock %}