gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13068 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r13068 - libmicrohttpd/doc
Date: Thu, 23 Sep 2010 09:35:19 +0200

Author: grothoff
Date: 2010-09-23 09:35:19 +0200 (Thu, 23 Sep 2010)
New Revision: 13068

Added:
   libmicrohttpd/doc/microhttpd-tutorial.texi
Removed:
   libmicrohttpd/doc/tutorial.texi
Modified:
   libmicrohttpd/doc/Makefile.am
Log:
fix tutorial installation

Modified: libmicrohttpd/doc/Makefile.am
===================================================================
--- libmicrohttpd/doc/Makefile.am       2010-09-23 05:16:24 UTC (rev 13067)
+++ libmicrohttpd/doc/Makefile.am       2010-09-23 07:35:19 UTC (rev 13068)
@@ -4,11 +4,11 @@
 DISTCLEANFILES = \
   microhttpd.cps \
   microhttpd.dvi \
-  tutorial.cps \
-  tutorial.dvi
+  microhttpd-tutorial.cps \
+  microhttpd-tutorial.dvi
 info_TEXINFOS = \
   microhttpd.texi \
-  tutorial.texi
+  microhttpd-tutorial.texi
 microhttpd_TEXINFOS = \
   chapters/basicauthentication.inc \
   chapters/bibliography.inc \

Copied: libmicrohttpd/doc/microhttpd-tutorial.texi (from rev 13067, 
libmicrohttpd/doc/tutorial.texi)
===================================================================
--- libmicrohttpd/doc/microhttpd-tutorial.texi                          (rev 0)
+++ libmicrohttpd/doc/microhttpd-tutorial.texi  2010-09-23 07:35:19 UTC (rev 
13068)
@@ -0,0 +1,161 @@
+\input texinfo  @c -*-texinfo-*-
address@hidden
address@hidden microhttpd-tutorial.info
address@hidden UPDATED 26 Jul 2010
address@hidden UPDATED-MONTH Jul 2010
address@hidden EDITION 0.9.0
address@hidden VERSION 0.9.0
address@hidden A tutorial for GNU libmicrohttpd
+
address@hidden GNU Libraries
address@hidden
+* libmicrohttpdtutorial: (microhttpd).  A tutorial for GNU libmicrohttpd.
address@hidden direntry
+
address@hidden
+This tutorial documents GNU libmicrohttpd version @value{VERSION}, last
+updated @value{UPDATED}. 
+
+Copyright (c)  2008  Sebastian Gerhardt.
+
+Copyright (c)  2010  Christian Grothoff.
address@hidden
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.3
+or any later version published by the Free Software Foundation;
+with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
+Texts.  A copy of the license is included in the section entitled "GNU
+Free Documentation License".
address@hidden quotation
address@hidden copying
+
address@hidden
address@hidden A Tutorial for GNU libmicrohttpd
address@hidden Version @value{VERSION}
address@hidden @value{UPDATED}
address@hidden Sebastian Gerhardt (@email{sebgerhardt@@gmx.net})
address@hidden Christian Grothoff (@email{christian@@grothoff.org})
+
address@hidden
address@hidden 0pt plus 1filll
address@hidden
address@hidden titlepage
+
+
+
address@hidden
+
address@hidden
address@hidden Top
address@hidden Top
address@hidden ifnottex     
+
address@hidden
+* Introduction::
+* Hello browser example::
+* Exploring requests::
+* Response headers::
+* Supporting basic authentication::
+* Processing POST data::
+* Improved processing of POST data::
+* Adding a layer of security::
+* Bibliography::
+* License text::
+* Example programs::
address@hidden menu
+
address@hidden Introduction
address@hidden Introduction
address@hidden chapters/introduction.inc
+
address@hidden Hello browser example
address@hidden Hello browser example
address@hidden chapters/hellobrowser.inc
+
address@hidden Exploring requests
address@hidden Exploring requests
address@hidden chapters/exploringrequests.inc
+
address@hidden Response headers
address@hidden Response headers
address@hidden chapters/responseheaders.inc
+
address@hidden Supporting basic authentication
address@hidden Supporting basic authentication
address@hidden chapters/basicauthentication.inc
+
address@hidden Processing POST data
address@hidden Processing POST data
address@hidden chapters/processingpost.inc
+
address@hidden Improved processing of POST data 
address@hidden Improved processing of POST data 
address@hidden chapters/largerpost.inc
+
address@hidden Adding a layer of security
address@hidden Adding a layer of security
address@hidden chapters/tlsauthentication.inc
+
address@hidden Bibliography
address@hidden Bibliography
address@hidden chapters/bibliography.inc
+
address@hidden License text
address@hidden GNU Free Documentation License
address@hidden fdl-1.3.texi
+
address@hidden Example programs
address@hidden Example programs
address@hidden
+* hellobrowser.c::
+* logging.c::
+* responseheaders.c::
+* basicauthentication.c::
+* simplepost.c::
+* largepost.c::
+* tlsauthentication.c::
address@hidden menu
+
address@hidden hellobrowser.c
address@hidden hellobrowser.c
address@hidden
address@hidden examples/hellobrowser.c
address@hidden smalldisplay
+
address@hidden logging.c
address@hidden logging.c
address@hidden
address@hidden examples/logging.c
address@hidden smalldisplay
+
address@hidden responseheaders.c
address@hidden responseheaders.c
address@hidden
address@hidden examples/responseheaders.c
address@hidden smalldisplay
+
address@hidden basicauthentication.c
address@hidden basicauthentication.c
address@hidden
address@hidden examples/basicauthentication.c
address@hidden smalldisplay
+
address@hidden simplepost.c
address@hidden simplepost.c
address@hidden
address@hidden examples/simplepost.c
address@hidden smalldisplay
+
address@hidden largepost.c
address@hidden largepost.c
address@hidden
address@hidden examples/largepost.c
address@hidden smalldisplay
+
address@hidden tlsauthentication.c
address@hidden tlsauthentication.c
address@hidden
address@hidden examples/tlsauthentication.c
address@hidden smalldisplay
+
address@hidden

