PageRenderTime 48ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/site/in/development.scm

#
Scheme | 34 lines | 30 code | 4 blank | 0 comment | 2 complexity | 9eeff06d549d1aec3516bb134a33bad9 MD5 | raw file
Possible License(s): GPL-2.0
  1. (h2 "DEVELOPMENT")
  2. (h3 "Browsing sources")
  3. (p "You can browse the "
  4. (a (@ (href "http://git.savannah.nongnu.org/gitweb/?p=choicetool.git"))
  5. "Git repository")
  6. " of this project with your web browser. This gives you a good "
  7. "picture of the current status of the source files. You may also view "
  8. "the complete histories of any file in the repository as well as "
  9. "differences among two versions.")
  10. (h3 "Getting a copy of the Git Repository")
  11. (p "Anonymous checkout:")
  12. (pre (@ class "terminal")
  13. (a (@ (href "http://savannah.gnu.org/maintenance/UsingGit")) "git")
  14. " clone git://git.savannah.nongnu.org/choicetool.git")
  15. (h3 "Bootstrapping the sources")
  16. (p "Once you have the repository on your machine you should run the "
  17. "convenience script " (kbd "bootstrap") " located in the root directory. "
  18. "The script will look for the required tools and will (re)build "
  19. "some files. If everything works as supposed you will be able to "
  20. "configure the package using the " (kbd "configure") " script")
  21. (h3 "Contribute")
  22. (p "If you have time and programming skills, you can help us by developing "
  23. "missing features, regression tests or bug-fixing the present codebase. "
  24. "Subscribe to the "
  25. (a (@ (href "http://lists.nongnu.org/mailman/listinfo/choicetool-generic"))
  26. "mailing list")
  27. ", drop us a mail and start coding. Send your code to the "
  28. "mailing list under the form of patches for the current revision system.")
  29. (p "If you have time but no programming skills, you can help with "
  30. "documentation, packaging, tests before releases etc ...")