Difference between revisions of "Gnudos"
(added standard link) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GnuDOS | |Name=GnuDOS | ||
− | |Short description= | + | |Short description=Library to help new GNU system users. |
− | |Full description='''GnuDOS''' is a set of programs designed to help new users of the GNU system in growing accustomed to the system, particularly users who might be coming from a DOS background. It consists of a file manager | + | |Full description='''GnuDOS''' is a set of programs designed to help new users of the GNU system in growing accustomed to the system, particularly users who might be coming from a DOS background. It consists of a file manager and a text editor for the console as well as a core library for building similar utilities: |
− | * The core library (corelib) contains | + | * The core library (corelib) contains three utilities: Kbd (for keyboard handling), Screen (for screen drawing), and Dialogs (for dialog boxes/window drawing). |
− | * The software applications are | + | * The software applications are: Prime (console file manager), and Mino (console text editor). |
|Homepage URL=https://www.gnu.org/software/gnudos/ | |Homepage URL=https://www.gnu.org/software/gnudos/ | ||
+ | |Version download=https://ftp.gnu.org/gnu/gnudos/gnudos-2.0.tar.gz | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/gnudos co gnudos | |VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/gnudos co gnudos | ||
Line 12: | Line 13: | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards | ||
|Keywords=GnuDOS, DOS, new users | |Keywords=GnuDOS, DOS, new users | ||
− | |Version identifier= | + | |Version identifier=2.0 |
|Version date=2018/05/13 | |Version date=2018/05/13 | ||
|Version status=stable | |Version status=stable | ||
− | |||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/03 |
|Submitted by=Mohdisam | |Submitted by=Mohdisam | ||
|Submitted date=2014/04/11 | |Submitted date=2014/04/11 | ||
Line 25: | Line 26: | ||
|Paid support=https://www.fsf.org/resources/service/ | |Paid support=https://www.fsf.org/resources/service/ | ||
|Accepts cryptocurrency donations=Yes | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/gnudos/gnudos-1.11.4.tar.gz.sig | ||
|Test entry=No | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
Line 31: | Line 33: | ||
{{Project license | {{Project license | ||
|License=GPLv3orlater | |License=GPLv3orlater | ||
− | |License verified by=Genium | + | |License copyright=GNU GENERAL PUBLIC LICENSE |
− | |License verified date= | + | Version 3, 29 June 2007 |
+ | |License verified by=Genium, ksiewicz | ||
+ | |License verified date=2024-08-09 | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line, console, file-manager | ||
+ | |Library=C | ||
+ | |Program-build-automation=make-related | ||
+ | |Programming-language=C | ||
+ | |Runs-on=GNU/Linux | ||
+ | |Text-creation=editor | ||
+ | |Use=editing, interface, library | ||
+ | |Works-with=text | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=Yes | ||
+ | |GNU package identifier=gnudos | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=ncurses | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=ncurses | ||
}} | }} | ||
{{Person | {{Person | ||
Line 41: | Line 67: | ||
{{Resource | {{Resource | ||
|Resource audience=Savannah (Ref) | |Resource audience=Savannah (Ref) | ||
− | |Resource URL=https://savannah.gnu.org/projects/gnudos | + | |Resource URL=https://savannah.gnu.org/projects/gnudos/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://cvs.savannah.gnu.org/viewvc/gnudos | + | |Resource URL=https://cvs.savannah.gnu.org/viewvc/gnudos/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://lists.gnu.org/mailman/listinfo/help-gnudos | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/help-gnudos/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gnudos | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gnudos/ |
}} | }} | ||
{{Resource | {{Resource | ||
Line 61: | Line 87: | ||
{{Resource | {{Resource | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL=https://ftp.gnu.org/gnu/gnudos | + | |Resource URL=https://ftp.gnu.org/gnu/gnudos/ |
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=General |
− | | | + | |Resource URL=https://savannah.gnu.org/people/ |
− | + | }} | |
− | + | {{EntryDetails | |
− | | | + | |Is High Priority Project=No |
− | | | + | |Decommissioned or Obsolete=No |
− | | | + | |Accepts cryptocurrency donations=No |
− | | | + | |Test entry=No |
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 12:24, 9 August 2024
GnuDOS
https://www.gnu.org/software/gnudos/
Library to help new GNU system users.
GnuDOS is a set of programs designed to help new users of the GNU system in growing accustomed to the system, particularly users who might be coming from a DOS background. It consists of a file manager and a text editor for the console as well as a core library for building similar utilities:
- The core library (corelib) contains three utilities: Kbd (for keyboard handling), Screen (for screen drawing), and Dialogs (for dialog boxes/window drawing).
- The software applications are: Prime (console file manager), and Mino (console text editor).
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Mohammed Isam | Author and Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
General | https://savannah.gnu.org/people/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/gnudos/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-gnudos/ | |
VCS Repository Webview | https://cvs.savannah.gnu.org/viewvc/gnudos/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/help-gnudos/ | |
Download | https://ftp.gnu.org/gnu/gnudos/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
Software prerequisites
Kind | Description |
---|---|
Required to use | ncurses |
Required to build | ncurses |
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.