(I can't mentor this, but it seems like a good idea for a task, given delicious's imminent demise.)

Task Description
Delicious is a popular link sharing website. They are closing their doors soon and refugees need a place to back up their bookmark content. Where better than their Drupal site?

The task is to create a module which allows for easy import of delicious bookmarks into Drupal native nodes. It should expose a "bookmark" content type with the necessary destination fields (title, url, notes, tags) and then be able to take a .html export of delicious links from https://secure.delicious.com/settings/bookmarks/export and import them in, with a view to show that things are working properly.

Deliverables
A module that can be used by end users to import their delicious links. Extra bonus points if this is done as an extension to http://drupal.org/project/migrate module, and super extra bonus points if the required configuration is bottled up as a feature.

Resources

(Unfortunately, the latest version of Migrate module seems to be completely devoid of documentation. :\ Documenting it would be a good spin-off task.)

Primary contact
Unknown

Comments

zeitkunst’s picture

I wrote a short post about how to do this with a custom content type, a view, a python script using Services, and a bookmarklet using Prepopulate. I don't have experience in writing modules, but perhaps someone else can work from this.

dawehner’s picture

Project: Google Code-in » Documentation
Component: Code » Other documentation issues
Status: Needs work » Active
axyjo’s picture

I just claimed it on Melange. I'll post work here.

arianek’s picture

oh, just saw this... wrong queue? (not sure where it should go!)

axyjo’s picture

Project: Documentation » Google Code-in
Component: Other documentation issues » Code
Assigned: Unassigned » axyjo

I think the first assignment was correct, since all of the other tasks are in the GCI queue. Almost done with it, just fine tuning it.

arianek’s picture

great - thanks!