~ian-clatworthy/bzr-explorer/labels-in-toolbox

1 by Ian Clatworthy
first cut at making the prototype production code
1
bzr-explorer: GUI application for using Bazaar
2
==============================================
3
4
Dependencies
5
------------
6
7
Required and recommended packages are:
8
9
* Python 2.4 or later
10
50 by Ian Clatworthy
added roadmap document
11
* Bazaar 1.16 or later.
1 by Ian Clatworthy
first cut at making the prototype production code
12
50 by Ian Clatworthy
added roadmap document
13
* QBzr 0.11 or later.
1 by Ian Clatworthy
first cut at making the prototype production code
14
15
If you wish to use the applets provided via bzr-gtk, it should be
16
installed as well.
17
18
19
Installation
20
------------
21
22
The easiest way to install this plugin is to either copy or symlink the
23
directory into your ~/.bazaar/plugins directory. Be sure to rename the
24
directory to explorer (instead of bzr-explorer).
25
26
In the future, it is hoped this plugin will be installed by the various
27
platform-specific installers for Windows and OS X. For Linux, it is
28
hoped that it will be made available via the usual package management
29
systems, include Add/Remove on Ubuntu.
30
31
32
Testing
33
-------
34
35
To test the plugin after installation:
36
37
    bzr selftest explorer
38
 
39
40
Documentation
41
-------------
42
43
To view the documentation after installation:
44
45
    bzr help explorer
46
 
47
A User Guide will be provided shortly.
48
49
50 by Ian Clatworthy
added roadmap document
50
Developers
51
----------
52
53
If you'd like to help, see the ROADMAP.txt file in the doc directory.
54
55
1 by Ian Clatworthy
first cut at making the prototype production code
56
Licensing
57
---------
58
59
This plugin is (C) Copyright Canonical Limited 2009 under the
60
GPL Version 2 or later. Please see the file COPYING.txt for the licence
61
details.