Difference between revisions of "Hello"

From Free Software Directory
Jump to: navigation, search
(hello-2.12)
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Hello
+
|Name=GNU Hello
|Short description=GNU version of "Hello, world!"
+
|Short description=Example of GNU package.
|Full description=Writing a program that prints "Hello, world!" is the classic beginner's programming task. The GNU version takes this a step further by processing its argument list to modify its behavior, by supporting internationalization, and by including a mail reader; it's a true demonstration of how to write programs that do these things.
+
|Full description=The '''GNU Hello''' package serves as an example of GNU package distribution and code. It also prints a nice greeting in a variety of languages.
 +
 
 +
The "Hello, world!" program is the classic beginner's programming task. The GNU version takes this a step further by processing its argument list to modify its behavior, by supporting internationalization, and by including a mail reader; it's a true demonstration of how to write programs that do these things.
 +
|Homepage URL=https://www.gnu.org/software/hello/
 +
|Version download=https://ftpmirror.gnu.org/hello/hello-2.12.tar.gz
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/hello.git
 +
|Documentation note=https://www.gnu.org/software/hello/manual/
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 +
|Keywords=internationalization,software development,programming,education,hello,hello world,GNU Coding Standards,programming education
 +
|Version identifier=2.10
 +
|Version date=2014/11/16
 +
|Version status=stable
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/19
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=beginner
 
|User level=beginner
|Submitted by=Database conversion
+
|Paid support=https://www.fsf.org/resources/service/
|Submitted date=2011-04-01
+
|Accepts cryptocurrency donations=Yes
|Version identifier=2.5
+
|OpenPGP signature=https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz.sig
|Version date=2010-02-07
+
|Test entry=No
|Version status=stable
+
|Is GNU=Yes
|Version download=http://ftp.gnu.org/gnu/hello/hello-2.5.tar.gz
+
|GNU package identifier=hello
|License verified date=2010-02-08
+
|Decommissioned/Obsolete=No
|Version comment=
+
|License verified date=2010-04-08
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=Copyright 1992-2019 Free Software Foundation, Inc.
 +
|License verified by=Genium
 +
|License verified date=2022-01-12
 +
|License note=https://git.savannah.gnu.org/cgit/hello.git/tree/COPYING
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Software-development=small-specific-development-task
 +
|Use=software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=hello
 +
}}
 +
{{Person
 +
|Real name=Reuben Thomas
 +
|Role=Maintainer
 +
}}
 +
{{Person
 +
|Real name=Sami Kerola
 +
|Role=Co-maintainer
 +
|Email=kerolasa@iki.fi
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/hello/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/hello.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-hello/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/hello/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/hello/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/hello/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/hello.html
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q16988498
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/hello-traditional
 
}}
 
}}
{{Project license
+
{{Resource
|License=GPLv3orlater
+
|Resource audience=Debian
|License verified by=Kelly Hopkins
+
|Resource kind=Developer
|License verified date=2010-02-08
+
|Resource URL=https://tracker.debian.org/pkg/hello
 
}}
 
}}
{{Project license
+
{{EntryDetails
|License=GPLv2orlater
+
|Is High Priority Project=No
|License verified by=Kelly Hopkins
+
|VCS checkout command=git clone git://git.savannah.gnu.org/hello.git
|License verified date=2010-02-08
+
|Computer languages=C
 +
|Documentation note=https://www.gnu.org/software/hello/manual/
 +
|Decommissioned or Obsolete=No
 +
|Related projects=Goodbye
 +
|Version identifier=2.12
 +
|Version date=2022-01-31
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-02-01
 +
|Submitted by=WikiSysop
 +
|Submitted date=2011-04-12
 +
|User level=beginner
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/hello/hello-2.12.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 +
{{Featured}}

Revision as of 12:16, 1 February 2022


[edit]

GNU Hello

https://www.gnu.org/software/hello/
Example of GNU package.

The GNU Hello package serves as an example of GNU package distribution and code. It also prints a nice greeting in a variety of languages.

The "Hello, world!" program is the classic beginner's programming task. The GNU version takes this a step further by processing its argument list to modify its behavior, by supporting internationalization, and by including a mail reader; it's a true demonstration of how to write programs that do these things.

Documentation

https://www.gnu.org/software/hello/manual/

Related Projects





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

12 January 2022




Leaders and contributors

Contact(s)Role
Reuben Thomas Maintainer
Sami Kerola Co-maintainer


Resources and communication

AudienceResource typeURI
DebianDeveloperhttps://tracker.debian.org/pkg/hello-traditional
WikidataGeneralhttps://www.wikidata.org/wiki/Q16988498
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/hello.git/
FTPDownloadhttps://ftpmirror.gnu.org/hello/
FTPDownloadhttps://alpha.gnu.org/gnu/hello/
Generalhttps://translationproject.org/domain/hello.html
DebianDeveloperhttps://tracker.debian.org/pkg/hello
FTPDownloadhttps://ftp.gnu.org/gnu/hello/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-hello/
SavannahDeveloperhttps://savannah.gnu.org/projects/hello/


Software prerequisites

This entry (in part or in whole) was last reviewed on 1 February 2022.




Entry









"Co-maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.














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 page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.