/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/developers/index-plain.txt

  • Committer: Naoki INADA
  • Date: 2009-10-29 10:01:19 UTC
  • mto: (4634.97.3 2.0)
  • mto: This revision was merged to the branch mainline in revision 4798.
  • Revision ID: inada-n@klab.jp-20091029100119-uckv9t7ej2qrghw3
import doc-ja rev90

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://starship.python.net/crew/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
 
24
24
 
25
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
26
26
 
27
 
* `Code Review <code-review.html>`_.
28
 
 
29
 
* `Bazaar Code Style Guide <code-style.html>`_.
30
 
 
31
 
* `Writing plugins <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_
32
 
  |--| specific advice on writing Bazaar plugins. (web link)
 
27
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
 
28
  |--| specific advice on writing Bazaar plugins.
33
29
 
34
30
Process
35
31
=======
36
32
 
37
33
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
38
34
  development cycle and how to run it.
39
 
 
40
 
* `Releasing Bazaar <releasing.html>`_ |--|
 
35
  
 
36
* `Releasing Bazaar <releasing.html>`_ |--| 
41
37
  Checklist to make a release of Bazaar.
42
38
 
43
39
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
45
41
* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
46
42
  your changes to Bazaar integrated into a release.
47
43
 
48
 
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
 
44
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
49
45
  bzr code and visualize the results.
50
46
 
51
 
* `EC2 resources <ec2.html>`_ |--| A team resource for
 
47
* `EC2 resources <ec2.html>`_ |--| A team resource for 
52
48
  Windows packaging and testing, and Ubuntu testing.
53
49
 
54
 
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
 
50
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug 
55
51
  tracker.
56
52
 
57
53
Plans
58
54
=====
59
55
 
60
 
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
 
56
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
61
57
  for fixing performance in bzr over the next few releases.
62
58
 
63
59
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
118
114
Data formats
119
115
============
120
116
 
121
 
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories
 
117
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
122
118
  (new in Bazaar 0.92).
123
119
 
124
120
Implementation notes