From dd96c5414825e41c70816d79c6bd923930e41d5b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 24 Jun 2013 12:30:34 +0200 Subject: [PATCH] Finalized the move of the project to Github and Readthedocs. Fixes #8. --- README | 12 +++++++----- docs/installation.txt | 6 +++--- docs/support.txt | 4 ++-- setup.py | 3 +-- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README b/README index 531949b..0b19f22 100644 --- a/README +++ b/README @@ -6,12 +6,12 @@ This is a Django app for per-object-permissions that includes a bunch of helpers to create custom permission checks. The main website for django-authority is -`packages.python.org/django-authority`_. You can also install the +`django-authority.readthedocs.org`_. You can also install the `in-development version`_ of django-authority with ``pip install django-authority==dev`` or ``easy_install django-authority==dev``. -.. _packages.python.org/django-authority: http://packages.python.org/django-authority/ -.. _in-development version: http://bitbucket.org/jezdez/django-authority/get/tip.gz#egg=django-authority-dev +.. _`django-authority.readthedocs.org`: http://django-authority.readthedocs.org/ +.. _in-development version: https://github.com/jezdez/django-authority/archive/master.zip#egg=django-authority-dev Example ======= @@ -39,7 +39,7 @@ Don't hesitate to use the admin to edit the permission objects. Full docs coming soon. -Please use http://bitbucket.org/jezdez/django-authority/issues/ for issues and bug reports. +Please use https://github.com/jezdez/django-authority/issues/ for issues and bug reports. Documentation ============= @@ -51,7 +51,9 @@ html version using the setup.py:: Changelog: ========== + 0.6 (2013-06-13): +----------------- * Added support for custom user models (Django 1.5 only). @@ -127,4 +129,4 @@ Changelog: allows to request permissions, but also add them (only for users with the 'authority.add_permission' Django permission). -.. _`migrations/`: http://bitbucket.org/jezdez/django-authority/src/tip/migrations/ +.. _`migrations/`: https://github.com/jezdez/django-authority/tree/master/migrations diff --git a/docs/installation.txt b/docs/installation.txt index c85fc38..10684dc 100644 --- a/docs/installation.txt +++ b/docs/installation.txt @@ -26,10 +26,10 @@ would prefer either ``pip`` or ``easy_install``:: Development version =================== -The latest development version is located on it's `Bitbucket account`_. You +The latest development version is located on it's `Github account`_. You can checkout the package using the Mercurial_ scm:: - hg clone http://bitbucket.org/jezdez/django-authority/ + git clone https://github.com/jezdez/django-authority.git Then install it manually:: @@ -39,5 +39,5 @@ Then install it manually:: .. warning:: The development version is not fully tested and may contain bugs, so we prefer to use the latest package from pypi. -.. _Bitbucket account: http://bitbucket.org/jezdez/django-authority/ +.. _Github account: https://github.com/jezdez/django-authority/ .. _Mercurial: http://www.selenic.com/mercurial/ diff --git a/docs/support.txt b/docs/support.txt index f183d3d..6655e03 100644 --- a/docs/support.txt +++ b/docs/support.txt @@ -11,7 +11,7 @@ We've created a `google group`_ for django-authority. If you have questions or suggestions, please drop us a note. For more specific issues and bug reports please use the `issue tracker`_ on -django-authority's Bitbucket page. +django-authority's Github page. .. _google group: http://groups.google.com/group/django-authority -.. _issue tracker: http://bitbucket.org/jezdez/django-authority/issues/ +.. _issue tracker: https://github.com/jezdez/django-authority/issues/ diff --git a/setup.py b/setup.py index 9003070..809efb5 100644 --- a/setup.py +++ b/setup.py @@ -16,8 +16,7 @@ setup( author='Jannis Leidel', author_email='jannis@leidel.info', license='BSD', - url='http://bitbucket.org/jezdez/django-authority/', - download_url='http://bitbucket.org/jezdez/django-authority/downloads/', + url='https://github.com/jezdez/django-authority/', packages=find_packages(), classifiers=[ 'Development Status :: 3 - Alpha',