PYLang - version 0.0.4
© 2012-2013 ﻿﻿Marcos Alvarez Costales
-----------------------------------


What is it?
===========
A program for practice a language.


How do I install & run it?
==========================

DEPENDENCIES
-----------------
gir1.2-glib-2.0
gir1.2-gtk-3.0
yelp
espeak


FROM UBUNTU REPOSITORIES
----------------------------------
INSTALL > sudo apt-get install pylang
REMOVE  > sudo apt-get purge pylang


FOR OTHER DISTROS
------------------
* Get code from https://code.launchpad.net/pylang
    bzr branch lp:pylang
    
* Install:
    sudo python setup.py install --prefix=/usr

* Run:
    pylang


How can I add my language?
==========================
Create/Append phrases in a XML file as:
/usr/share/pylang/xml/default.xml
Try this file from menu: File / Import file. 
Report a bug in https://bugs.launchpad.net/pylang with this data:
 - An attachment with your XML file.
 - Your language in English.
 - Your license (it has to be GPL3 too), but I need you explain it.
 - Your name.
 - Your email.
 



License
=======
PYLang is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public Licence as published
by the Free Software Foundation; either version 3 of the License,
or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


Logo
====
Shield logo created by myke (http://michael.spiegel1.at/)
Tutorial: http://www.gimpusers.com/tutorials/create-a-shield-symbol.html
Licensed under CC BY 3.0 http://creativecommons.org/licenses/by/3.0/at/

Profiles: http://jhansonxi.blogspot.com.es/2013/03/latest-batch-of-ufw-application-profiles.html
Licensed under GPL 3.

Are you a PYLang distro maintainer?
=================================
If you have any problems adapting PYLang in other distros, please 
send me an email and I'll try to help you :) https://launchpad.net/~costales
