Difference between revisions of "Nano"

From Free Software Directory
Jump to: navigation, search
m (GNU nano 2.3.2)
m (use proper resource type)
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Nano
+
|Name=GNU nano
 
|Short description=Pico clone for *NIX
 
|Short description=Pico clone for *NIX
|Full description=GNU nano is a small and user friendly text editor. It has GNU autoconf support, goto line and replace functions, an interactive replace function and spell checker, auto-indent support, slang curses-wrpper support, variable tab width, regular expression search and replace, and toggles for command line flags that can be used from within the editor.
+
|Full description='''Nano''' is a small and simple text editor for use in a terminal. Besides basic editing, it supports: undo/redo, syntax highlighting, spell checking, justifying, auto-indentation, bracket matching, interactive search-and-replace (with regular expressions), and the editing of multiple files.
 
|Homepage URL=http://www.nano-editor.org/
 
|Homepage URL=http://www.nano-editor.org/
|User level=none
+
|User level=beginner
|VCS checkout command=:ext:anoncvs@savannah.gnu.org:/cvsroot/nano
+
|VCS checkout command=git clone git://git.sv.gnu.org/nano.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=User manual available online in HTML, Info, ASCII, dvi, PostScript, and Texinfo formats from http://www.gnu.org/software/nano/manual/
+
|Documentation note=Online documentation available at https://nano-editor.org/docs.php
 +
|Related projects=emacs,joe
 
|Keywords=editor,Pico,nano,text editor
 
|Keywords=editor,Pico,nano,text editor
|Version identifier=2.3.2
+
|Version identifier=2.8.5
|Version date=2013/03/22
+
|Version date=2017/06/25
 
|Version status=stable
 
|Version status=stable
|Version download=http://www.nano-editor.org/dist/v2.3/nano-2.3.2.tar.gz
+
|Version download=https://nano-editor.org/dist/latest/
|Last review by=Janet Casey
+
|Last review by=Genium
|Last review date=2005-10-25
+
|Last review date=2017/02/17
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
 
|Status=
 
|Status=
 
|Is GNU=Yes
 
|Is GNU=Yes
 +
|GNU package identifier=nano
 
|License verified date=2008-07-09
 
|License verified date=2008-07-09
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Deborah Nicholson
+
|License verified by=Genium
|License verified date=2008-07-09
+
|License verified date=2017-01-02
 +
|License note=http://git.savannah.gnu.org/cgit/nano.git/tree/COPYING
 
}}
 
}}
 
{{Person
 
{{Person
Line 33: Line 36:
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=See for a complete list
+
|Real name=Benno Schulenberg
|Role=Contributor
+
|Role=Maintainer
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 40: Line 43:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://savannah.gnu.org/cvs/?group=nano
+
|Resource URL=http://git.savannah.gnu.org/cgit/nano.git
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=Support & Help
 
|Resource kind=E-mail
 
|Resource kind=E-mail
 
|Resource URL=mailto:help-nano@gnu.org
 
|Resource URL=mailto:help-nano@gnu.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=FAQ
 +
|Resource kind=Homepage
 +
|Resource URL=https://nano-editor.org/dist/latest/faq.html
 +
}}
 +
{{Resource
 +
|Resource audience=Announcements
 
|Resource kind=E-mail
 
|Resource kind=E-mail
 
|Resource URL=mailto:info-nano@gnu.org
 
|Resource URL=mailto:info-nano@gnu.org
Line 59: Line 67:
 
{{Resource
 
{{Resource
 
|Resource audience=Bug Tracking
 
|Resource audience=Bug Tracking
|Resource kind=E-mail
+
|Resource kind=Homepage
|Resource URL=mailto:nano@nano-editor.org
+
|Resource URL=https://savannah.gnu.org/bugs/?group=nano
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Homepage
 +
|Resource URL=https://savannah.gnu.org/projects/nano/
 +
}}
 +
{{Resource
 +
|Resource audience=User & Developer
 +
|Resource kind=Download
 +
|Resource URL=https://nano-editor.org/dist/
 +
}}
 +
{{Resource
 +
|Resource audience=User & Developer
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/nano/
 +
}}
 +
{{Resource
 +
|Resource audience=Guix
 +
|Resource kind=Download
 +
|Resource URL=https://www.gnu.org/software/guix/packages/n.html
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Homepage
 +
|Resource URL=https://tracker.debian.org/pkg/nano
 +
}}
 +
{{Resource
 +
|Resource audience=Gentoo
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.gentoo.org/packages/app-editors/nano
 +
}}
 +
{{Resource
 +
|Resource audience=FreeBSD
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.freshports.org/editors/nano/
 +
}}
 +
{{Resource
 +
|Resource audience=NetBSD
 +
|Resource kind=Homepage
 +
|Resource URL=http://pkgsrc.se/editors/nano
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line
+
|Interface=command-line, console
 +
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 
|Text-creation=editor
 
|Text-creation=editor
 
|Use=text-creation
 
|Use=text-creation

Revision as of 05:37, 15 July 2017


[edit]

GNU nano

https://www.nano-editor.org/
Small, user-friendly console text editor.

Nano is a small and simple text editor for use in a terminal. Besides basic editing, it supports: undo/redo, syntax highlighting, spell checking, justifying, auto-indentation, bracket matching, interactive search-and-replace (with regular expressions), and the editing of multiple files.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

5 August 2020




Leaders and contributors

Contact(s)Role
Benno Schulenberg Maintainer


Resources and communication

AudienceResource typeURI
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/nano.git/
WikidataGeneralhttps://www.wikidata.org/wiki/Q306101
Generalhttps://savannah.gnu.org/people/
Generalhttps://translationproject.org/domain/nano.html
Nano-devel Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/nano-devel/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
SavannahBug Trackinghttps://savannah.gnu.org/bugs/?group=nano
ArchiveDownloadhttps://alpha.gnu.org/gnu/nano/
Help-nano Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/help-nano/
SavannahDeveloperhttps://savannah.gnu.org/projects/nano/
Debian (Ref)Developerhttps://tracker.debian.org/pkg/nano
ArchiveDownloadhttps://ftp.gnu.org/gnu/nano/
Info-nano Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/info-nano/


Software prerequisites

KindDescription
Weak prerequisitegettext
Required to buildncurses or another Curses library




Entry












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


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


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








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


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


"Guix" 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.


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


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


"NetBSD" 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.