After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 168752 - Web access + Web-service access for Beagle
Web access + Web-service access for Beagle
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.0.x
Other All
: Normal enhancement
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2005-02-28 13:09 UTC by knvijay
Modified: 2005-03-10 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Diff file containing changes to existing Beagle files (11.78 KB, text/plain)
2005-02-28 13:12 UTC, knvijay
  Details
ZIP file containing new files within beagled folder of Beagle (66.89 KB, application/x-zip-compressed)
2005-02-28 13:13 UTC, knvijay
  Details
Readme document explaining the Beagle web/web-service features (31.00 KB, application/octet-stream)
2005-02-28 13:15 UTC, knvijay
  Details
Revised Diff file containing changes to existing Beagle files (12.07 KB, patch)
2005-03-01 12:17 UTC, knvijay
none Details | Review
Updated ZIP file containing new files within beagled folder (67.27 KB, application/zip)
2005-03-04 07:51 UTC, knvijay
  Details
Updated ZIP file containing new files within beagled folder (102.09 KB, application/zip)
2005-03-09 07:37 UTC, knvijay
  Details

Description knvijay 2005-02-28 13:09:08 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.
Comment 1 knvijay 2005-02-28 13:12:23 UTC
Created attachment 38048 [details]
Diff file containing changes to existing Beagle files
Comment 2 knvijay 2005-02-28 13:13:20 UTC
Created attachment 38049 [details]
ZIP file containing new files within beagled folder of Beagle
Comment 3 knvijay 2005-02-28 13:15:13 UTC
Created attachment 38050 [details]
Readme document explaining the Beagle web/web-service features
Comment 4 knvijay 2005-03-01 12:17:46 UTC
Created attachment 38092 [details] [review]
Revised Diff file containing changes to existing Beagle files
Comment 5 knvijay 2005-03-01 12:37:53 UTC
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'.
Comment 6 knvijay 2005-03-04 07:51:08 UTC
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.
Comment 7 knvijay 2005-03-08 13:19:10 UTC
Note: You need a recent Mono114 build. I faced problems with Mono113 and earlier
versions: you get an exception when accessing search.aspx.
Comment 8 knvijay 2005-03-09 07:37:58 UTC
Created attachment 38452 [details]
Updated ZIP file containing new files within beagled folder
Comment 9 Fredrik Hedberg 2005-03-10 15:31:40 UTC
In CVS