Kwiki is R.A.D.
Wikis (or at least Kwiki) make a great rapid development environment.
Problem
Build a tool to allow collaborative editing and maintenance of the Indymedia folk blogroll. (data needs to be improved) ### Solution
- Write a few notes on the problem in my todo wiki
-
Decide on a simple wiki syntax for representing the data. I chose field: value, with records separated with by blank like. ```
Title: LaughingMeme Url: http://laughingmeme.org RSS: http://laughingmeme.org/index.rdf Language: en ```
- Write a 20 line subclass of
Kwiki::Plugin
that returns the relevant page as OPML - Write some simple custom formatting rules for displaying this new wiki syntax. (actually I skipped this step, but it would be easy)
- Cross off todo list.
- Blog about it.
Time spent: approx 20 minutes, including writing this entry.