Difference between revisions of "TaskJuggler"

From Freephile Wiki
Jump to navigation Jump to search
(revert edits to fix search where character encoding was a problem)
(New page: [http://www.taskjuggler.org/ TaskJuggler] - project management tool to plan and track projects, resources, tasks, costs and deliverables. TaskJuggler is written in C++ and leverages parts...)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Needs Attention |
+
[http://www.taskjuggler.org/ TaskJuggler] - project management tool to plan and track projects, resources, tasks, costs and deliverables.  TaskJuggler is written in C++ and leverages parts of the KDE environment.  Original code came from SUSE Linux in Germany (now Novell).  The software is used by many people/organizations like AMD and there is good support in the active forums and mailing lists.  Source code is maintained in Subversion.
reason =  I wrote this page in 2008.  The software has changed a lot since then.}}
 
 
 
[http://www.taskjuggler.org/ TaskJuggler] - project management tool to plan and track projects, resources, tasks, costs and deliverables.  TaskJuggler is written in Ruby and leverages parts of the KDE environment.  Original code came from SUSE Linux in Germany (now Novell).  The software is used by many people/organizations like AMD and there is good support in the active forums and mailing lists.  Source code is maintained on [https://github.com/taskjuggler/TaskJuggler GitHub].
 
  
 
There is a new version - TaskJuggler III - that is in beta now, and the system is a complete rewrite of the C++ system in ruby, maintained in a git repository instead of Subversion.  The project is still maintained by Chris Schlaeger.
 
There is a new version - TaskJuggler III - that is in beta now, and the system is a complete rewrite of the C++ system in ruby, maintained in a git repository instead of Subversion.  The project is still maintained by Chris Schlaeger.
Line 167: Line 164:
  
 
# This is not a real copyright for this file. It's just used as an example.
 
# This is not a real copyright for this file. It's just used as an example.
copyright "© 2002 Crappy Software, Inc."
+
copyright "2002 Crappy Software, Inc."
  
 
# The daily default rate of all resources. This can be overridden for each
 
# The daily default rate of all resources. This can be overridden for each
Line 188: Line 185:
 
resource dev "Developers" {
 
resource dev "Developers" {
 
resource dev1 "Paul Smith" { rate 330.0 }
 
resource dev1 "Paul Smith" { rate 330.0 }
resource dev2 "S�bastien Bono"
+
resource dev2 "Bono"
resource dev3 "Klaus M�ller" { vacation 2002-02-01 - 2002-02-05 }
+
resource dev3 "Klaus " { vacation 2002-02-01 - 2002-02-05 }
  
 
flags team
 
flags team

Revision as of 23:18, 1 December 2008