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!
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | RDF10.inc_.txt | 2.65 KB | vito_swat |
Comments
Comment #1
Ashraf Amayreh commentedFree 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.
Comment #2
vito_swat commentedI 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.
Comment #3
zaphod280380 commentedevery feed form del.icio.us is RDF.
Comment #4
Ashraf Amayreh commentedPlease 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.
Comment #5
vito_swat commentedI 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.
Comment #6
shunting commentedBump.
Comment #7
vito_swat commentedI'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.
Comment #8
Ashraf Amayreh commentedtested, committed and new release created. Thanks