index.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. usage/index
  24. install
  25. install_milter
  26. install_evs
  27. install_webhooks
  28. install_pagure_ci
  29. install_pagure_loadjson
  30. configuration
  31. development
  32. contributing
  33. contributors
  34. Indices and tables
  35. ==================
  36. * :ref:`genindex`
  37. * :ref:`modindex`
  38. * :ref:`search`