Difference between revisions of "Hello"

From Free Software Directory
Jump to: navigation, search
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
(12 intermediate revisions by 2 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.
|User level=beginner
+
 
|Status=Live
+
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.
|Component programs=
+
|Homepage URL=https://www.gnu.org/software/hello/
|Homepage URL=http://www.gnu.org/software/hello/hello.html
+
|Is High Priority Project=No
|VCS checkout command=
+
|VCS checkout command=git clone git://git.savannah.gnu.org/hello.git
|Computer languages=C
+
|Documentation note=https://www.gnu.org/software/hello/manual/
|Documentation note=User information included
+
 
|Paid support=
+
 
|IRC help=
+
|Decommissioned or Obsolete=No
|IRC general=
+
|Donate=https://my.fsf.org/donate/
|IRC development=
+
|Related projects=gnustandards
|Related projects=
 
 
|Keywords=internationalization,software development,programming,education,hello,hello world,GNU Coding Standards,programming education
 
|Keywords=internationalization,software development,programming,education,hello,hello world,GNU Coding Standards,programming education
|Is GNU=y
+
|Version identifier=2.10
|Last review by=Janet Casey
+
|Version date=2014/11/16
|Last review date=2010-02-08
+
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/19
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Version identifier=2.6
+
|User level=beginner
|Version date=2010-04-07
+
|Paid support=https://www.fsf.org/resources/service/
|Version status=stable
+
|Accepts cryptocurrency donations=Yes
|Version download=http://ftp.gnu.org/gnu/hello/hello-2.6.tar.gz
+
|OpenPGP signature=https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz.sig
 +
|Test entry=No
 +
|Is GNU=Yes
 +
|GNU package identifier=hello
 +
|Decommissioned/Obsolete=No
 
|License verified date=2010-04-08
 
|License verified date=2010-04-08
|Version comment=
+
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License copyright=Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2010, 2013, 2014 Free Software Foundation,  Inc.
 +
|License verified by=genium
 +
|License verified date=2014/11/21
 
}}
 
}}
 
{{Person
 
{{Person
|Role=Maintainer
+
|Real name=Sami Kerola
|Real name=Karl Berry
+
|Role=maintainer
|Email=
+
|Email=kerolasa@iki.fi
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/hello-traditional
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/hello
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/hello/
 +
}}
 +
{{Resource
 +
|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 kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/hello/
 +
}}
 +
{{Resource
 +
|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
|Resource audience=Bug Tracking
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=mailto:bug-gnu-hello@gnu.org
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Software-development=small-specific-development-task
 
|Software-development=small-specific-development-task
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-04-08
 
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-04-08
 
}}
 

Revision as of 15:59, 4 December 2020


[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





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


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


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


"Savannah (Ref)" 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.