~ubuntu-branches/debian/stretch/bzr-xmloutput/stretch

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-01-20 05:18:35 UTC
  • Revision ID: james.westby@ubuntu.com-20090120051835-r8ppbnuij6m2symv
Tags: upstream-0.8.1+bzr116
ImportĀ upstreamĀ versionĀ 0.8.1+bzr116

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
== bzr-xmloutput ==
 
2
 
 
3
This plugin adds an commands (matching some builtins commands) with xml prefix that generates XML output.
 
4
 
 
5
=== Supported commands ===
 
6
 * xmllog
 
7
 * xmlstatus
 
8
 * xmlannotate
 
9
 * xmlmissing
 
10
 * xmlinfo
 
11
 * xmlplugins
 
12
 * xmlversion
 
13
 * xmlls
 
14
 
 
15
=== How to install ===
 
16
 There are two main options to install Bazaar plugins, from source or directly 
 
17
 from the branch. 
 
18
 For further instructions visit:  http://bazaar-vcs.org/UsingPlugins.
 
19
 
 
20
 For windows users using bzr standalone installed (bzr.exe), you should use the 
 
21
 bzr-xmloutput-setup-x-x-x.exe installer.
 
22
 
 
23
 Notice: If you are installing bzr-xmloutput from the source tarball, the 
 
24
         defaut install location is bzrlib/plugins/xmloutput. To change this
 
25
         look the available options running: python setup.py install --help
 
26
 
 
27
 
 
28
=== TODO ===
 
29
 * tests for plugins and missing
 
30
 
 
31
=== Contributors ===
 
32
 * Martin Albisetti
 
33