Stopped working for me.
|
|
Hey, Anybody else having this issue?
Help? |
|
|
Yea, it doesn't work me either. This makes me a sad panda as this is one of my most favorite scripts. |
|
|
The data source at wedata.net is down. Until it's back up the script won't work.. I couldnt find a duplicate of the site's data so we're just gonna have to wait. :( |
|
|
Thanks Paul for clearing this up.
|
|
|
Is it down temporarily, or down for good? I've been doing some research on this and found a cached version or something. I think the developers are aware of the problem. Here is the discussion: http://groups.google.com/group/autopagerize/bro... It worked for me by editing that code.
var SITEINFO_IMPORT_URLS = [
'http://wedata.net/databases/AutoPagerize/items.json',
'http://utatane.appjet.net/databases/AutoPagerize/items.json',
]
That appjet.net supposedly caches it once a day, so it should be everything. Just delete it when original database is back. Let's hope this isn't permanent. |
|
|
It's unofficial version.
|
|
|
if you are site owner, you can "autopagerize" your site by adding some attributes and CSS classes like Microformats to your HTML even if wedata.net was down. Look source for autopaerize("http://userscripts.org/scripts/review/8551") around "var MICROFORMAT={...}". |
|
|
Here's a google translation of one of the userscript maintainers talking about wedata being down and recommending the ss-o.net mirror:
recommended. |
|
|
It's working again here, without changing anything.
(Thanks for the tips on mirrors and the howto on making a site wedata independent.) |
|
|
Down again. Added the mirror mentioned in Paul Irish's link using Doonce's instructions. Works great. Thanks all. |