# DontGet: A list of URLs that are not to be got by WWWOFFLE when it # is fetching and not to be served from the WWWOFFLE cache even if # they exist.
Alas, you have tied together two functions that can be quite useful independently! I was hoping to not to fetch them online, nor request them offline, but still serve them from the cache if they exist. These days I want to speed up fetching by not getting graphics but still see any already cached later offline. So maybe a DontRequest is needed. (Wait, it sounds too much like DontGet.) Until then I suppose I must just uncomment *://*/*.gif *://*/*.jpg *://*/*.png *://*/*.GIF *://*/*.JPG *://*/*.PNG before going online, and comment it back later. P.S., commenting and uncommenting would be easier if I knew how to write those 6 lines on one line.
