Fix: don't encode twice
[faces-project.git] / README
blobd109cdfccf5101f4fefe6e59a1911938e8ae8764
1 faces-project
2 -------------
4 Homepage: http://faces.homeip.net
6 faces is licenced under the GPL (http://www.gnu.org/copyleft/gpl.html). 
8 faces is a powerful and free project management tool. faces stands 
9 for flexible, automated, calculating, extendible, simulating. It 
10 is based on python, an easy to learn and powerful programming language. 
12 Anybody who is tired spending hours of trying to get your project data 
13 into a software tool, that offers limited functionality. In faces project 
14 plans are defined by simple python programs, which are indeed plain text 
15 files. Creating and restructuring project plans is much faster than any 
16 grid or formular based method could be. The whole concept of faces aims to 
17 reduce your time, you have to spend for working on your project management 
18 tool. As project manager you need your time for managing your project, not 
19 your tool. 
21 git repository
22 --------------
23 This is a public git repo of faces used to speed-up migration 
24 to new versions of matplotlib. As a such it *is* a (friendly) 
25 fork of Michael Reithinger's code.
27 Every contribution would be wellcome. The URL is: 
29 http://repo.or.cz/w/faces-project.git 
31 If you register as new user at 
33 http://repo.or.cz/m/reguser.cgi 
35 I could grant you write access if you drop me an eMail (read access is
36 possible without registration). 
38 Alternatively, you could use the 'mob' account to 
39 work on the 'mob' branch. See 
41 http://repo.or.cz/mob.html 
43 for details. 
45 branches
46 --------
47 At present, there are the following branches:
49 master          general improvements (but no matplotlib update stuff)
51 matplotlib91    towards a faces-project version running on 
52                 matplotlib 0.91.4
54 mob             same as matplotlib91 but writable for everyone (see above)
56 Kind regards, 
58 Thomas (aka aanno@users.sourceforge.net)
60 PS: 
61 You could read more about git at http://git.or.cz/ 
62 To check out the repo, use 
63 'git clone git+ssh://<account_name>@repo.or.cz/srv/git/faces-project.git'. 
64 To switch to 'mob', use 'git checkout mob'.