On Mon, 02 Jun 2003, Kjell Rune Skaaraas wrote: > Is it possible, or are there any current plans, to be > able to "group" content together on Freenet, so that > if you are looking at a SSK site with index.html and > page01, page02, page03.html etc, they are in fact only > one "big" CHK file with an internal mapping? This > would make navigation instant once you have loaded the > site, and any DNFs would be a "all or none"-basis.
Oh, it's quite possible. Insert a site as a .zip and hack fproxy to fetch once and browse using it. It dosn't require any core changes. It's also completely useless. Any site using lots of graphics tends to not change them every day, even if the HTML is altered. So all those graphics are uploaded into freenet every day under a different .zip file, even though they're completely unchanged. Or, what if 3 (or more) freesites link to the same graphic? At this point, it shows up in 3 different manifests as the same CHK. (And thus is fairly well retrievable) .zip the sites up, and they no-longer share images. --Dan Have a look at Auzy:s freesite. It has several ideas about prefetching techniques that can achieve about the same effects. /N _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
