This was a mail to devl@freenetproject.org:

From: Michael Schierl 
Subject: FYI: metadata servlet
Date: Fri, 12 Sep 2003 17:06:58 +0200
Message-ID: <6u7gw6g5m3c$.rszg1z7rcgsa.dlg@40tude.net>

Hi devls, ;)

some of you migjt know FIW's metadata browser which is quite helpful to
debug Freenet inserts.

I wrote a servlet for Freenet that does actually the same (and it
additionaly can generate SSK keys ;)).

I've attached both the source and a jar using it to that mail.

To try it, just add the jar into your class path and add

mainport.params.servlet.mdata.uri=/servlet/metadata
mainport.params.servlet.mdata.method=GET
mainport.params.servlet.mdata.class=mihi.MetaDataServlet
mainport.params.servlet.mdata.name=MetaData

to your freenet.conf/ini.

If you want to add that into freenet's main jar file, do so, or do whatever
the GPL allows you to do with it.

If you don't do anything, it will most likely end up in the contrib/
directory of one of the next FIW releases. (No, in current Freenet state I
cannot maintain yet another freesite, sorry).

mihi
