repository.mdwn 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. **repository** is an abstraction of version control systems, providing an
  13. interface to version-controlled file repositories. Its main use case is
  14. repository management, development and hosting tools. It's concerned with the
  15. version control aspects and the server side, and doesn't provide working
  16. directory manipulations.
  17. **repository** is a [[/languages/Haskell]] library package, whose API is
  18. provided under the `Data.Repository` module (and submodules).
  19. # Download
  20. Once a release is made, it will be avaiable as a torrent and as a direct
  21. download. Until then, just clone the source. It's a Darcs repository:
  22. [[!darcshub fr33domlover/repository]].
  23. # Documentation
  24. See the Haddock generated pages and the source itself.
  25. # Community
  26. See the [[/contact]] page.
  27. # "License"
  28. **repository** is free software, and is committed to software freedom. It is
  29. released under the General Public License version 3 (GPLv3+).
  30. # Bugs, Ideas, Tasks and Decisions
  31. See these:
  32. - [[tickets]]
  33. - [[decisions]]