I don't know if I'll be able to do it, before I leave. And after I don't know when I'll have the resources again. But here is what I would like to do.
I would like to connect del.icio.us with mind map (the software the helped generate my
web page).
It is possible to get a full xml version of
all the delicious bookmark you have.
So I would heve to build a small php program that reads this file, and generate a TopicMap file out of it. And then read the file with the mind manager. Today, I already worked in how translate a topic map into mind manager (because, of course, being mindmanager non free software, they provide the 'read xml' functionality, only if you pay much dindi). But at least once it is up, everybody will be able to use it.
Not also that I am not happy with just making the xml file with the linear structure: tag are branches, links are leaves.
I want that if a tag ONLY appears when another tag appears, then it should appear as a subbranch. As I explained
(albeit in a different context).
Maybe I should start with the simple structure first.
The project is not that hard, and I would learn a lot in the process:
Better PHP,
Parsing XML with PHP,
Building XML with PHP,
Topic Map XML (
XTM)
Today I worked quite a lot, maybe tomorrow.