Hi! I need to import my del.icio.us bookmarks with this great module and i would like auto tagging generated nodes with del.icio.us tags. The first problem is that del.icio.us provide feeds in RDF. I'm not skilled with php and handlers logic so i would like a suggestion. The second problem is to take delicious entry tags element and put in in a node taxonomy freetag field. The rdf has this tag information.

thanks!

CommentFileSizeAuthor
#7 RDF10.inc_.txt2.65 KBvito_swat

Comments

Ashraf Amayreh’s picture

Assigned: Unassigned » Ashraf Amayreh
Category: support » feature
Status: Active » Postponed

Free tagging is already supported, I updated the module page to mention that. But RDF needs a feed_handler.

There's a more urgent update that I need to work on, then I might take a swing at RDF. I can't pin myself to any dates though.

vito_swat’s picture

Assigned: Ashraf Amayreh » vito_swat
Status: Postponed » Active

I also need RDF support so I'm working on it. I have alpha version which is currently working for some feeds but I'd like to add support for categories (<dc:subject>) and remove hardcoded namespaces. I think next week I could provide ready solution.
Please provide me some test RDF feeds to test 'couse I have only two RDF feeds to test.

zaphod280380’s picture

every feed form del.icio.us is RDF.

Ashraf Amayreh’s picture

Please try to skim through the RDF standard so that the implementation won't be pinned to one possible rendering of RDF.

This approach has been taken with the ATOM handler and will be used to revise the RSS handler. The ATOM handler is an excellent example in utilizing most handler features. Thanks vito_swat for your help. If you could provide a very rough estimate as to when you think it will be complete that would be excellent since I was thinking of implementing it myself. Now I can concentrate on other problems.

vito_swat’s picture

I went through http://web.resource.org/rss/1.0/spec and ATOM handler but I found some RDF feeds don't follow standard and include their item tags in channel tag which is problem for my parser now. I could spend some time on this problem during weekend and try to solve this problem.

shunting’s picture

Bump.

vito_swat’s picture

Version: 5.x-1.3 » 5.x-2.6
Status: Active » Needs review
StatusFileSize
new2.65 KB

I've finished coding and some testing. Handler should work with mayority of RDF feeds. Main problem was witch dc:subject suport as it is used in many ways.

To install copy provided .inc.txt file to feed_handlers directory, change extension to .inc and add term RDF10 to Aggregation Feed Types vocab.

Ashraf Amayreh’s picture

Status: Needs review » Closed (fixed)

tested, committed and new release created. Thanks