Quick mid dereferencer

Hi,

Here is a quick mid [1] dereferencer that allows me to click on mid:
links; it works:
- on emails sent to W3C lists only
- on my Gnome Environment where I can register a script as a URI scheme
handler

midDereferencer
"""
#!/bin/bash
mid=`echo $1|sed -e s/^mid://`
/usr/bin/galeon -n "http://www.w3.org/2002/02/mid/$mid" &
"""

See also:
http://lists.w3.org/Archives/Public/www-rdf-logic/2000Nov/0043.html
Subject: Re: Semantic mail
Date: Wed, 08 Nov 2000 21:44:55 -0600
From: Dan Connolly <connolly@w3.org>

1. http://www.w3.org/Addressing/schemes#mid

Dom
-- 
Dominique Hazaël-Massieux - http://www.w3.org/People/Dom/
W3C/INRIA
mailto:dom@w3.org

Received on Thursday, 12 December 2002 10:42:58 UTC