Merge lp:~jelmer/qbrz/md into lp:qbrz

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: 1644
Proposed branch: lp:~jelmer/qbrz/md
Merge into: lp:qbrz
Diff against target: 103 lines (+21/-18)
1 file modified
README.md (+21/-18)
To merge this branch: bzr merge lp:~jelmer/qbrz/md
Reviewer Review Type Date Requested Status
Robert Ladyman Approve
Review via email: mp+413814@code.launchpad.net

Description of the change

Convert README to markdown, for nicer display on e.g. GitHub.

To post a comment you must log in.
Revision history for this message
Robert Ladyman (saccadic-masking) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'README.txt' => 'README.md'
2--- README.txt 2012-02-22 06:30:27 +0000
3+++ README.md 2022-01-07 17:55:48 +0000
4@@ -1,6 +1,5 @@
5-======================================
6- QBzr - Qt-based front end for Bazaar
7-======================================
8+QBzr - Qt-based front end for Bazaar
9+####################################
10
11 QBzr is a cross platform, Qt-based front-end for Bazaar, providing GUI
12 applications for many core bzr commands. In addition, it provides several
13@@ -11,7 +10,7 @@
14 ============
15
16 * Python 2.4-2.7
17-
18+
19 * Bazaar VCS itself (see below version compatibility information)
20
21 * PyQt 4.4 with Qt 4.4 or later
22@@ -116,48 +115,51 @@
23 Interface localization
24 ======================
25
26-QBzr uses gettext library for i18n support.
27+QBzr uses gettext library for i18n support.
28 Available translations resides in po/ subdirectory of the tree.
29 QBzr expects to load binary mo-files from locale/ subdirectory
30 of the tree.
31
32 To generate translation POT-template file you need to run command:
33- python setup.py build_pot
34+
35+ python setup.py build_pot
36
37 All existing PO-files will be updated as well.
38
39 To compile translations to binary mo-files you need to run command:
40- python setup.py build_mo
41+
42+ python setup.py build_mo
43
44 NOTE: windows installer ships with latest compiled translation inside.
45
46 Help translate
47-~~~~~~~~~~~~~~
48+--------------
49
50 You can help to translate QBzr interface to other languages.
51
52-You can use either Launchpad trnaslations interface (it's preferable way)
53+You can use either Launchpad trnaslations interface (it's preferable way)
54 see https://translations.launchpad.net/qbzr,
55 or you can translate it offline, see instructions below.
56
57-First at all you need to download from
58+First at all you need to download from
59 http://bazaar.launchpad.net/~qbzr-dev/qbzr/trunk/files
60-either `po/qbzr-XX.po` (where XX is your language and country code)
61+either `po/qbzr-XX.po` (where XX is your language and country code)
62 or `po/qbzr.pot` if there is no po-file for your language yet.
63
64-Then you need to translate it either using any suitable text editor
65-with UTF-8 support or with tools like Poedit (http://www.poedit.net/)
66+Then you need to translate it either using any suitable text editor
67+with UTF-8 support or with tools like Poedit (http://www.poedit.net/)
68 or KBabel (http://kbabel.kde.org/).
69
70 When you're finish please file a bug report at
71 https://launchpad.net/qbzr/+filebug and attach the translated file.
72
73 To learn more about gettext and po-files see:
74- http://www.gnu.org/software/gettext/
75+
76+ http://www.gnu.org/software/gettext/
77
78 Language and country codes listed in gettext manual:
79- http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes
80- http://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes
81+
82+ http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes
83
84
85 Configuration
86@@ -166,7 +168,7 @@
87 The configuration is in .bazaar/qbzr.conf.
88
89 qlog_replace
90-~~~~~~~~~~~~
91+-----------
92
93 Multiline value containing regular expressions to replace text in commit
94 messages (useful to make clickable links to bug reports, ...). Can be used
95@@ -179,7 +181,8 @@
96
97
98 diff_show_intergroup_colors
99-~~~~~~~~~~~~~~~~~~~~~~~~~~~
100+---------------------------
101+
102 Boolean value to allow painting interline changes in different colors
103 depend on the kind of change. Use values 'True' or '1' to enable option.
104

Subscribers

People subscribed via source and target branches