diff --git a/AUTHORS b/AUTHORS index 41faa7c..cfcc44e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,4 +13,4 @@ Original code by `Novapost `_ team: * Benoît Bryon * Aleksi Häkli -Developers: https://github.com/benoitbryon/django-downloadview/graphs/contributors +Developers: https://github.com/jazzband/django-downloadview/graphs/contributors diff --git a/CHANGELOG b/CHANGELOG index 648fb8c..9cf2e0a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 646da8b..0c4c5d4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,6 +2,14 @@ Contributing ############ + +.. image:: https://jazzband.co/static/img/jazzband.svg + :target: https://jazzband.co/ + :alt: Jazzband + +This is a `Jazzband `_ project. By contributing you agree to abide by the `Contributor Code of Conduct `_ and follow the `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/ diff --git a/README.rst b/README.rst index 236d355..d7e52b4 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/demo/README.rst b/demo/README.rst index 4a2baa5..24fd622 100644 --- a/demo/README.rst +++ b/demo/README.rst @@ -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 diff --git a/demo/demoproject/http/views.py b/demo/demoproject/http/views.py index 424c086..e1942a1 100644 --- a/demo/demoproject/http/views.py +++ b/demo/demoproject/http/views.py @@ -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" ) diff --git a/docs/about/vision.txt b/docs/about/vision.txt index 3ba4797..0fdd17d 100644 --- a/docs/about/vision.txt +++ b/docs/about/vision.txt @@ -19,7 +19,7 @@ optimizations. * :doc:`/about/alternatives` * `roadmap - `_ + `_ .. target-notes:: diff --git a/docs/django-sendfile.txt b/docs/django-sendfile.txt index 63a2eb1..ea74cde 100644 --- a/docs/django-sendfile.txt +++ b/docs/django-sendfile.txt @@ -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 diff --git a/docs/optimizations/index.txt b/docs/optimizations/index.txt index cd5e068..64d56f5 100644 --- a/docs/optimizations/index.txt +++ b/docs/optimizations/index.txt @@ -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 diff --git a/docs/optimizations/lighttpd.txt b/docs/optimizations/lighttpd.txt index 333c639..5941408 100644 --- a/docs/optimizations/lighttpd.txt +++ b/docs/optimizations/lighttpd.txt @@ -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