mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
78d194cb77
Redirect handling is now transparent to clients of fetchcache. The new scheme works as follows: 1) Request content for URL (fetchcache() 2) Start fetch of content (fetchcache_go() 3) If no redirect, continue through LOADING, READY, DONE etc. states as before If redirect, receive NEWPTR for each redirect that occurs, then continue through LOADING, READY, DONE etc. states as before. The upshot of this is that redirects result in extra contents being created. It also means that, until LOADING has been received, the content (and thus the URL being fetched) may change. Therefore, fetchcache clients should expect to have to deal with transient data prior to LOADING occurring. As a necessary side-effect of this, the HTML object URLs and CSS @import URLs are no longer stored alongside the relevant contents. These URLs can be accessed by interrogating the url member of struct content anyway, so it was a rather redundant scheme before. svn path=/trunk/netsurf/; revision=3787 |
||
---|---|---|
!NetSurf | ||
content | ||
css | ||
debug | ||
desktop | ||
Docs | ||
gtk | ||
image | ||
render | ||
riscos | ||
utils | ||
COPYING | ||
makefile | ||
Makefile.sources | ||
Makefile.unix | ||
netsurf | ||
posix.mk | ||
ReadMe | ||
riscos.mk | ||
scandeps |
NetSurf ======= This is a development build of NetSurf, an open source web browser. The latest version of NetSurf is available from: http://www.netsurf-browser.org/ Installation ------------ Installation is a three step process: 1. Use the Boot Merge facility provided by Configure to merge the supplied !Boot directory with the one on your system. If there is no !Boot merge facility on your system, simply drag the supplied !Boot over your existing boot structure. 2. Use the System Merge facility provided by Configure to merge the supplied !System directory with the one on your system. 3. Drag the !NetSurf application directory to a place on your hard disc. Double click on !NetSurf in your chosen location to launch NetSurf. Note NetSurf requires WindowManager 3.80 or later. This comes with RISC OS 4 and above. RISC OS 3 users should install the Universal Boot Sequence from: http://acorn.riscos.com/riscos/releases/UniBoot/ Note RISC OS 3.1 and earlier are not supported. Licences -------- NetSurf is provided under the GPL. See !NetSurf.Docs.licence_en The !Boot and !System directories contain items provided produced by third parties. Their licences are provided in the 3rd Party directory. AcornURI http://sudden.recoil.org/others/ Iconv http://www.netsurf-browser.org/iconv/ SharedUnixLibrary http://www.riscos.info/downloads/gccsdk/sharedunixlib/system.zip Tinct http://www.tinct.net/tinct.asp