fetchers
Robby Stephenson
robby at periapsis.org
Wed Mar 25 23:01:38 MDT 2009
On Wednesday 25 March 2009, Sandor Bodo-Merle wrote:
> what is the recommended way to implement a new fetcher?
> I briefly looked at the c++ fetcher implementations and as far as i can
> see you need to touch
> src/fetch/fetch.h to include a new Type for it, then derive a new Fetcher
> class.
>
> And most of the fetch Manager class methods need an update....
> Are there other parts one need to touch to include a new fetcher?
I'd like it to be easier to add a new class, but it's not. Like you see,
there are a lot of places that have to be edited. I think you listed
everything, a new fetch type, derive from fetcher, then modify the manager
to return the new class, along with icon and name.
Robby
More information about the tellico-users
mailing list