12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- Pagure
- =======
- Pagure is a light-weight git-centered forge based on pygit2.
- Features:
- * ``Open-sources``: Web-interface for the git repositories
- * ``Flexibility``: Ability to create any project you want
- * ``One place``: Keep your documentation and tickets in pagure
- * ``Collaboration``: Fork a project and make a pull-request
- * ``Integration``: Create pull-request from a fork hosted somewhere else than in
- pagure
- * ``Open data``: Sources, doc, ticket and pull-requests meta-data are available
- in the web interface but also in git repos which can thus be cloned and changed
- locally.
- * ``Freedom``: Pagure is fully Free and Open-Source Software!
- Resources:
- - `Home page <https://pagure.io/>`_
- - `Git repository <http://pagure.io/pagure>`_
- - `Github mirror <https://github.com/pypingou/pagure>`_
- Contents:
- .. toctree::
- :maxdepth: 2
- overview
- usage/index
- install
- install_pagure_milter
- install_pagure_ev
- install_pagure_webhooks
- install_pagure_ci
- install_pagure_loadjson
- install_pagure_logcom
- install_crons
- configuration
- plugins
- development
- contributing
- contributors
- runs_here
- .. toctree::
- :titlesonly:
- changelog
- This documentation is generated from the ``doc`` folder in the
- `pagure's sources <https://pagure.io/pagure/blob/master/f/doc>`_. Feel free
- to report issues about the documentation on the `pagure issue tracker
- <https://pagure.io/pagure/issues>`_ or even better, contribute to it!
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|