index.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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_pagure_milter
  26. install_pagure_ev
  27. install_pagure_webhooks
  28. install_pagure_ci
  29. install_pagure_loadjson
  30. install_pagure_logcom
  31. configuration
  32. custom_gitolite_conf
  33. development
  34. contributing
  35. contributors
  36. .. toctree::
  37. :titlesonly:
  38. changelog
  39. This documentation is generated from the ``doc`` folder in the
  40. `pagure's sources <https://pagure.io/pagure/blob/master/f/doc>`_. Feel free
  41. to report issues about the documentation on the `pagure issue tracker
  42. <https://pagure.io/pagure/issues>`_ or even better, contribute to it!
  43. Indices and tables
  44. ==================
  45. * :ref:`genindex`
  46. * :ref:`modindex`
  47. * :ref:`search`