Recently I have made some serious changes to my homepage. SOme of those changes I have been planning from a long long time. Others were more sudden.
The central page is of course at pietrosperoni.it that leads to home.pietrosperoni.it. But then there was something that I wanted to do for a long time. Integrate my mind and thinking process directly on internet. When I think I often do that through mindmaps. I have used several type of software in the past. Starting from mindmanager (back at the time when I was on windows), then freemind. I also tried the mindmap from Buzan (which I found slow, costly and with a terrible costumer service). Recently I am using iThoughtsHD which I found do be the best mindmap tool for iPad. Also I find very good that every time I wrote them I received an answer directly from Craig Scott (the programmer of the application). I was in this way able to suggest and see implemented several ideas. In particular the only thing I really missed was the possibility to make html pages from mindmap, with nodes hosting URL links. This was possible in mindmanager, but not on any other system. So iThoughts made a release that permitted to export mindmaps in html format directly on dropbox.
At this point I organised a whole part of my public dropbox folder into a homepage for my mindmaps (in the form of a mindmap itself). Which then at http://dl.dropbox.com/u/2754299/maps/Mind.html. But I did not like the long link. So instead I organised another subdomain: mind.pietrosperoni.it for those mindmaps. Added some rules in the .htaccess file to make sure people going there would be forwarded to my dropbox, and I was ready to rock.
Those lines were:
Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*)\.html$ $1 [NC] RewriteRule ^(.*)\.php$ $1.php [NC,L] RewriteRule ^(.+)$ http://dl.dropbox.com/u/2754299/maps/$1.html [R,NC,L] RewriteRule ^$ http://dl.dropbox.com/u/2754299/maps/Mind.html [R,NC,L]
Those rules make sure that any requesto for mind.pietrosperoni.it/x go to http://dl.dropbox.com/u/2754299/maps/x.html
which is where the x map will be stored. Of course if you use it, you would have to change http://dl.dropbox.com/u/2754299/maps/ to the address where your dropbox stores your maps.
After I did all this there were still some problems with how to publish those mindmaps. One this is to make a mindmap, another is to put it on the internet, but yet another is to let people know of this mindmap, and connect it with the others. The connect part was easily done by making sure every time I made a new mindmap I would also update the general mindmap. Still there was the problem on how to make people aware of them. The best would have been an rss field. But I did not know how to make an automatic one, nor did dropbox offer an rss field of its public directories. So instead I had to set up another directory on my dropbox. Then I had to enable sharing mode (here is an explanation, here you activate it) . When you share a dropbox folder you also can get an rss field for it (here). But just going from the rss field to twitter would look lousy. So instead I took the rss field for it and used it inside yahoo pipes, and the resulting rss was then pushed in twitter using ifttt. The only thing that was missing at this point was to connect the dropbox folder where iThoughts store the mindmap with the dropbox shared folder wheich releases the rss feed. This was done using SynchTwoFolders,
The idea is:
iThoughts–>dropbox public folder–>SynchTwo Folders–>dropbox shared folder–>dropbox releases an rss–>Yahoo Pipes–>IFTTT–>Twitter.
And as a result every time I save a mindmap on my dropbox public folder (/public/maps) it gets advertised on twitter with a link to it. If you are interested in the yahoo pipe I set up in all this you can find that here.
So now I have a homepage, a series of mindmaps, a twitter account where new mindmaps are echoed; two active blogs (one in Italian and one in English), and a list of publication. What was missing? Making a page for each of my publication, and this is what I started to do. Starting to store one after the other the talks I gave at conferences on a youtube channel. What follows is the mindmap of the whole structure.
While the mindmap of the tweet the mindmap-hack is



Recent Comments