In an effort to create a GUI framework that can be used on web pages, I managed to complete a first, very early version. It includes a session manager demon for UNIX-like systems, a CGI frontend that communicates with the daemon, an AJAX library for communicating with the CGI frontend, and a simple test page to write the screen size to the session manager.
GobSmack v0.0.5 - Version with bugfix for get_resource() and the new features of configuration files and JavaScript serving.
GobSmack v0.0.4 - Version with bugfix for internal document fragment serving.
GobSmack v0.0.3 - Version with bugfix for invalid CGI request handling.
GobSmack v0.0.2 - Version with bugfix for random number generator.
GobSmack v0.0.1 - Initial version.
Sie müssen als angemeldet sein, um einen Kommentar schreiben zu können.
2010-03-01 bei 10:25
Project is now co-hosted on SourceForge.
URI: http://sourceforge.net/projects/gobsmack/
2010-03-01 bei 10:58
I fixed a small bug in the random number generator of the session server. Download v0.0.2 to get the fixed version.
2010-03-01 bei 11:16
Another tiny bug fixed in the handling of invalid requests to the CGI frontend. Now error 400 is always returned. Download v0.0.3 to get this fix.
2010-03-01 bei 19:35
Internal documents are now always served as XML. This ensures compatibility with XMLHttpRequest. Download v0.0.4 to get this fix.
2010-03-05 bei 14:30
Another bugfix fixed a small but important problem in get_resource(). Desktop and menu bar serving is now prepared. And internally, JavaScript is served instead of XML (b/c of the problems of integrating result documents into the visible document). Now, document changes are effected by rewriting portions of it using JavaScript. Download v0.0.5 to get this fix.