This is webserver wikiC/2.06 running on a machine named knorretje.hku.nl with IP number 192.87.216.238, listening to port number 80. Here is how the URL namespace roughly works:
/ is the toplevel directory of this server, showing this very page.
/wiki/ is the main document namespace. Under /wiki/ one may read, write, edit and upload all (kind of) documents, embedded in a wiki-inteface.
/raw/ points to the same dataspace on the server as /wiki/ but unwraps it from the wiki-inteface. Here, the served MIME type is really fully determined by the suffix that the client requests for.
One may thus undo a page from its' wiki-borders and bla-bla by substituting /wiki/ in the URL by /raw/, which may be handy during printing or downloading.
/convert/ also points to the same data as /wiki/ and /raw/.
Some types of documents on the server can be converted on-the-fly.
Simply extend the name with the desired file-extension and change /wiki/ or /raw/ in the URL to /convert/. Documents under /convert/ occupy no permanent space on the wikiserver. Click on /convert/ to get a list of supported server-side conversions.
/history/ Shows recent edits (i.e. global history) when URL is not followed by a document-name. Otherwise, it shows the revision history of the specified document.
/mime/ Display currently recognised suffixes and supported MIME types.
/trash/ Names of deleted documents (only administrators may move documents to the trash).
wikiC/2.06 is a multithreaded standalone wikiwebserver written in POSIXC by Pieter Suurmond - the Utrecht School of the Arts, the Netherlands. The latest sourcecode may be downloaded from http://www.hku.nl/~pieter/SOFT/CGI/.