Theo Schmidt <[EMAIL PROTECTED]> writes: > I have been exploring wwwoffle's cache files in /var/spool/wwwoffle. There are > lots of files under cryptic names which are either html or text. The html files > are the stored pages and the text files appear to be links. I cannot find the > graphic files (gif, jpg, or png) however. Where could these be?
All of the cached files are in /var/spool/wwwoffle, this applies to HTML pages as well as the images. The README file contains a very short description of the contents of the WWWOFFLE cache: -------------------- WWWOFFLE README -------------------- Spool Directory Layout ---------------------- In the spool directory there is a directory for each of the network protocols that are handled. In this directory there is a directory for each hostname that has been contacted and has pages cached. These directories have the name of the host. In each of these directories, there is an entry for each of the pages that are cached, generated using a hashing function to give a constant length. The entry consists of two files, one prefixed with 'D' that contains the data and one prefixed with 'U' that contains the URL. -------------------- WWWOFFLE README -------------------- There is a program called wwwoffle-ls that will allow you to see the mapping between the filename and the URL that is in the cache. Try the following: cd /var/spool/wwwoffle wwwoffle-ls http://www.gedanken.demon.co.uk/ you should get something like this: DE79FZN-C4-QWKPsQzxyGrw 4427 Feb 17 9:08 http://www.gedanken.demon.co.uk/ DPf+bPi+40iJPUbeHm-qoFA 1193 Feb 17 9:08 http://www.gedanken.demon.co.uk/anybrowser.gif Df6vK54po1jODBxcbUVtjoA 1017 Feb 17 9:08 http://www.gedanken.demon.co.uk/blueribbon.gif DqYcRMlm9bPKVnn4jetXA7A 758 Feb 17 9:08 http://www.gedanken.demon.co.uk/cache-now.gif The image for http://www.gedanken.demon.co.uk/cache-now.gif is in the file http/www.gedanken.demon.co.uk/DqYcRMlm9bPKVnn4jetXA7A. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html
