"New wget html change"
RonM (387) 60 posts |
Previous RISC OS versions of wget would not let the —output-document option work when also requiring —convert-links due to a ‘file already open error’ The filestream was only being closed when wget finished, but —convert-links needs to reopen the download. The new version closes the stream and the single file will reopen for link conversion. This will allow a frontend to run a downloaded named html and have the true internet links available rather than relative links. /RAM::RamDisc0/$/latest.html so filetyping to FAF is done by wget.The other purpose of —convert-links is to convert links of a recursive site download for offline use. (testpost and re-edit) |