1
0

index.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. configuration
  28. development
  29. usage
  30. contributing
  31. contributors
  32. Indices and tables
  33. ==================
  34. * :ref:`genindex`
  35. * :ref:`modindex`
  36. * :ref:`search`