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
=== renamed file 'README.txt' => 'README.md'
--- README.txt 2012-02-22 06:30:27 +0000
+++ README.md 2022-01-07 17:55:48 +0000
@@ -1,6 +1,5 @@
1======================================1QBzr - Qt-based front end for Bazaar
2 QBzr - Qt-based front end for Bazaar2####################################
3======================================
43
5QBzr is a cross platform, Qt-based front-end for Bazaar, providing GUI4QBzr is a cross platform, Qt-based front-end for Bazaar, providing GUI
6applications for many core bzr commands. In addition, it provides several5applications for many core bzr commands. In addition, it provides several
@@ -11,7 +10,7 @@
11============10============
1211
13 * Python 2.4-2.712 * Python 2.4-2.7
14 13
15 * Bazaar VCS itself (see below version compatibility information)14 * Bazaar VCS itself (see below version compatibility information)
1615
17 * PyQt 4.4 with Qt 4.4 or later16 * PyQt 4.4 with Qt 4.4 or later
@@ -116,48 +115,51 @@
116Interface localization115Interface localization
117======================116======================
118117
119QBzr uses gettext library for i18n support. 118QBzr uses gettext library for i18n support.
120Available translations resides in po/ subdirectory of the tree.119Available translations resides in po/ subdirectory of the tree.
121QBzr expects to load binary mo-files from locale/ subdirectory120QBzr expects to load binary mo-files from locale/ subdirectory
122of the tree.121of the tree.
123122
124To generate translation POT-template file you need to run command:123To generate translation POT-template file you need to run command:
125 python setup.py build_pot124
125 python setup.py build_pot
126126
127All existing PO-files will be updated as well.127All existing PO-files will be updated as well.
128128
129To compile translations to binary mo-files you need to run command:129To compile translations to binary mo-files you need to run command:
130 python setup.py build_mo130
131 python setup.py build_mo
131132
132NOTE: windows installer ships with latest compiled translation inside.133NOTE: windows installer ships with latest compiled translation inside.
133134
134Help translate135Help translate
135~~~~~~~~~~~~~~136--------------
136137
137You can help to translate QBzr interface to other languages.138You can help to translate QBzr interface to other languages.
138139
139You can use either Launchpad trnaslations interface (it's preferable way) 140You can use either Launchpad trnaslations interface (it's preferable way)
140see https://translations.launchpad.net/qbzr,141see https://translations.launchpad.net/qbzr,
141or you can translate it offline, see instructions below.142or you can translate it offline, see instructions below.
142143
143First at all you need to download from 144First at all you need to download from
144http://bazaar.launchpad.net/~qbzr-dev/qbzr/trunk/files145http://bazaar.launchpad.net/~qbzr-dev/qbzr/trunk/files
145either `po/qbzr-XX.po` (where XX is your language and country code) 146either `po/qbzr-XX.po` (where XX is your language and country code)
146or `po/qbzr.pot` if there is no po-file for your language yet.147or `po/qbzr.pot` if there is no po-file for your language yet.
147148
148Then you need to translate it either using any suitable text editor 149Then you need to translate it either using any suitable text editor
149with UTF-8 support or with tools like Poedit (http://www.poedit.net/) 150with UTF-8 support or with tools like Poedit (http://www.poedit.net/)
150or KBabel (http://kbabel.kde.org/).151or KBabel (http://kbabel.kde.org/).
151152
152When you're finish please file a bug report at153When you're finish please file a bug report at
153https://launchpad.net/qbzr/+filebug and attach the translated file.154https://launchpad.net/qbzr/+filebug and attach the translated file.
154155
155To learn more about gettext and po-files see:156To learn more about gettext and po-files see:
156 http://www.gnu.org/software/gettext/157
158 http://www.gnu.org/software/gettext/
157159
158Language and country codes listed in gettext manual:160Language and country codes listed in gettext manual:
159 http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes161
160 http://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes162 http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes
161163
162164
163Configuration165Configuration
@@ -166,7 +168,7 @@
166The configuration is in .bazaar/qbzr.conf.168The configuration is in .bazaar/qbzr.conf.
167169
168qlog_replace170qlog_replace
169~~~~~~~~~~~~171-----------
170172
171Multiline value containing regular expressions to replace text in commit173Multiline value containing regular expressions to replace text in commit
172messages (useful to make clickable links to bug reports, ...). Can be used174messages (useful to make clickable links to bug reports, ...). Can be used
@@ -179,7 +181,8 @@
179181
180182
181diff_show_intergroup_colors183diff_show_intergroup_colors
182~~~~~~~~~~~~~~~~~~~~~~~~~~~184---------------------------
185
183Boolean value to allow painting interline changes in different colors186Boolean value to allow painting interline changes in different colors
184depend on the kind of change. Use values 'True' or '1' to enable option.187depend on the kind of change. Use values 'True' or '1' to enable option.
185188

Subscribers

People subscribed via source and target branches