8 #include "CurlWikiGrabber.h"
11 class WikiWalker
: public Walker
14 /*! given an URL, start collecting links
15 * \param url start point for analysis
17 void startWalking(std::string url
);
19 /*! Read data from cache file.
20 * Used for initialization.
21 * \param cache file name of the cache.
23 void readCache(std::string cache
);
25 /*! Write data to cache file.
26 * \param cache file name of the cache.
28 void writeCache(std::string cache
);
31 CurlWikiGrabber grabber
;
35 #endif // _WIKIWALKER_H