scipy / scipy.org

Scipy.org web site source code
http://scipy.org
BSD 3-Clause "New" or "Revised" License
70 stars 110 forks source link

List of Scikits 404 #98

Closed louisel closed 9 years ago

louisel commented 9 years ago

scikits.appspot.com returns 404, so the list of scikits (scikits.appspot.com/scikits) cannot be accessed.

pv commented 9 years ago

Seems to be down. In the meanwhile, you can use https://pypi.python.org/pypi?%3Aaction=search&term=scikit&submit=search

takluyver commented 9 years ago

If it was set up as an AppEngine App using the old data store model, Google may have turned it off - I've been getting emails for a few months about transitioning some old applications I made on AppEngine to a new database system, and there was a cutoff date where apps left on the old system would be killed.

I don't know:

louisel commented 9 years ago

Based on the wayback machine's archive of the website, it appears that most of the info is duplicated on pypi. Would a static page pointing to the respective pypi pages suffice?

rgommers commented 9 years ago

I agree that a static page which lists scikits + an explanation of what a scikit is (updated version of "about scikits") under scipy.org is enough. The automated listing feature on the appspot site doesn't add too much.

rgommers commented 9 years ago

An update of http://scipy.org/about.html and a separate section on http://scipy.org/topical-software.html may be enough.

rgommers commented 9 years ago

@louisel would you be interested in sending a PR to fix this?

pv commented 9 years ago

I think @stefanv had fixing the appspot app somewhere in the priority queue, probably not at the top though :)

louisel commented 9 years ago

Ok, I'll send a PR for a static page while the appspot app gets fixed.

stefanv commented 9 years ago

I've started the app migration--should be done in an hour or so.