]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Add section to attract more people towards the GNU project.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Jun 2022 17:21:43 +0000 (19:21 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Jun 2022 17:21:43 +0000 (19:21 +0200)
Inspired by a suggestion from José E. Marchesi <jemarch@gnu.org> on
the gnu-prog-discuss mailing list.

* doc/join-gnu.texi: New file.
* doc/gnulib-readme.texi: Include it.

ChangeLog
doc/gnulib-readme.texi
doc/join-gnu.texi [new file with mode: 0644]

index 1cc3015934439cbb8b7552910e3f97f09320272e..e008d3557f9a85113594e734aee5dc7dde19c60f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-06-05  Bruno Haible  <bruno@clisp.org>
+
+       doc: Add section to attract more people towards the GNU project.
+       Inspired by a suggestion from José E. Marchesi <jemarch@gnu.org> on
+       the gnu-prog-discuss mailing list.
+
 2022-06-05  Bruno Haible  <bruno@clisp.org>
 
        doc: Fix warnings about regex chapter structure (regression 2022-05-15).
index 9032b1498cc439b42c17066e3dc398380d72cb86..492572799ccd34cef90ba2b00a5103731ef55c11 100644 (file)
@@ -15,6 +15,7 @@
 * Contributing to Gnulib::
 * Portability guidelines::
 * High Quality::
+* Joining GNU::
 @end menu
 
 @node Gnulib Basics
@@ -583,3 +584,5 @@ libraries (@code{libstdc++} and @code{libubsan}) to be linked
 statically rather than dynamically, though this typically bloats the
 executable and the remaining extra libraries are still linked
 dynamically.
+
+@include join-gnu.texi
diff --git a/doc/join-gnu.texi b/doc/join-gnu.texi
new file mode 100644 (file)
index 0000000..deacc45
--- /dev/null
@@ -0,0 +1,24 @@
+@c Copyright (C) 2021--2022 Free Software Foundation, Inc.
+
+@c Permission is granted to copy, distribute and/or modify this document
+@c under the terms of the GNU Free Documentation License, Version 1.3 or
+@c any later version published by the Free Software Foundation; with no
+@c Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
+@c copy of the license is at <https://www.gnu.org/licenses/fdl-1.3.en.html>.
+
+@node Joining GNU
+@section Join the GNU Project
+
+GNU Gnulib is part of the GNU Operating System, developed by the GNU Project.
+
+If you are the author of an awesome program and want to join us in
+writing Free (libre) Software, please consider making it an official
+GNU program and become a GNU Maintainer.  Instructions on how to do
+this are @url{https://www.gnu.org/help/evaluation, here}.
+We are looking forward to hacking with you!
+
+Don't have a program to contribute?  Look at all the
+@url{https://www.gnu.org/help/help.html, other ways to help}.
+
+And to learn more about Free (libre) Software in general, please read
+and share @url{https://gnu.org/philosophy/free-sw.html, this page}.