summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoralex <alex>2001-05-11 03:06:23 +0000
committeralex <alex>2001-05-11 03:06:23 +0000
commitb9b22df9e28d5eedfea9d3742b41341ec9d79012 (patch)
treedd95848e2beabf4de2b04e5b7d80e72312ba1fb7 /README
parentcdbc9ff53bae0c5a594136041f3a61d7c76bca6e (diff)
downloadlibsoup-b9b22df9e28d5eedfea9d3742b41341ec9d79012.tar.gz
Prep for move to GNOME CVS.
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
index e69de29b..abe6ea8b 100644
--- a/README
+++ b/README
@@ -0,0 +1,33 @@
+Soup is a SOAP (Simple Object Access Protocol) implementation in C.
+
+It provides an queued asynchronous callback-based mechanism for sending and
+servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
+compiler which generates client stubs and server skeletons for easily calling
+and implementing SOAP methods.
+
+It uses the GLib main loop and is designed to work well with GTK applications.
+
+Features:
+ * Completely Asynchronous
+ * Connection cache
+ * HTTP chunked transfer support
+ * authenticated HTTP, SOCKS4, and SOCKS5 proxy support
+ * SSL Support using OpenSSL
+ * Apache module server support
+ * Client digest authentication
+
+Planned Features:
+ * Standalone SOAP server support
+ * SSL Support through Mozilla NSS
+ * Server digest authentication
+ * Gconf configuration and proxy integration
+ * UDDI Support
+ * Disco support
+ * GTK or Bonobo object generation
+
+To subscribe to the Soup discussion list, send mail with the word "Subject" in
+the message body to soup-list-request@ximian.com.
+
+Licensing:
+ * Licensing for the Soup runtime is LGPL, see COPYING.LIB for more details.
+ * Licensing for the WSDL compiler is GPL, see COPYING for more details.