summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2006-07-21 18:06:47 +0000
committerDan Winship <danw@src.gnome.org>2006-07-21 18:06:47 +0000
commit85902e20a5c6b5c31b533e5076752a5b45f4d4bf (patch)
tree297f60b23d3d1fb3f610d0f837d5cbdda1326feb /README
parentda0687623e3bc8e40fac3f495ee3d1b12a23f1f7 (diff)
downloadlibsoup-85902e20a5c6b5c31b533e5076752a5b45f4d4bf.tar.gz
libsoup-85902e20a5c6b5c31b533e5076752a5b45f4d4bf.tar.bz2
libsoup-85902e20a5c6b5c31b533e5076752a5b45f4d4bf.zip
update to mention mailing list and bugzilla
* README: update to mention mailing list and bugzilla * HACKING: kill this since there's nothing here that isn't either obvious, or redundant with the README
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index 4fb1a98c..d2f656ab 100644
--- a/README
+++ b/README
@@ -8,16 +8,22 @@ Features:
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
+ * Basic client-side SOAP and XML-RPC support
-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.
+See the documentation in docs/reference/ and the test programs in
+tests/ for simple examples of how to use the code. The
+evolution-data-server and evolution-exchange modules in GNOME CVS have
+some more complicated examples.
-More information (including future plans) may be available at
-http://live.gnome.org/LibSoup
+There is a mailing list for libsoup-related questions/discussions at
+gnome.org. Visit http://mail.gnome.org/mailman/listinfo/libsoup-list
+to subscribe or read the archives.
+
+Bugs against libsoup can be filed at the GNOME bugzilla:
+http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup
-To subscribe to the Soup discussion list, send mail with the word
-"Subscribe" in the message body to soup-list-request@ximian.com.
+More information (including the libsoup To Do list) is available at
+http://live.gnome.org/LibSoup
Licensing:
libsoup is licensed under the LGPL, see COPYING for more details.