GNOME Bugzilla – Bug 168752
Web access + Web-service access for Beagle
Last modified: 2005-03-10 15:31:40 UTC
This patch adds a web access and a web-service implementation for Beagle. The web access feature allows Beagle users to search Beagle from a Firefox like browser. the Web-service feature allows applications/devices and other clients to programmatically query Beagle via soap/http. A minimal web-server based on XSP is part of this patch.
Created attachment 38048 [details] Diff file containing changes to existing Beagle files
Created attachment 38049 [details] ZIP file containing new files within beagled folder of Beagle
Created attachment 38050 [details] Readme document explaining the Beagle web/web-service features
Created attachment 38092 [details] [review] Revised Diff file containing changes to existing Beagle files
Steps: 1. Apply the 'beagle-ws-patch.diff': this should patch the following files: i. Makefile.am ii. configure.in iii. beagled/Makefile.am iv. beagled/BeagleDaemon.cs 2. Unzip 'beagled-ws.zip' into the main folder of beagled. This will extract new files into the beagled sub-folder, including a subdirectory beagled/webserver. 3. Do 'autoreconf' followed by 'configure --enable-websvc=yes'.
Created attachment 38235 [details] Updated ZIP file containing new files within beagled folder Updated version of frontend, backend code with addl. validity checks of arguments.
Note: You need a recent Mono114 build. I faced problems with Mono113 and earlier versions: you get an exception when accessing search.aspx.
Created attachment 38452 [details] Updated ZIP file containing new files within beagled folder
In CVS