« Return to Thread: fetchers

Re: fetchers

by robbystephenson :: Rate this Message:

Reply to Author | View in Thread

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
_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users

 « Return to Thread: fetchers