Difference between revisions of "Hello"

From Free Software Directory
Jump to: navigation, search
m (updated version date)
(Hello can in theory run on windows. Tested with 'guix build -t x86_64-w64-mingw32 hello' and running it on (Parabola's) wine on parabola x86_64)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU hello
+
|Name=GNU Hello
|Short description=GNU greeting package
+
|Short description=Example of GNU package.
|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.
+
|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.
 
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/
 
|Homepage URL=https://www.gnu.org/software/hello/
|User level=beginner
+
|Version download=https://ftpmirror.gnu.org/hello/hello-2.12.1.tar.gz
 +
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/hello.git
 
|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
+
|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
 
|Keywords=internationalization,software development,programming,education,hello,hello world,GNU Coding Standards,programming education
|Version identifier=2.9
+
|Version identifier=2.10
|Version date=2013/10/09
+
|Version date=2014/11/16
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/hello/hello-2.9.tar.gz
+
|Last review by=Bendikker
|Last review by=Genium
+
|Last review date=2019/01/19
|Last review date=2013/10/20
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Status=
+
|User level=beginner
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=hello
 
|GNU package identifier=hello
 +
|Decommissioned/Obsolete=No
 
|License verified date=2010-04-08
 
|License verified date=2010-04-08
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Kelly Hopkins
+
|License copyright=Copyright 1992-2019 Free Software Foundation, Inc.
|License verified date=2010-04-08
+
|License verified by=Genium
 +
|License verified date=2022-01-12
 +
|License note=https://git.savannah.gnu.org/cgit/hello.git/tree/COPYING
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Software-development=small-specific-development-task
 +
|Use=software-development
 
}}
 
}}
{{Project license
+
{{EntryGNU
|License=GPLv2orlater
+
|Is GNU=Yes
|License verified by=Kelly Hopkins
+
|GNU package identifier=hello
|License verified date=2010-04-08
 
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Karl Berry
+
|Real name=Reuben Thomas
 
|Role=Maintainer
 
|Role=Maintainer
|Resource URL=
+
}}
 +
{{Person
 +
|Real name=Sami Kerola
 +
|Role=Co-maintainer
 +
|Email=kerolasa@iki.fi
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Savannah
|Resource kind=E-mail
+
|Resource kind=Developer
|Resource URL=mailto:bug-gnu-hello@gnu.org
+
|Resource URL=https://savannah.gnu.org/projects/hello/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/cgit/hello.git
+
|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/
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource audience=FTP
|Software-development=small-specific-development-task
+
|Resource kind=Download
|Use=software-development
+
|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
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/hello
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/hello.git
 +
|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}}
 
{{Featured}}

Latest revision as of 12:24, 8 March 2023


[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.