summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaned up the XSLT, being consistent in naming tablesDavid Sommerseth2009-07-281-7/+20
|
* Reworked the SQL statement creation from XMLDavid Sommerseth2009-07-281-37/+122
| | | | | This will need to be done in Python, for value escaping. The XSLT now builds up a generic XML base which a generic XML-SQL parser can process
* Began implementing XML parser for rteval reportsDavid Sommerseth2009-07-242-0/+193
|
* Added simple install.sh for the rteval XML-RPC serverDavid Sommerseth2009-07-231-0/+14
|
* Reworked the XML-RPC server part to work with mod_pythonDavid Sommerseth2009-07-236-18/+202
| | | | | | | | | | | | | | | The apache-htaccess is the needed .htaccess file for the Apache web server. It should be located in the directory where also rteval_xmlrpc.py and xmlrpc_API1.py should reside. This directory must be available from a HTTP request. Please make sure that this directory are allowed to use .htaccess files by the Apache config. In addition, the rtevald.py was adjusted to work as a local test server, to avoid to configure a Apache + mod_python locally Also added some copyright information into the touched files as well
* Implemented XML-RPC client in rtevalDavid Sommerseth2009-07-151-47/+0
|
* Cleaned up and fixed some issuesDavid Sommerseth2009-07-153-33/+49
| | | | | | | Could not run the same XML-RPC function twice if it involved decompression of the data on the server side. Also implemented saving of report files for the SendReport() function, as a starter. This function should parse the file and insert the data into a database
* Fixed a lot of things, began implemting a kind of an API ... still work in ↵David Sommerseth2009-06-234-11/+106
| | | | progress
* Added proof-of-concept XML-RPC server and test clientDavid Sommerseth2009-06-226-0/+236