Be ready for Jazzband move.

This commit is contained in:
Rémy HUBSCHER 2020-09-17 15:48:41 +02:00
parent 3bb1a73e6b
commit 7ec465d74d
No known key found for this signature in database
GPG key ID: A500E24B95405094
10 changed files with 41 additions and 16 deletions

View file

@ -13,4 +13,4 @@ Original code by `Novapost <http://www.novapost.fr>`_ team:
* Benoît Bryon <benoit@marmelune.net>
* Aleksi Häkli <https://github.com/aleksihakli>
Developers: https://github.com/benoitbryon/django-downloadview/graphs/contributors
Developers: https://github.com/jazzband/django-downloadview/graphs/contributors

View file

@ -239,4 +239,4 @@ Contains **backward incompatible changes.**
.. target-notes::
.. _`milestones`: https://github.com/benoitbryon/django-downloadview/milestones
.. _`milestones`: https://github.com/jazzband/django-downloadview/milestones

View file

@ -2,6 +2,14 @@
Contributing
############
.. image:: https://jazzband.co/static/img/jazzband.svg
:target: https://jazzband.co/
:alt: Jazzband
This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree to abide by the `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_ and follow the `guidelines <https://jazzband.co/about/guidelines>`_.
This document provides guidelines for people who want to contribute to
`django-downloadview`.
@ -46,7 +54,7 @@ Clone `django-downloadview` repository (adapt to use your own fork):
.. code:: sh
git clone git@github.com:benoitbryon/django-downloadview.git
git clone git@github.com:jazzband/django-downloadview.git
cd django-downloadview/
@ -85,7 +93,7 @@ documentation. Maintain it along with code and documentation.
.. target-notes::
.. _`bugtracker`:
https://github.com/benoitbryon/django-downloadview/issues
https://github.com/jazzband/django-downloadview/issues
.. _`rebase`: http://git-scm.com/book/en/Git-Branching-Rebasing
.. _`merge-based rebase`: https://tech.people-doc.com/psycho-rebasing.html
.. _`pip`: https://pypi.python.org/pypi/pip/

View file

@ -2,6 +2,23 @@
django-downloadview
###################
.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://img.shields.io/pypi/v/django-downloadview.svg
:target: https://pypi.python.org/pypi/django-downloadview
.. image:: https://img.shields.io/pypi/pyversions/django-downloadview.svg
:target: https://pypi.python.org/pypi/django-downloadview
.. image:: https://img.shields.io/pypi/dm/django-downloadview.svg
:target: https://pypi.python.org/pypi/django-downloadview
.. image:: https://travis-ci.org/jazzband/django-downloadview.svg?branch=master
:target: https://travis-ci.org/jazzband/django-downloadview
.. image:: https://coveralls.io/repos/github/jazzband/django-downloadview/badge.svg?branch=master
:target: https://coveralls.io/github/jazzband/django-downloadview?branch=master
`django-downloadview` makes it easy to serve files with `Django`_:
* you manage files with Django (permissions, filters, generation, ...);
@ -41,10 +58,10 @@ Resources
* Documentation: https://django-downloadview.readthedocs.io
* PyPI page: http://pypi.python.org/pypi/django-downloadview
* Code repository: https://github.com/benoitbryon/django-downloadview
* Bugtracker: https://github.com/benoitbryon/django-downloadview/issues
* Continuous integration: https://travis-ci.org/benoitbryon/django-downloadview
* Roadmap: https://github.com/benoitbryon/django-downloadview/milestones
* Code repository: https://github.com/jazzband/django-downloadview
* Bugtracker: https://github.com/jazzband/django-downloadview/issues
* Continuous integration: https://travis-ci.org/jazzband/django-downloadview
* Roadmap: https://github.com/jazzband/django-downloadview/milestones
.. _`Django`: https://djangoproject.com

View file

@ -44,7 +44,7 @@ Execute:
.. code-block:: sh
git clone git@github.com:benoitbryon/django-downloadview.git
git clone git@github.com:jazzband/django-downloadview.git
cd django-downloadview/
make runserver
@ -66,7 +66,7 @@ References
.. target-notes::
.. _`demo folder in project's repository`:
https://github.com/benoitbryon/django-downloadview/tree/master/demo/demoproject/
https://github.com/jazzband/django-downloadview/tree/master/demo/demoproject/
.. _`Python`: http://python.org
.. _`Virtualenv`: http://virtualenv.org

View file

@ -6,7 +6,7 @@ class SimpleURLDownloadView(HTTPDownloadView):
"""Return URL of hello-world.txt file on GitHub."""
return (
"https://raw.githubusercontent.com"
"/benoitbryon/django-downloadview"
"/jazzband/django-downloadview"
"/b7f660c5e3f37d918b106b02c5af7a887acc0111"
"/demo/demoproject/download/fixtures/hello-world.txt"
)

View file

@ -19,7 +19,7 @@ optimizations.
* :doc:`/about/alternatives`
* `roadmap
<https://github.com/benoitbryon/django-downloadview/milestones>`_
<https://github.com/jazzband/django-downloadview/milestones>`_
.. target-notes::

View file

@ -54,4 +54,4 @@ API reference
.. _`django-sendfile`: http://pypi.python.org/pypi/django-sendfile
.. _`django-downloadview's bugtracker`:
https://github.com/benoitbryon/django-downloadview/issues
https://github.com/jazzband/django-downloadview/issues

View file

@ -87,6 +87,6 @@ Here are optimizations builtin `django_downloadview`:
.. target-notes::
.. _`tell us`:
https://github.com/benoitbryon/django-downloadview/issues?labels=optimizations
https://github.com/jazzband/django-downloadview/issues?labels=optimizations
.. _`a feature request about "local cache" for streamed files`:
https://github.com/benoitbryon/django-downloadview/issues/70
https://github.com/jazzband/django-downloadview/issues/70

View file

@ -137,4 +137,4 @@ setup.
.. _`Lighttpd X-Sendfile documentation`:
http://redmine.lighttpd.net/projects/lighttpd/wiki/X-LIGHTTPD-send-file
.. _`X-Sendfile2 feature request on django_downloadview's bugtracker`:
https://github.com/benoitbryon/django-downloadview/issues/67
https://github.com/jazzband/django-downloadview/issues/67