Finalized the move of the project to Github and Readthedocs. Fixes #8.

This commit is contained in:
Jannis Leidel 2013-06-24 12:30:34 +02:00
parent 98f49c3ae9
commit dd96c54148
4 changed files with 13 additions and 12 deletions

12
README
View file

@ -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

View file

@ -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/

View file

@ -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/

View file

@ -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',