this blog is girtby.net

Posted
01 December 2006

Categories
Nerd Factor X

Tags

0 Comments

Is That a Wiki In Your Pocket?

I am a big fan of the personal Wiki. This is a little web-based application which you would typically use to store information relevant to you. Notes, to-dos, lists, embryonic blog articles, anything.

It’s not the fact that it’s a wiki, it’s just that its ubiquitous (while I’m online), easy to edit and doesn’t require any maintenance, that makes it so appealing and useful.

Some people have personal note taking applications that live on their computers. But I just use far too many different machines on a regular basis for this to be practical. So, like the rest of my life it seems, the wiki has to live on the net. I have an instance of Instiki which lives on my home server and is accessible from the internet. There’s nothing on there which is super sekrit, so I just use simple digest-based HTTP authentication which seems to be plenty.

Sometimes I need to get information from the wiki when I’m not at a computer. With the availability of the mobile internet this is becoming relatively infrequent, but still occasionally annoying.

Reading Erica Sadun’s article on MacDevCenter I found out that the iPod has a notes feature which includes some fairly rudimentary markup - enough for a wiki anyway! So the idea was formed: a simple script to download the pages from a personal wiki, then convert them to the simple markup used by the iPod notes, and stash them on the iPod.

Et voila:

wikipod

Although it is tailored for the export format of Instiki, it should be relatively easily to adapt this script to other wiki engines (your wiki does have an export function, right?). Strictly speaking it doesn’t need a wiki at all: any website that exports as a ZIPped archive of HTML files should work.

Enjoy!

0 Comments