task-management.mdwn 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <div class="infobox">
  2. <h2>Links</h2>
  3. <ul>
  4. <li> [[News]]
  5. <li> [[Releases]]
  6. <li> [[Forum]]
  7. <li> [[Tickets]]
  8. </ul>
  9. </div>
  10. [[!toc]]
  11. # Introduction
  12. This project is aiming to build an API library and/or a user application for
  13. managing tasks and projects. Many of these already exist. This project exists
  14. because it's going to do the following:
  15. - Build upon a complete rich model, learning from the variety of features
  16. supported by the many existing projects
  17. - Use semantic information access backends (instead of XML, JSON, SQL, etc.)
  18. - Separate the entire model from the UI, allowing new independent clients
  19. - Desktop integration
  20. - Collaboration over the network using p2p mechanisms
  21. # Freedom
  22. This project is free software, and is committed to software freedom and to
  23. freedom in general. It is released to the public domain using the CC0 Public
  24. Domain Dedication. See [[/freedom]].
  25. # Download
  26. The code is in a Darcs repository, [[!darcshub fr33domlover/tasks-tui]]. This is a minimal
  27. program which helps develop [[/projects/Razom]]. It will hopefully evolve into
  28. something much smarter at a later stage.
  29. # Documentation
  30. The program itself contains a quick help window. There is no other
  31. documentation yet. But there are old pages this project had in its past life:
  32. + [[progress]]
  33. + [[existing]]
  34. # Bugs, Ideas, Tasks and Decisions
  35. - [[tickets]]
  36. - [[decisions]]