smet2html
smet2html is a little command line utility that takes an eDonkey2000 server.met file
and outputs the servers in form of ed2k-links, or in form of a html-page.
This tool is useful for people who want to publish up-to-date serverlists in html format.
Currently there are only linux packages available, but the tool should compile without any
problems at all on any platform really, including MS Windows. I don't have MS Windows, so
I can't give you a ready-made .exe file. Sorry. Feel free to send me one.
Download:
Go to the file release section of the project homepage to download this tool.
Usage:
You'll need to start this utility from the command line. Supply the '--help' option to get a
list with command line parameters. By default it will look for a 'server.met' file in the
current working directory and output a complete html page. The output will go to the standard
output file descriptor (in other words: the screen), so if you do not want to process the
output further by piping it through other tools or skripts, then you probably want to redirect
it to a file like this:
smet2html --input=server-max.met > server-max.html