I've extended the Python Desktop Server with another module: Blogmarks provides a blog with mini entries. The idea behind it is to simply post links. For this purpose, I use a bookmarklet (a bit of JavaScript that opens a window and calls up a URL), which passes the current link and the title of the current window to the Python Desktop Server and asks the user for categories and a short description (which is stored as a title tag on the link element and displayed on mouse-over). The whole thing is converted into compact HTML and is available as a blog with RSS feed and everything that goes with it. In the long run, I'll probably add further features like caching of the original page (in case it goes offline) and a category overview of all links, but for now I'm starting as it is. Let's see if this isn't a useful alternative to private bookmarks.

Here's the original article.