/g/ - Technology
install openbsd
[Make a Post]>>1612
It's not particularly hard:
1. download everything from the /Static/ directory: nanochan.css, audio.png, video.png, document.png
2. download catalogs of all the boards
3. use a regular expression to find all thread URLs
4. download those thread URLs
5. use a regular expression to find all images in the /Media/ directory
6. download those images
7. set up a http server to point at the directory you downloaded
Obviously you have to preserve the directory structure for anything to work properly.
Alternatively, you can use the pyshit webpage2html script which can be found somewhere on shithub.
>>1615
That is a possibility ... :^)
I would just use Wget, though I dislike it myself because it still doesn't have multi-threading and can thus be incredibly slow ...
[code]
torsocks -P 9050 wget --adjust-extension --convert-links --no-parent --page-requisites --mirror [URL]
[/code]
>>7329
The total non-Media file size of everything on nanochan was around 16mb when I was still archiving the site, which is about nothing, so I just had my script exclude /Media and mirrored the site weekly that way
The total non-Media file size of everything on nanochan was around 16mb when I was still archiving the site, which is about nothing, so I just had my script exclude /Media and mirrored the site weekly that way
>>7357
you need at least thumbs so you can easily identify thread in catalog, or see what kind of image someone posted in post
you need at least thumbs so you can easily identify thread in catalog, or see what kind of image someone posted in post
FLOOOGABABOOGERBLABAFLOIOBFLOOOOOOJFWFIWE OOOOOOOOOOOOOOOOOOOOOOOOOOO
THAT NEEDS TO BE ARCHIVED BROS
HAHAHAHAH!!!!
THAT NEEDS TO BE ARCHIVED BROS
HAHAHAHAH!!!!
http://nanochanqwrwtmamtnhkfwbbcducc4i62ciss4byo6f3an5qdkhjngid.onion.ly/
just archive.is a onion gateway?
just archive.is a onion gateway?
>>7401
>it actually works
LMFAO fagmin is so incompetent. Under hapase all the onion gateways were banned.
>it actually works
LMFAO fagmin is so incompetent. Under hapase all the onion gateways were banned.
>>7401
Looks like onion.ly doesn't have the same tor2web headers, but it has many distinct headers that can be used to detect requests from that specific site. Should be blocked now, tell me if it isn't
Looks like onion.ly doesn't have the same tor2web headers, but it has many distinct headers that can be used to detect requests from that specific site. Should be blocked now, tell me if it isn't
[Catalog][Overboard][Update]
[Reply]0 files, 13 replies
Obviously we won't be able to go on archive.is to archive posts here. Is some kind of archiving functionality planned? Ideally I'd love to have for example a button in the top of the page that downloads a gzipped folder containing the html of the thread, the css and the files uploaded. I've never programmed an image board before so I don't know how hard it is to implement but there should be a way to easily archive things here.