~ubuntu-branches/ubuntu/trusty/python-sfml/trusty

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Package Import Robot
  • Author(s): James Cowgill
  • Date: 2013-12-09 17:50:52 UTC
  • mfrom: (1.1.3) (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131209175052-11v6drpb6g3yksst
Tags: 1.5.1.is.1.3+dfsg-1
* New upstream version 1.3 (from python-sfml.org)
  - This is a complete rewrite of the Python bindings for SFML2, and
    the new maintainer is using a different version numbering scheme.
* Added myself to the list of uploaders
* Change package priority from extra to optional
* Bumped standards version (to 3.9.5) and debhelper compat (to 9)
* Added Python 3 and documentation packages
* Improve package description for debug packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
About
 
2
=====
 
3
This is version 1.3.0 of Python bindings for `SFML2 <http://www.sfml-dev.org/>`_
 
4
released under the `LGPLv3 <http://www.gnu.org/copyleft/lgpl.html>`_ license.
 
5
 
 
6
Python bindings really are the perfect way to sketch software using SFML.
 
7
 
 
8
By combining the strength of SFML with the ease of the Python language,
 
9
we can provide an amazing tool to quickly build multimedia software.
 
10
 
 
11
Getting the Code
 
12
================
 
13
After you've installed `Git <http://git-scm.com/downloads>`_, you may issue
 
14
the following command to obtain the source::
 
15
 
 
16
    git clone git@github.com:Sonkun/python-sfml.git
 
17
    cd python-sfml
 
18
 
 
19
The source from the add-ons projects are available as submodules, which may be
 
20
obtained by issuing the following additional commands::
 
21
 
 
22
    git submodule init
 
23
    git submodule update
 
24
 
 
25
Alternatively, you may clone the main project and its submodules all at once
 
26
with the following command::
 
27
 
 
28
    git clone --recursive git://github.com:Sonkun/python-sfml.git
 
29
    cd python-sfml
 
30
 
 
31
Resources
 
32
=========
 
33
* Website: http://python-sfml.org
 
34
* Project Page: https://github.com/Sonkun/python-sfml
 
35
* Documentation: http://python-sfml.org/1.3
 
36
* Bug Tracker: http://github.com/Sonkun/python-sfml/issues
 
37
 
 
38
Contact Information
 
39
===================
 
40
Feel free to email us with any questions or concerns:
 
41
 
 
42
* `Jonathan De Wachter <mailto:dewachter.jonathan@gmail.com>`_
 
43
* `Edwin Marshall <mailto:emarshall85@gmail.com>`_