|
1 | 1 | PythonQt
|
2 | 2 | ========
|
3 | 3 |
|
4 |
| -This project is an unofficial fork of [PythonQt](http://pythonqt.sourceforge.net/) sources |
5 |
| -hosted on sourceforge and is used as staging area to maintain and test patches that |
6 |
| -will then be contributed back to the official repository. |
| 4 | +Why is this project ? |
| 5 | +--------------------- |
| 6 | + |
| 7 | +This project is **NOT** the official PythonQt repository. |
| 8 | + |
| 9 | +It is a fork of [PythonQt](http://pythonqt.sourceforge.net/) sources hosted on sourceforge |
| 10 | +adding support for [CMake](https://cmake.org) build system. |
| 11 | + |
| 12 | +It is used as staging area to maintain and test patches that will be contributed back to the |
| 13 | +official repository. |
7 | 14 |
|
8 | 15 | What is PythonQt ?
|
9 | 16 | ------------------
|
10 | 17 |
|
11 |
| -PythonQt is a dynamic [Python](http://www.python.org) binding for [Qt](http://qt.nokia.com). |
12 |
| -It offers an easy way to embed the Python scripting language into |
13 |
| -your Qt applications. |
| 18 | +PythonQt is a dynamic Python binding for Qt. It offers an easy way to embed the Python |
| 19 | +scripting language into your Qt applications. |
14 | 20 |
|
15 | 21 | Prerequisites
|
16 | 22 | -------------
|
@@ -154,23 +160,15 @@ Once you've made your great commits:
|
154 | 160 |
|
155 | 161 | 1. [Fork][fk] PythonQt
|
156 | 162 | 2. Create a topic branch - `git checkout -b my_branch`
|
157 |
| -3. Push to your branch - `git push origin my_branch` |
158 |
| -4. Create an [Issue][is] with a link to your branch |
| 163 | +3. Push to your fork - `git push origin my_branch` |
| 164 | +4. Create an [Pull Request][pr] |
159 | 165 | 5. That's it!
|
160 | 166 |
|
161 |
| - |
162 |
| -Meta |
163 |
| ----- |
164 |
| - |
165 |
| -* Code: `git clone git://github.com/commontk/PythonQt.git` |
166 |
| -* Home: <http://pythonqt.sourceforge.net/> |
167 |
| -* Bugs: <http://github.com/commontk/PythonQt/issues> |
168 |
| - |
169 | 167 | License
|
170 | 168 | -------
|
171 | 169 |
|
172 | 170 | PythonQt is licensed under the GNU Lesser General Public License.
|
173 | 171 |
|
174 | 172 | [fk]: http://help.github.com/forking/
|
175 |
| -[is]: http://github.com/commontk/PythonQt/issues |
| 173 | +[pr]: https://help.github.com/articles/creating-a-pull-request/ |
176 | 174 |
|
0 commit comments