index.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. install_crons
  32. configuration
  33. plugins
  34. development
  35. contributing
  36. contributors
  37. runs_here
  38. .. toctree::
  39. :titlesonly:
  40. changelog
  41. This documentation is generated from the ``doc`` folder in the
  42. `pagure's sources <https://pagure.io/pagure/blob/master/f/doc>`_. Feel free
  43. to report issues about the documentation on the `pagure issue tracker
  44. <https://pagure.io/pagure/issues>`_ or even better, contribute to it!
  45. Indices and tables
  46. ==================
  47. * :ref:`genindex`
  48. * :ref:`modindex`
  49. * :ref:`search`