๐พ Archived View for bbs.geminispace.org โบ u โบ gritty โบ 22315 captured on 2024-12-17 at 15:48:51. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "I have been travelling with spotty Internet today and I got..."
Here it is, gempub. It's an ebook format for gemini that can alao archive capsules. Lagrange supports it out of the box.
For example, in BBS you can download all your data, which is provided in gempub format (from settings).
Nov 29 ยท 3 weeks ago
๐ lanterm ยท Nov 30 at 06:23:
I've used wget (with I think mirror and convert-links flags) to download offline copies of sites e.g. for developer docs.
You can typically just open these as-is in your browser, but hit issues if the site tries to load assets in a way that's not friendly for file:// URLs.
I have a script that starts a simple proxy server and opens a Firefox window with a preloaded profile to route all traffic though the proxy server. The proxy server takes care of serving the offline content. It's a nice setup because it's very similar to browsing the live site.
This setup is a bit ad-hoc and it's not optimizing how sites are stored by any means, but it works for me.
I have been travelling with spotty Internet today and I got the idea that you might want to download a whole site for offline viewing. What archiving format would be good for downloading a whole site? My personal choice would be ARJ since there is a open source version, it doesn't require much in computing power and it can split archives into volumes. (nostalgia) Another feature that would be good would be to be able to pluck files from the archive without unpacking the whole archive, I think...