/*
This file is part of Bolixo.
Bolixo is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Bolixo is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Bolixo. If not, see .
*/
/*
This program caches files associated with URL. This is not a proxy
at all. It simply copies a file somewhere and remembers the URL.
You can retrieve the file later using the URL as the key.
It was created as a helper for the script create-rss-accounts. Many RSS
feeds are sharing the same photos. For some site, they have tons of RSS feeds
so we avoid downloading the same logo over and over.
*/
#include
#include
#include
#include
#include
#include
#include
#include