mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 06:05:58 -06:00
start next release cycle
This commit is contained in:
parent
587d21c478
commit
b6c2c85d27
5 changed files with 10 additions and 10 deletions
|
|
@ -2,5 +2,5 @@ CONTRIBUTING
|
||||||
============
|
============
|
||||||
|
|
||||||
Please refer to the contributing
|
Please refer to the contributing
|
||||||
`page <https://burp-ui.readthedocs.io/en/stable/contributing.html>`_ available
|
`page <https://burp-ui.readthedocs.io/en/latest/contributing.html>`_ available
|
||||||
in the documentation.
|
in the documentation.
|
||||||
|
|
|
||||||
12
README.rst
12
README.rst
|
|
@ -5,8 +5,8 @@ Badges
|
||||||
:target: https://git.ziirish.me/ci/projects/1?ref=master
|
:target: https://git.ziirish.me/ci/projects/1?ref=master
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/burp-ui/badge/?version=stable
|
.. image:: https://readthedocs.org/projects/burp-ui/badge/?version=latest
|
||||||
:target: https://readthedocs.org/projects/burp-ui/?badge=stable
|
:target: https://readthedocs.org/projects/burp-ui/?badge=latest
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
|
|
@ -59,13 +59,13 @@ Documentation
|
||||||
|
|
||||||
The documentation is hosted on `readthedocs <https://readthedocs.org>`_ at the
|
The documentation is hosted on `readthedocs <https://readthedocs.org>`_ at the
|
||||||
following address: `burp-ui.readthedocs.io
|
following address: `burp-ui.readthedocs.io
|
||||||
<https://burp-ui.readthedocs.io/en/stable/>`_
|
<https://burp-ui.readthedocs.io/en/latest/>`_
|
||||||
|
|
||||||
|
|
||||||
FAQ
|
FAQ
|
||||||
===
|
===
|
||||||
|
|
||||||
A `FAQ <https://burp-ui.readthedocs.io/en/stable/faq.html>`_ is available with
|
A `FAQ <https://burp-ui.readthedocs.io/en/latest/faq.html>`_ is available with
|
||||||
the documentation.
|
the documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ Community
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Please refer to the `Contributing
|
Please refer to the `Contributing
|
||||||
<https://burp-ui.readthedocs.io/en/stable/contributing.html>`_ page.
|
<https://burp-ui.readthedocs.io/en/latest/contributing.html>`_ page.
|
||||||
|
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
|
|
@ -83,7 +83,7 @@ Feel free to report any issues on my `gitlab
|
||||||
<https://git.ziirish.me/ziirish/burp-ui/issues>`_.
|
<https://git.ziirish.me/ziirish/burp-ui/issues>`_.
|
||||||
I have closed the *github tracker* to have a unique tracker system.
|
I have closed the *github tracker* to have a unique tracker system.
|
||||||
Also please, read the `Contributing
|
Also please, read the `Contributing
|
||||||
<https://burp-ui.readthedocs.io/en/stable/contributing.html>`_
|
<https://burp-ui.readthedocs.io/en/latest/contributing.html>`_
|
||||||
page before reporting any issue to make sure we have all the informations to
|
page before reporting any issue to make sure we have all the informations to
|
||||||
help you.
|
help you.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.2.1
|
0.3.0.dev
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ __title__ = 'burp-ui'
|
||||||
__author__ = 'Benjamin SANS (Ziirish)'
|
__author__ = 'Benjamin SANS (Ziirish)'
|
||||||
__author_email__ = 'hi+burpui@ziirish.me'
|
__author_email__ = 'hi+burpui@ziirish.me'
|
||||||
__url__ = 'https://git.ziirish.me/ziirish/burp-ui'
|
__url__ = 'https://git.ziirish.me/ziirish/burp-ui'
|
||||||
__doc__ = 'https://burp-ui.readthedocs.io/en/stable/'
|
__doc__ = 'https://burp-ui.readthedocs.io/en/latest/'
|
||||||
__description__ = ('Burp-UI is a web-ui for burp backup written in python with '
|
__description__ = ('Burp-UI is a web-ui for burp backup written in python with '
|
||||||
'Flask and jQuery/Bootstrap')
|
'Flask and jQuery/Bootstrap')
|
||||||
__license__ = 'BSD 3-clause'
|
__license__ = 'BSD 3-clause'
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ Ask questions in the `discussion forum <https://burpui.ziirish.me/>`__. Do not
|
||||||
use the issue tracker for this purpose.
|
use the issue tracker for this purpose.
|
||||||
|
|
||||||
``Burp-UI`` has extensive online documentation please read the `doc
|
``Burp-UI`` has extensive online documentation please read the `doc
|
||||||
<https://burp-ui.readthedocs.io/en/stable/>`__.
|
<https://burp-ui.readthedocs.io/en/latest/>`__.
|
||||||
|
|
||||||
|
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue