Appserver Webfrontend Extension
--------------------------------

This extension consist of a GNUe Forms client (written in ECMAScripta).
It allows to load form definitions directly from gnue-appserver and run 
them in your Browser.

Requirements:
-------------

Server side:
GNUe Appserver (<=0.4.3)  * Changes in CVS after 0.4.3 not adapted yet (switch to object rpc)
GNUe Common (>0.5.0)

client side:
Mozilla or other Gecko based Browser
or IE > 5.0 

(Konqueror or Opera don't work because of missing XMLRPC functionality)
* IE currently broken

Installation:
-------------

1. Install GNUe Appserver

2. Setup a webserver and copy the rpcproxyi.cgi script to your webserver.
   It has to be available at http://<host>/cgi-bin/rpcproxy.cgi .

3. Add the hostname to the list of allowed services in the beginning of the
   rpcproxy.cgi file.

4. Add sample.html, gnue-forms.js and vcXMLRPC.js to the same webserver as above.
   (same host + port required)

5. Point your webbrowser to the location of sample.html. Now you should be able 
   to do querys, add and change data.

Next steps
--------------

- create new html forms by building GFD files and transform them via GNUe-Designer
  (Tools->Extra->Compile Form for GNUe JsForms)

- modify settings in gnueforms.js, like default user name etc.

- improve gnueforms.js
