Added TODO and DEVELOPMENT.
[faces-project.git] / README
blob2e5b40892dbb4c59d26117155054fafa9daedd02
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 git short intro
46 ---------------
48 You could read more about git at http://git.or.cz/ . 
50 To check out the repo, use 
52 > git clone git+ssh://<account_name>@repo.or.cz/srv/git/faces-project.git
54 To switch to the 'mob' branch, use 
56 > git checkout mob
58 branches
59 --------
60 At present, there are the following branches:
62 master          general improvements (but no matplotlib update stuff)
64 matplotlib91    towards a faces-project version running on 
65                 matplotlib 0.91.4
67 mob             same as matplotlib91 but writable for everyone (see above)
69 aanno@users.sourceforge.net