Deleted: libmicrohttpd/doc/tutorial.texi
===================================================================
--- libmicrohttpd/doc/tutorial.texi     2010-09-23 05:16:24 UTC (rev 13067)
+++ libmicrohttpd/doc/tutorial.texi     2010-09-23 07:35:19 UTC (rev 13068)
@@ -1,161 +0,0 @@
-\input texinfo  @c -*-texinfo-*-
address@hidden
address@hidden microhttpd-tutorial.info
address@hidden UPDATED 26 Jul 2010
address@hidden UPDATED-MONTH Jul 2010
address@hidden EDITION 0.9.0
address@hidden VERSION 0.9.0
address@hidden A tutorial for GNU libmicrohttpd
-
address@hidden GNU Libraries
address@hidden
-* libmicrohttpdtutorial: (microhttpd).  A tutorial for GNU libmicrohttpd.
address@hidden direntry
-
address@hidden
-This tutorial documents GNU libmicrohttpd version @value{VERSION}, last
-updated @value{UPDATED}. 
-
-Copyright (c)  2008  Sebastian Gerhardt.
-
-Copyright (c)  2010  Christian Grothoff.
address@hidden
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3
-or any later version published by the Free Software Foundation;
-with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
-Texts.  A copy of the license is included in the section entitled "GNU
-Free Documentation License".
address@hidden quotation
address@hidden copying
-
address@hidden
address@hidden A Tutorial for GNU libmicrohttpd
address@hidden Version @value{VERSION}
address@hidden @value{UPDATED}
address@hidden Sebastian Gerhardt (@email{sebgerhardt@@gmx.net})
address@hidden Christian Grothoff (@email{christian@@grothoff.org})
-
address@hidden
address@hidden 0pt plus 1filll
address@hidden
address@hidden titlepage
-
-
-
address@hidden
-
address@hidden
address@hidden Top
address@hidden Top
address@hidden ifnottex     
-
address@hidden
-* Introduction::
-* Hello browser example::
-* Exploring requests::
-* Response headers::
-* Supporting basic authentication::
-* Processing POST data::
-* Improved processing of POST data::
-* Adding a layer of security::
-* Bibliography::
-* License text::
-* Example programs::
address@hidden menu
-
address@hidden Introduction
address@hidden Introduction
address@hidden chapters/introduction.inc
-
address@hidden Hello browser example
address@hidden Hello browser example
address@hidden chapters/hellobrowser.inc
-
address@hidden Exploring requests
address@hidden Exploring requests
address@hidden chapters/exploringrequests.inc
-
address@hidden Response headers
address@hidden Response headers
address@hidden chapters/responseheaders.inc
-
address@hidden Supporting basic authentication
address@hidden Supporting basic authentication
address@hidden chapters/basicauthentication.inc
-
address@hidden Processing POST data
address@hidden Processing POST data
address@hidden chapters/processingpost.inc
-
address@hidden Improved processing of POST data 
address@hidden Improved processing of POST data 
address@hidden chapters/largerpost.inc
-
address@hidden Adding a layer of security
address@hidden Adding a layer of security
address@hidden chapters/tlsauthentication.inc
-
address@hidden Bibliography
address@hidden Bibliography
address@hidden chapters/bibliography.inc
-
address@hidden License text
address@hidden GNU Free Documentation License
address@hidden fdl-1.3.texi
-
address@hidden Example programs
address@hidden Example programs
address@hidden
-* hellobrowser.c::
-* logging.c::
-* responseheaders.c::
-* basicauthentication.c::
-* simplepost.c::
-* largepost.c::
-* tlsauthentication.c::
address@hidden menu
-
address@hidden hellobrowser.c
address@hidden hellobrowser.c
address@hidden
address@hidden examples/hellobrowser.c
address@hidden smalldisplay
-
address@hidden logging.c
address@hidden logging.c
address@hidden
address@hidden examples/logging.c
address@hidden smalldisplay
-
address@hidden responseheaders.c
address@hidden responseheaders.c
address@hidden
address@hidden examples/responseheaders.c
address@hidden smalldisplay
-
address@hidden basicauthentication.c
address@hidden basicauthentication.c
address@hidden
address@hidden examples/basicauthentication.c
address@hidden smalldisplay
-
address@hidden simplepost.c
address@hidden simplepost.c
address@hidden
address@hidden examples/simplepost.c
address@hidden smalldisplay
-
address@hidden largepost.c
address@hidden largepost.c
address@hidden
address@hidden examples/largepost.c
address@hidden smalldisplay
-
address@hidden tlsauthentication.c
address@hidden tlsauthentication.c
address@hidden
address@hidden examples/tlsauthentication.c
address@hidden smalldisplay
-
address@hidden




reply via email to

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