jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 57 forks source link

Update docs to battle general confusion #8

Closed tijs closed 11 years ago

tijs commented 11 years ago

This is a pretty cool permissions package but due to some outdated links in both the documentation: http://pythonhosted.org/django-authority/ and on pypi: https://pypi.python.org/pypi/django-authority/ it now looks like the latest verision of this package is the bitbucket version which has not been updated in a over year (and is stuck on 0.4).

Since the bitbucket version is the first result in google it might make sense to tell people the repository has moved to github?

jlward commented 11 years ago

I don't actually have access to the bitbucket repo, it will have to be @jezdez if we are going to update anything there. Aside from that I really should figure out how to update the docs on PyPi.

tijs commented 11 years ago

@jlward i didn't realize you were the soul maintainer for this project now.. but yeah it might help you gain some more contributors if this looks like an active project again. i think djangopackages also takes it's last updated date from pypi so that still says "This package has not seen any development in over a year and may no longer be maintained." which is a shame

jezdez commented 11 years ago

There is still some docs on readthedocs cached, I've asked @Wraithan to take a look at it..

jezdez commented 11 years ago

This is now fixed FYI.

jlward commented 11 years ago

Awesome, thank @jezdez