[gnome-devel-docs/dx-hackfest] platform-overview: Fill in the section for libsoup



commit 1f3b25e632f75a22a160dd9cf6794c710bbdd830
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Jan 31 17:44:09 2013 +0100

    platform-overview: Fill in the section for libsoup
    
    Signed-off-by: Federico Mena Quintero <federico gnome org>

 platform-overview/C/soup.page |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/platform-overview/C/soup.page b/platform-overview/C/soup.page
index 3392e6f..f1c0700 100644
--- a/platform-overview/C/soup.page
+++ b/platform-overview/C/soup.page
@@ -8,4 +8,28 @@
 
 <title>Soup</title>
 
+  <p>
+    Soup, or libsoup as it is commonly called, is an HTTP library designed to
+    be used in graphical applications which need asynchronous operations to
+    avoid blocking the user interface while network requests are going on.
+  </p>
+
+  <p>
+    Soup provides functionlity for using HTTP cookies, SSL encrypted
+    connections, and the XML-RPC protocol based on HTTP.
+  </p>
+
+  <note>
+    <p>
+      Trivia: Soup is called "soup" because it started as a library for doing SOAP
+      requests over HTTP.  Spanish speakers who are learning English frequently
+      confuse the words "soup" and "soap", and this seemed like a funny and
+      interesting name to use.
+    </p>
+  </note>
+
+  <list style="compact">
+    <item><p><link href="developer.gnome.org/libsoup/stable/">Soup reference manual</link></p></item>
+  </list>
+
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]