2000-06-06 09:53:49 +04:00
|
|
|
|
2019-01-22 23:20:46 +03:00
|
|
|
GNU nano -- a simple editor, inspired by Pico
|
2001-04-07 21:50:03 +04:00
|
|
|
|
2000-12-27 18:46:22 +03:00
|
|
|
Overview
|
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
The nano project was started because of a few "problems" with the
|
|
|
|
wonderfully easy-to-use and friendly Pico text editor.
|
2000-12-27 18:46:22 +03:00
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
First and foremost was its license: the Pine suite does not use
|
2019-01-23 21:13:23 +03:00
|
|
|
the GPL, and (before using the Apache License) it had unclear
|
|
|
|
restrictions on redistribution. Because of this, Pine and Pico
|
|
|
|
were not included in many GNU/Linux distributions. Furthermore,
|
|
|
|
some features (like go-to-line-number or search-and-replace) were
|
|
|
|
unavailable for a long time or require a command-line flag. Yuck.
|
2000-06-06 09:53:49 +04:00
|
|
|
|
2019-01-22 23:20:46 +03:00
|
|
|
Nano aimed to solve these problems by: 1) being truly free software
|
|
|
|
by using the GPL, 2) emulating the functionality of Pico as closely
|
2019-04-28 11:34:32 +03:00
|
|
|
as is reasonable, and 3) including extra functionality by default.
|
2019-01-22 23:20:46 +03:00
|
|
|
|
2019-04-28 11:34:32 +03:00
|
|
|
Nowadays, nano wants to be a generally useful editor with sensible
|
|
|
|
defaults (linewise scrolling, no automatic line breaking).
|
2001-02-14 17:28:27 +03:00
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
The nano editor is an official GNU package. For more information on
|
2018-11-11 14:28:40 +03:00
|
|
|
GNU and the Free Software Foundation, please see https://www.gnu.org/.
|
2004-01-10 09:12:04 +03:00
|
|
|
|
2000-06-06 09:53:49 +04:00
|
|
|
How to compile and install nano
|
|
|
|
|
2020-10-11 17:29:40 +03:00
|
|
|
Download the latest nano source tarball, and then:
|
2015-02-21 12:45:53 +03:00
|
|
|
|
2019-10-27 21:15:04 +03:00
|
|
|
tar -xvf nano-x.y.tar.gz
|
|
|
|
cd nano-x.y
|
2018-01-09 18:47:51 +03:00
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make install
|
2004-01-10 09:12:04 +03:00
|
|
|
|
2020-10-11 17:29:40 +03:00
|
|
|
You will need the header files of ncurses installed for ./configure
|
|
|
|
to succeed -- get them from libncurses-dev (Debian) or ncurses-devel
|
|
|
|
(Fedora) or a similarly named package. Use --prefix with ./configure
|
|
|
|
to override the default installation directory of /usr/local.
|
2015-02-21 12:45:53 +03:00
|
|
|
|
2020-10-11 17:29:40 +03:00
|
|
|
After installation you may want to copy the doc/sample.nanorc file
|
|
|
|
to your home directory, rename it to ".nanorc", and then edit it
|
2018-01-09 18:47:51 +03:00
|
|
|
according to your taste.
|
2004-01-10 09:12:04 +03:00
|
|
|
|
2000-06-06 09:53:49 +04:00
|
|
|
Web Page
|
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
https://nano-editor.org/
|
2004-01-10 09:12:04 +03:00
|
|
|
|
2016-11-13 22:35:19 +03:00
|
|
|
Mailing Lists
|
2000-06-06 09:53:49 +04:00
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
There are three nano-related mailing-lists.
|
2004-01-10 09:02:05 +03:00
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
+ info-nano@gnu.org is a very low traffic list used to announce
|
|
|
|
new nano versions or other important info about the project.
|
2020-10-11 17:29:40 +03:00
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
+ help-nano@gnu.org is for those seeking to get help without
|
|
|
|
wanting to hear about the technical details of its development.
|
2020-10-11 17:29:40 +03:00
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
+ nano-devel@gnu.org is the list used by the people that make nano
|
|
|
|
and a general development discussion list, with moderate traffic.
|
2016-11-13 22:35:19 +03:00
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
To subscribe, send email to <name>-request@gnu.org with a subject
|
|
|
|
of "subscribe", where <name> is the list you want to subscribe to.
|
2016-11-13 22:35:19 +03:00
|
|
|
|
2020-12-21 13:17:24 +03:00
|
|
|
The archives of the development and help mailing lists are here:
|
|
|
|
|
|
|
|
https://lists.gnu.org/archive/html/nano-devel/
|
|
|
|
https://lists.gnu.org/archive/html/help-nano/
|
|
|
|
|
2016-11-13 22:35:19 +03:00
|
|
|
Bug Reports
|
|
|
|
|
2020-12-25 18:40:51 +03:00
|
|
|
If you find a bug, please file a detailed description of the problem
|
|
|
|
on nano's bug tracker: https://savannah.gnu.org/bugs/?group=nano.
|
2000-06-06 09:53:49 +04:00
|
|
|
|
2017-04-09 13:09:23 +03:00
|
|
|
Copyright Years
|
|
|
|
|
2018-01-09 18:47:51 +03:00
|
|
|
When in any file of this package a copyright notice mentions a
|
|
|
|
year range (such as 1999-2011), it is a shorthand for a list of
|
|
|
|
all the years in that interval.
|