~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index-plain.txt

Merge previous attempt into current trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
* `Architectural Overview <overview.html>`_ |--| describes some of the
12
12
  most important classes and concepts.
13
13
 
14
 
* `bzrlib API reference <http://people.canonical.com/~mwh/bzrlibapi/>`_
 
14
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
15
15
  (external link)
16
16
  |--| automatically generated API reference information
17
17
 
18
 
* `Integrating with Bazaar <http://wiki.bazaar.canonical.com/Integrating_with_Bazaar>`_
 
18
* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
19
19
  (wiki) |--| a guide for writing Python programs that work with Bazaar.
20
20
 
21
21
* `Revision Properties <revision-properties.html>`_ |--| An application
26
26
 
27
27
* `Code Review <code-review.html>`_.
28
28
 
29
 
* `Bazaar Code Style Guide <code-style.html>`_.
30
 
 
31
29
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
32
30
  |--| specific advice on writing Bazaar plugins. (web link)
33
31
 
34
 
* `Documenting changes <documenting-changes.html>`_.
35
 
 
36
32
Process
37
33
=======
38
34
 
44
40
 
45
41
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
46
42
 
47
 
* `Giving back <http://wiki.bazaar.canonical.com/BzrGivingBack>`_ (wiki) |--| How to get
 
43
* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
48
44
  your changes to Bazaar integrated into a release.
49
45
 
50
46
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
56
52
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
57
53
  tracker.
58
54
 
59
 
Architecture overviews
60
 
======================
61
 
 
62
 
* `Transports <transports.html>`_ |--| Transport virtual filesystem
63
 
  abstraction.
64
 
 
65
55
Plans
66
56
=====
67
57