Difference between revisions of "Gnudos"

From Free Software Directory
Jump to: navigation, search
m (updated version info)
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GnuDOS
 
|Name=GnuDOS
|Short description=A software library to help new GNU system users
+
|Short description=Library to help new GNU system users.
|Full description=GnuDOS is a library designed to help new users of the GNU system, who are coming from a DOS background, fit into the picture and start using the GNU system with ease. It also addresses the console programmers of such programs that have the look and feel of old DOS system.
+
|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, a text editor and a form designer for the console as well as a core library for building similar utilities:
The library is composed of core utilities and software applications:
+
 
 
* The core library (corelib) contains four utilities: Kbd (for keyboard handling), Screen (for screen drawing), Dialogs (for dialog boxes/window drawing), and Strings (for strings functions).
 
* The core library (corelib) contains four utilities: Kbd (for keyboard handling), Screen (for screen drawing), Dialogs (for dialog boxes/window drawing), and Strings (for strings functions).
 
* The software applications are three: Prime (console file manager), Mino (console text editor), and Fog (console form designer).
 
* The software applications are three: Prime (console file manager), Mino (console text editor), and Fog (console form designer).
|Homepage URL=https://gnu.org/software/gnudos/
+
|Homepage URL=https://www.gnu.org/software/gnudos/
|Component programs=Corelib, Fog, Mino, Prime
+
|Is High Priority Project=No
|Computer languages=C
+
|VCS checkout command=cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/gnudos co gnudos
 +
|Documentation note=https://www.gnu.org/software/gnudos/manual
 +
 
 +
'''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 Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Keywords=GnuDOS, DOS, new users
 
|Keywords=GnuDOS, DOS, new users
|Version identifier=1.7
+
|Version identifier=1.11.4
|Version date=2014/08/25
+
|Version date=2018/05/13
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/gnudos/gnudos-1.7.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/gnudos/gnudos-1.11.4.tar.gz
|Last review by=Genium
+
|Last review by=Bendikker
|Last review date=2014/10/08
+
|Last review date=2019/01/03
|Submitted by=Mohammed Isam
+
|Submitted by=Mohdisam
 
|Submitted date=2014/04/11
 
|Submitted date=2014/04/11
|Status=
+
|User level=advanced
 +
|Component programs=Corelib, Fog, Mino, Prime
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/gnudos/gnudos-1.11.4.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gnudos
 
|GNU package identifier=gnudos
Line 24: Line 48:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=genium
+
|License verified by=Genium
|License verified date=2014/10/08
+
|License verified date=2016/02/27
 
}}
 
}}
 
{{Person
 
{{Person
Line 31: Line 55:
 
|Role=Author and Maintainer
 
|Role=Author and Maintainer
 
|Email=mohammed_isam1984@yahoo.com
 
|Email=mohammed_isam1984@yahoo.com
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Users and testers
+
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/gnudos/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.gnu.org/viewvc/gnudos/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-gnudos/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gnudos/
 +
}}
 +
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=bug-gnudos@gnu.org
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/gnudos/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 43: Line 89:
 
|Program-build-automation=make-related
 
|Program-build-automation=make-related
 
|Programming-language=C
 
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Text-creation=editor
 
|Text-creation=editor
 
|Use=editing, interface, library
 
|Use=editing, interface, library

Revision as of 13:25, 3 January 2019


[edit]

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, a text editor and a form designer for the console as well as a core library for building similar utilities:

  • The core library (corelib) contains four utilities: Kbd (for keyboard handling), Screen (for screen drawing), Dialogs (for dialog boxes/window drawing), and Strings (for strings functions).
  • The software applications are three: Prime (console file manager), Mino (console text editor), and Fog (console form designer).





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

27 February 2016




Leaders and contributors

Contact(s)Role
Mohammed Isam Author and Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://savannah.gnu.org/people/
Savannah (Ref)https://savannah.gnu.org/projects/gnudos/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gnudos/
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/gnudos/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-gnudos/
Downloadhttps://ftp.gnu.org/gnu/gnudos/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/


Software prerequisites




Entry





"Author and Maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" 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.