Welcome to Wombat Demo! This is the place where you can see Wombat in action. But not only see Wombat, you are invited to participate: Login as Wombat user, upload files, write blogs and have fun.
There are several dispatching PHP files. One delivers complete pages (what you can see here), anotherone delivers JavaScript files and so on. Each dispatcher handles part of the this site.
The HTML dispatches displays the complete website, hence it is you central dispatcher URL. Attach path to access different pages e.g. [[SERVICE_HTML]]/user
Just a helper that generates virtual JavaScript files on demand. Use path to select single JavaScript file or GET-parameter "cs" for a collection of JavaScript files- E.g. [[SERVICE_JAVASCRIPT]]/WB or [[SERVICE_JAVASCRIPT]]/WB/Ajax
Another helper. Like the one above it generates virtual CSS files on demand. Use path to select single CSS file or empty path to fetch all knwon CSS files. E.g. [[SERVICE_CSS]]/main
The Ajax dispatcher handles general XMLHttpRequests. Using Ajax it is very fast to update small portions of current page. In case JavaScript is available, Wombat automatically utilizes Ajax, so you don't have to bother about it.
Wombat provides XML based REST services. Append path to REST service URL to access different services.
One of the core features of Wombat is the Virtual File System (VFS). This dispatcher is capable to deliver VFS-files like images or movies. Also it provides icons and for "non-web-file-types" and binary downloads (for any file type).
CAPTCHAs usually base on images to read or sound files to listen. This dispatcher delivers those files.