Christian: that makes sense and is how I would want to implement it.
It would also make it easy to make it configurable to potentially post
to other services as well.
Now to find the time!
c
On Sun, Mar 13, 2011 at 10:50 PM, Christian Weiske <cw...@cw...> wrote:
> Hello Chris,
>
>
>> I'm interested in being able to auto-add my bookmarks to Delicious
>> and/or Diigo -- SemanticScuttle works great for me, but many of my
>> colleagues use these other services and I'd like to feed bookmarks
>> there so they can see/use/subscribe. Seems like a relatively easy
>> thing to do, but I didn't want to embark on trying to add this if
>> others were working on it?
>
> There is currently nobody working on that, so I'd be grateful if you
> contributed that feature.
>
> How do you plan to implement it?
>
> My ideas in this direction are to add a "hook" that plugins (via
> config.php) can be registered to and that gets called whenever the
> bookmarks have been saved.
>
> Example:
> config.php:
>> $hooks['bookmark-save'][] = array(
>> 'SemanticScuttle_Plugin_Delicious', 'saveBookmark'
>> );
> That way, other plugins/parts of semanticscuttle are able to hook into
> save bookmark processing as well.
>
> Now the method SemanticScuttle_Plugin_Delicious::saveBookmark will get
> called after a bookmark has been stored/updated in the database, and
> the plugin can do what it wants.
>
> What I would absolutely not want is hard coding the calls to delicious
> in the core SemanticScuttle code. That must be configurable.
>
> --
> Regards/Mit freundlichen Grüßen
> Christian Weiske
>
> -=≡ Geeking around in the name of science since 1982 ≡=-
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Semanticscuttle-devel mailing list
> Sem...@li...
> https://lists.sourceforge.net/lists/listinfo/semanticscuttle-devel
>
>
|