index.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Pagure
  2. =======
  3. Pagure is a light-weight git-centered forge based on pygit2.
  4. Features:
  5. * ``Open-sources``: Web-interface for the git repositories
  6. * ``Flexibility``: Ability to create any project you want
  7. * ``One place``: Keep your documentation and tickets in pagure
  8. * ``Collaboration``: Fork a project and make a pull-request
  9. * ``Integration``: Create pull-request from a fork hosted somewhere else than in
  10. pagure
  11. * ``Open data``: Sources, doc, ticket and pull-requests meta-data are available
  12. in the web interface but also in git repos which can thus be cloned and changed
  13. locally.
  14. * ``Freedom``: Pagure is fully Free and Open-Source Software!
  15. Resources:
  16. - `Home page <https://pagure.io/>`_
  17. - `Git repository <http://pagure.io/pagure>`_
  18. - `Github mirror <https://github.com/pypingou/pagure>`_
  19. Contents:
  20. .. toctree::
  21. :maxdepth: 2
  22. overview
  23. install
  24. install_milter
  25. install_evs
  26. install_webhooks
  27. install_pagure_ci
  28. configuration
  29. development
  30. usage
  31. contributing
  32. contributors
  33. Indices and tables
  34. ==================
  35. * :ref:`genindex`
  36. * :ref:`modindex`
  37. * :ref:`search`