summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2005-11-25 18:46:27 +0000
committerDan Winship <danw@src.gnome.org>2005-11-25 18:46:27 +0000
commit258821572b53730a7d7e52ef8a3ed3c9ad960e23 (patch)
tree6da6a76f643496e2cce0b16af94b85ee70f3b3a5 /README
parent1c84601b0d664dafc7a825eaf50fe149d6daf54c (diff)
downloadlibsoup-258821572b53730a7d7e52ef8a3ed3c9ad960e23.tar.gz
sync to text on wiki, and point to wiki
* README: sync to text on wiki, and point to wiki * TODO: moved to http://live.gnome.org/LibSoup_2fToDo
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 5 insertions, 12 deletions
diff --git a/README b/README
index 947611d3..4fb1a98c 100644
--- a/README
+++ b/README
@@ -1,17 +1,8 @@
-Soup is an HTTP library implementation in C. It was originally part of
-a SOAP (Simple Object Access Protocol) implementation, but the SOAP
-code was later removed (and then later partially reimplemented...)
-
-Soup uses GObjects and the glib main loop, and is designed to work
-well with Gtk/GNOME applications. This enables GNOME applications to
-access HTTP servers on the network in a completely asynchronous
-fashion, very similar to the Gtk+ programming model (a synchronous
-operation mode is also supported for those who want it).
-
-Soup also contains code to implement an HTTP/1.1 server.
+libsoup is an HTTP client/server library for GNOME. It uses GObjects
+and the glib main loop, to integrate well with GNOME applications.
Features:
- * (Optionally) completely asynchronous
+ * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
@@ -22,6 +13,8 @@ See the test programs in tests/ for simple examples of how to use the
code, or evolution-data-server and evolution-exchange for more
complicated examples.
+More information (including future plans) may be available at
+http://live.gnome.org/LibSoup
To subscribe to the Soup discussion list, send mail with the word
"Subscribe" in the message body to soup-list-request@ximian.com.