~spiv/bzr/cannot-start-new-thread

« back to all changes in this revision

Viewing changes to doc/developers/plugin-api.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-03 11:30:37 UTC
  • mfrom: (5053.2.3 plug-dev-link-update)
  • Revision ID: pqm@pqm.ubuntu.com-20100303113037-51ffw5xyk93yzgl0
(parthm) Fix some out-of-date doc links

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
See also
23
23
--------
24
24
 
25
 
 * `Bazaar Developer Documentation Catalog <index.html>`_.
26
 
 * <http://bazaar-vcs.org/WritingPlugins> wiki page with many more
27
 
   suggestions about particular APIs
 
25
 * `Bazaar Developer Documentation Catalog <../index.html>`_.
 
26
 * `Bazaar Plugins Guide <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ for
 
27
   more suggestions about particular APIs.
28
28
 
29
29
 
30
30
Structure of a plugin
242
242
time other than register or override functions to be called later.
243
243
 
244
244
The plugin can import bzrlib and call any function.
245
 
Some interesting APIs are described in <http://bazaar-vcs.org/WritingPlugins>
 
245
Some interesting APIs are described in `Bazaar Plugins Guide <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_.
246
246
 
247
247
 
248
248
Publishing your plugin
255
255
   <https://launchpad.net/bzr-fastimport>
256
256
   and publish the branches or tarballs there
257
257
 
258
 
 * include the plugin in <http://bazaar-vcs.org/BzrPlugins>
 
258
 * include the plugin in <http://wiki.bazaar.canonical.com/BzrPlugins>
259
259
 
260
260
 * post about it to the ``bazaar-announce`` list at ``lists.canonical.com``
261
261