changeset 27239:bb5f8250cc4b

Add an introduction.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 Oct 2006 11:27:37 +0000
parents 4ad0fb00980f
children 6c966254d518
files ChangeLog doc/gnulib.texi
diffstat 2 files changed, 25 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 23 11:27:20 2006 +0000
+++ b/ChangeLog	Mon Oct 23 11:27:37 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-22  Bruno Haible  <bruno@clisp.org>
+
+	* doc/gnulib-intro.texi: New file.
+	* doc/gnulib.texi: Include it.
+
 2006-10-21  Bruno Haible  <bruno@clisp.org>
 
 	* doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
--- a/doc/gnulib.texi	Mon Oct 23 11:27:20 2006 +0000
+++ b/doc/gnulib.texi	Mon Oct 23 11:27:37 2006 +0000
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@comment $Id: gnulib.texi,v 1.28 2006-10-23 11:26:25 haible Exp $
+@comment $Id: gnulib.texi,v 1.29 2006-10-23 11:27:37 haible Exp $
 @comment %**start of header
 @setfilename gnulib.info
 @settitle GNU Gnulib
@@ -7,7 +7,7 @@
 @syncodeindex pg cp
 @comment %**end of header
 
-@set UPDATED $Date: 2006-10-23 11:26:25 $
+@set UPDATED $Date: 2006-10-23 11:27:37 $
 
 @copying
 This manual is for GNU Gnulib (updated @value{UPDATED}),
@@ -67,7 +67,11 @@
 @node Introduction
 @chapter Introduction
 
-Getting started:
+Gnulib is a source code library. It provides basic functionalities to
+programs and libraries.  Currently (as of October 2006) more than 30
+packages make use of Gnulib.
+
+Resources:
 
 @itemize
 @item Gnulib is hosted at Savannah:
@@ -77,6 +81,19 @@
       @url{http://www.gnu.org/software/gnulib/}.
 @end itemize
 
+@menu
+* Library vs. Reusable Code::
+* Portability and Application Code::
+* Modules::
+* Various Kinds of Modules::
+* Collaborative Development::
+* Copyright::
+* Steady Development::
+* Openness::
+@end menu
+
+@include gnulib-intro.texi
+
 
 @include gnulib-tool.texi