Skip to content

Instantly share code, notes, and snippets.

@noromanba
Last active March 31, 2019 22:28
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noromanba/7434901 to your computer and use it in GitHub Desktop.
Save noromanba/7434901 to your computer and use it in GitHub Desktop.
wedata archives e.g. AutoPagerize SITEINFO

wedata.net archives

wedata has gone

http://wedata.net still down (HTTP 503)

~$ wget -S --spider http://wedata.net
Spider mode enabled. Check if remote file exists.
--2013-11-13 01:34:21--  http://wedata.net/
Resolving wedata.net (wedata.net)... 133.242.18.20
Connecting to wedata.net (wedata.net)|133.242.18.20|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 503 Service Temporarily Unavailable
  Server: nginx/0.7.65
  Date: Tue, 12 Nov 2013 16:34:22 GMT
  Content-Type: text/html
  Content-Length: 213
  Connection: keep-alive
Remote file does not exist -- broken link!!!

HTTP/1.1 503 Service Temporarily Unavailable

many products refer wedata.net e.g. AutoPagerize SITEINFO


wedata@GitHub

Yet another version of "wedata"

http://wedata.github.io/

repo

Name Description Repository Last Updated
AutoPagerizewedata@GitHub/AutoPagerizehttps://github.com/wedata/AutoPagerizeSun Dec 15 2013 09:50:14 GMT+0900 (JST)
iviewwedata@GitHub/iviewhttps://github.com/wedata/iviewWed Jan 08 2014 14:08:23 GMT+0900 (JST)
LDRFullFeedwedata@GitHub/LDRFullFeedhttps://github.com/wedata/LDRFullFeedSun Dec 08 2013 00:41:55 GMT+0900 (JST)
LDRizewedata@GitHub/LDRizehttps://github.com/wedata/LDRizeSun Dec 08 2013 00:29:54 GMT+0900 (JST)
templatewedata@GitHub/templatehttps://github.com/wedata/templateMon Dec 09 2013 12:04:26 GMT+0900 (JST)
UrlCleanerwedata@GitHub/UrlCleanerhttps://github.com/wedata/UrlCleanerTue Dec 17 2013 13:55:51 GMT+0900 (JST)

http://wedata.github.io/


mirror by os0x

AutoPagerize SITEINFO

http://os0x.hatenablog.com/entry/20081224/1230075228 (ja)

list

http://ss-o.net/json/

download

init

~$ mkdir siteinfo
~$ cd siteinfo

fetch

~/siteinfo$ wget -r http://ss-o.net/databases/AutoPagerize/items.json
~/siteinfo$ wget -r http://ss-o.net/json/wedataAutoPagerize.json

diff

~/siteinfo$ find -name '*json' -type f -print0 | xargs -0 md5sum
7e3d0a317b1b85fc9df0174a1d0c19ab  ./ss-o.net/json/wedataAutoPagerize.json
7e3d0a317b1b85fc9df0174a1d0c19ab  ./ss-o.net/databases/AutoPagerize/items.json

c.f.

@noromanba
Copy link
Author

FYI @taizooo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment