gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12337 - libmicrohttpd-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r12337 - libmicrohttpd-docs/WWW
Date: Sun, 25 Jul 2010 12:29:47 +0200

Author: grothoff
Date: 2010-07-25 12:29:47 +0200 (Sun, 25 Jul 2010)
New Revision: 12337

Modified:
   libmicrohttpd-docs/WWW/index.html
Log:
uppdate

Modified: libmicrohttpd-docs/WWW/index.html
===================================================================
--- libmicrohttpd-docs/WWW/index.html   2010-07-25 10:25:22 UTC (rev 12336)
+++ libmicrohttpd-docs/WWW/index.html   2010-07-25 10:29:47 UTC (rev 12337)
@@ -10,7 +10,7 @@
 <meta name="revisit-after" content="28 days">
 <meta name="publisher" content="Christian Grothoff">
 <meta name="date" content="2009-2-14">
-<meta name="rights" content="(C) 2007, 2008, 2009 by Christian Grothoff>";
+<meta name="rights" content="(C) 2007, 2008, 2009, 2010 by Christian 
Grothoff>";
 <meta http-equiv="expires" content="43200">
 </head>
 <body>
@@ -34,7 +34,7 @@
 <li>Three different threading models</li>
 <li>Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, 
    OS X, W32, Symbian and z/OS</li>
-<li>Optional support for SSL3 and TLS (requires libgcrypt)</li>
+<li>Optional support for SSL3 and TLS (requires libgcrypt and libgnutls)</li>
 </ul>
 libmicrohttpd was started because the author needed an easy way to add
 a concurrent HTTP server to other projects.  Existing alternatives
@@ -58,18 +58,19 @@
 <a href="ftp://ftp.gnu.org/gnu/libmicrohttpd/";>here</a> and on
 <a href="http://ftpmirror.gnu.org/libmicrohttpd/";>GNU ftp mirrors</a>.
 The latest version of the source code can be browsed from
-<a href="https://ng.gnunet.org/svn/libmicrohttpd/";>here</a> or obtained using
-<pre>$ svn checkout https://ng.gnunet.org/svn/libmicrohttpd/</pre>
+<a href="https://gnunet.org/svn/libmicrohttpd/";>here</a> or obtained using
+<pre>$ svn checkout https://gnunet.org/svn/libmicrohttpd/</pre>
 <br>
 libmicrohttpd can be used without any dependencies; however,
 for SSL/TLS support, we currently require 
-<a href="http://www.gnupg.org/documentation/manuals/gcrypt/";>libgcrypt</a>.
+<a href="http://www.gnupg.org/documentation/manuals/gcrypt/";>libgcrypt</a> and
+<a href="http://www.gnutls.org/";>libgnutls</a>.
 Furthermore, the testcases use <a
 href="http://curl.haxx.se/libcurl/";>libcurl</a>.  Some extended
 testcases also use <a href="http://sam.zoy.org/zzuf/";>zzuf</a> and <a
 href="http://www.dest-unreach.org/socat/";>socat</a> (to simulate
 clients that violate the HTTP protocols).  You can compile and use
-libmicrohttpd without installing <tt>libgcrypt</tt>, <tt>libcurl</tt>, 
<tt>zzuf</tt> or
+libmicrohttpd without installing <tt>libgcrypt</tt>, <tt>libgnutls</tt>, 
<tt>libcurl</tt>, <tt>zzuf</tt> or
 <tt>socat</tt>.
 </p>
 <p >
@@ -84,21 +85,16 @@
 In addition to the brief documentation on this webpage, we
 have various other forms of documentation available:
 <dl>
-<dt><a 
href="http://gnunet.org/libmicrohttpd/doxygen/dc/d0c/microhttpd_8h.html";>microhttpd.h</a></dt>
+<dt><a 
href="https://gnunet.org/svn/libmicrohttpd/src/include/microhttpd.h";>microhttpd.h</a></dt>
  <dd>This include file documents most of the API in detail.</dd>
-<dt><a href="http://gnunet.org/libmicrohttpd/doxygen/";>Doxygen</a></dt>
- <dd>Here can find detailed documentation generated from the source
-    code using doxygen.</dd>
 <dt>Manual</dt>
  <dd>The libmicrohttpd manual is available as one document in 
     <a href="microhttpd.pdf">pdf</a> and <a href="microhttpd.html">html</a>
-    formats, and as multiple pages in <a 
href="http://gnunet.org/libmicrohttpd/microhttpd/microhttpd.html";>html</a>
-    format.  
+    formats.
 <dt>Tutorial</dt>
  <dd>The libmicrohttpd tutorial is available as one document in 
     <a href="tutorial.pdf">pdf</a> and <a href="tutorial.html">html</a>
-    formats, and as multiple pages in <a 
href="http://gnunet.org/libmicrohttpd/tutorial/tutorial.html";>html</a>
-    format.  
+    formats.
 <dt><a href="coverage/">Coverage reports</a></dt>
  <dd>This link refers to code coverage reports for our testsuite.</dd>
 </dl>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]