dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Linked documentation site down #274

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The project home page links to 
http://api.rst2a.com/1.0/rst2/html?uri=http://django-tagging.googlecode.com/svn/
trunk/docs/overview.txt

This results in a Django server error.   Please fix so we can browse docs 
online.  

Original issue reported on code.google.com by inactiv...@gmail.com on 30 May 2012 at 11:32

GoogleCodeExporter commented 8 years ago
Here's the page I see when following that link:
Page not found (404)
Request Method: GET
Request 
URL:    http://api.rst2a.com/1.0/rst2/html?uri=http://django-tagging.googlecode.com
/svn/trunk/docs/overview.txt
Using the URLconf defined in wsgi_iceborg.urls, Django tried these URL 
patterns, in this order:
^$
^signup/$
^admin_tools/
^admin/$
^admin/
^iceborg/
^analytics/api/alpha/$
^analytics/api/rules/$
^feed/
^api/version-(?P<api_version>\d+)/login$
^api/version-(?P<api_version>\d+)/logout$
^api/version-(?P<api_version>\d+)/(?P<package>\w+)/available-feed$
^api/version-(?P<api_version>\d+)/get-products$
^api/version-(?P<api_version>\d+)/get-product-types$
^api/version-(?P<api_version>\d+)/get-feed$
^api/version-(?P<api_version>\d+)/get-packages$
^api/version-(?P<api_version>\d+)/entitled-packages$
^api/version-(?P<api_version>\d+)/register-subscription$
^api/version-(?P<api_version>\d+)/get-files$
^api/version-(?P<api_version>\d+)/entitled-files$
^api/version-(?P<api_version>\d+)/register-push-token$
^static/(?P<path>.*)$
^media/(?P<path>.*)$
The current URL, 1.0/rst2/html, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings 
file. Change that to False, and Django will display a standard 404 page.

Original comment by inactiv...@gmail.com on 30 May 2012 at 11:33

GoogleCodeExporter commented 8 years ago
I've added a readable version here: 
https://github.com/inactivist/django-tagging/blob/master/docs/overview.rst

Original comment by inactiv...@gmail.com on 30 May 2012 at 11:42