gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33115 - libmicrohttpd-docs/WWW
Date: Mon, 21 Apr 2014 19:49:36 +0200

Author: grothoff
Date: 2014-04-21 19:49:36 +0200 (Mon, 21 Apr 2014)
New Revision: 33115

Modified:
   libmicrohttpd-docs/WWW/index.html
Log:
-add link

Modified: libmicrohttpd-docs/WWW/index.html
===================================================================
--- libmicrohttpd-docs/WWW/index.html   2014-04-19 02:09:39 UTC (rev 33114)
+++ libmicrohttpd-docs/WWW/index.html   2014-04-21 17:49:36 UTC (rev 33115)
@@ -28,7 +28,7 @@
      to /server/html5-header.html before trying the validation.  Maybe
      someday we will be able to make /server/header be HTML5.  -->
 
-<title>Libmicrohttpd 
+<title>Libmicrohttpd
 - GNU Project - Free Software Foundation</title>
 <meta name="content-language" content="en">
 <meta name="description" content="a library for creating an embedded HTTP 
server">
@@ -109,9 +109,9 @@
 
 <dt>Tar Package</dt>
 <dd>
-The latest version can be found on <a 
href="http://ftpmirror.gnu.org/libmicrohttpd/";>GNU mirrors</a>.  
-If the mirror does not work, you should be able to find them on the main FTP 
server at 
-<a 
href="ftp://ftp.gnu.org/gnu/libmicrohttpd/";>ftp://ftp.gnu.org/gnu/libmicrohttpd/</a>.
  
+The latest version can be found on <a 
href="http://ftpmirror.gnu.org/libmicrohttpd/";>GNU mirrors</a>.
+If the mirror does not work, you should be able to find them on the main FTP 
server at
+<a 
href="ftp://ftp.gnu.org/gnu/libmicrohttpd/";>ftp://ftp.gnu.org/gnu/libmicrohttpd/</a>.
 <br>
 Latest release is <a 
href="http://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.34.tar.gz";>libmicrohttpd-0.9.34.tar.gz</a>.
 </dd>
@@ -146,7 +146,7 @@
 or similar directories on your system.
 </dd>
 <dt>Tutorial</dt>
- <dd>The GNU Libmicrohttpd tutorial is available as one document in 
+ <dd>The GNU Libmicrohttpd tutorial is available as one document in
     <a href="tutorial.pdf">pdf</a> and <a href="tutorial.html">html</a>
     formats.</dd>
 <dt>Compatibility</dt>
@@ -169,7 +169,7 @@
 and most other GNU software are made on
 <a href="http://lists.gnu.org/mailman/listinfo/info-gnu";>info-gnu</a>
 (<a href="http://lists.gnu.org/archive/html/info-gnu/";>archive</a>).
-If you only want to get notifications about Libmicrohttpd, we 
+If you only want to get notifications about Libmicrohttpd, we
 suggest you subscribe to the project at
 <a href="http://freshmeat.net/projects/libmicrohttpd/";>freshmeat</a>.
 </p>
@@ -197,7 +197,7 @@
 
 <dt>Development</dt>
 
-<dd>Known bugs and open feature requests are tracked in 
+<dd>Known bugs and open feature requests are tracked in
     <a href="https://gnunet.org/bugs/";>our bugtracker</a>.
     You need to sign up for a reporter account.  Please make
     sure you report bugs under <strong>libmicrohttpd</strong> and not
@@ -223,7 +223,7 @@
 <dt>Dependencies<dt>
 <dd>
 GNU Libmicrohttpd can be used without any dependencies; however,
-for SSL/TLS support we require 
+for SSL/TLS support we require
 <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
@@ -237,7 +237,7 @@
 
 <dt>A minimal example</dt>
 <dd>
-Before including the <tt>microhttpd.h</tt> header, you may need to 
+Before including the <tt>microhttpd.h</tt> header, you may need to
 include the headers of your operating system that define the <tt>size_t</tt>,
 <tt>fd_set</tt>, <tt>socklen_t</tt> and <tt>struct sockaddr</tt> data
 types and define <tt>MHD_PLATFORM_H</tt>.  Otherwise,
@@ -270,7 +270,7 @@
 
   if (0 != strcmp(method, "GET"))
     return MHD_NO; /* unexpected method */
-  if (&dummy != *ptr) 
+  if (&dummy != *ptr)
     {
       /* The first time only the headers are valid,
          do not respond in the first round... */
@@ -330,8 +330,8 @@
 connection would be costly.  If the HTTP server is able to quickly
 produce responses without much computational overhead for each
 connection, this model can be a great choice.  Note that MHD will
-still start a single thread for itself -- this way, the main program 
-can continue with its operations after calling <tt>MHD_daemon_start</tt>.  
+still start a single thread for itself -- this way, the main program
+can continue with its operations after calling <tt>MHD_daemon_start</tt>.
 Naturally, if the HTTP server needs to interact with
 shared state in the main application, synchronization will be
 required.  If such synchronization in code providing a response
@@ -376,7 +376,7 @@
 unlist the socket from the write set if the application failed to
 provide response data (this only happens in this mode).
 <br>
-The testcases provided include examples for using each of the 
+The testcases provided include examples for using each of the
 threading modes.
 </dd>
 <dt>Generating responses</dt>
@@ -519,6 +519,7 @@
 <li><a href="http://code.google.com/p/mongoose/";>Mongoose (C)</a></li>
 <li><a href="https://github.com/abique/mimosa";>Mimosa (C++)</a></li>
 <li><a href="https://github.com/ellzey/libevhtp/";>libevhtp (C)</a></li>
+<li><a href="https://github.com/wolkykim/libasyncd/";>libasyncd (C)</a></li>
 </ul>
 </dd>
 
@@ -548,13 +549,13 @@
      Please make sure the copyright date is consistent with the document.
      For web pages, it is ok to list just the latest year the document
      was modified, or published.
-     
+
      If you wish to list earlier years, that is ok too.
      Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
      years, as long as each year in the range is in fact a copyrightable
      year, i.e., a year in which the document was published (including
      being publicly visible on the web or in a revision control system).
-     
+
      There is more detail about copyright years in the GNU Maintainers
      Information document, www.gnu.org/prep/maintain. -->
 




reply via email to

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