README 2.54 KB
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1

Chris Allegretta's avatar
Chris Allegretta committed
2
	GNU nano - an enhanced clone of the Pico text editor.
3

4
5
6
7
8
Overview

     The nano project was started because of a few "problems" with the
     wonderfully easy-to-use and friendly Pico text editor.

9
10
     First and foremost was its license: the Pine suite does not use
     the GPL or a GPL-friendly license, and has unclear restrictions on
11
     redistribution.  Because of this, Pine and Pico are not included
12
13
14
     with many GNU/Linux distributions.  Also, other features (like
     go-to-line-number or search-and-replace) were unavailable until
     recently or require a command-line flag.  Yuck.
Chris Allegretta's avatar
Chris Allegretta committed
15
16

     nano aims to solve these problems by emulating the functionality of
17
     Pico as closely as possible while addressing the problems above and
18
     providing other extra functionality.
Chris Allegretta's avatar
Chris Allegretta committed
19

20
21
     The nano editor is an official GNU package.  For more information on
     GNU and the Free Software Foundation, please see http://www.gnu.org/.
22

Chris Allegretta's avatar
Chris Allegretta committed
23
24
25
How to compile and install nano

     Download the nano source code, then:
26

Chris Allegretta's avatar
Chris Allegretta committed
27
28
29
30
31
     tar zxvf nano-x.y.z.tar.gz
     cd nano-x.y.z
     ./configure
     make
     make install
32

33
     It's that simple.  Use --prefix with configure to override the
Chris Allegretta's avatar
Chris Allegretta committed
34
     default installation directory of /usr/local.
35
36
37
38
39

     If you haven't configured with the "--disable-nanorc" option, after
     installation you may want to copy the doc/nanorc.sample to your
     home directory, rename it to ".nanorc", and then edit it according
     to your taste.
40

Chris Allegretta's avatar
Chris Allegretta committed
41
42
Web Page

43
	http://www.nano-editor.org/
44

45
Mailing Lists and Bug Reports
Chris Allegretta's avatar
Chris Allegretta committed
46

47
	Savannah hosts all the nano-related mailing-lists.
48

49
50
51
	+ info-nano@gnu.org is a very low traffic list used to announce
	  new nano versions or other important information about the
	  project.
52
	+ help-nano@gnu.org is for those seeking to get help without
53
54
55
56
	  wanting to hear about the technical details of its development.
	+ nano-devel@gnu.org is the list used by the people that make
	  nano and a general development discussion list, with moderate
	  traffic.
57

58
	To subscribe, send email to <name>-request@gnu.org with a
59
	subject of "subscribe", where <name> is the list you want to
Chris Allegretta's avatar
Chris Allegretta committed
60
	subscribe to.
61

62
63
64
65
66
67
	For general bug reports, please file a description of the problem
	on the Savannah bug tracker page for nano
	(https://savannah.gnu.org/bugs/?group=nano).  The issue may have
	already been reported, and we are better able to track the state
	of the issue and whom to notify when fixed, the more the bug
	tracker is used.
Chris Allegretta's avatar
Chris Allegretta committed
68
69
70

Current Status

71
72
	GNU nano has reached its sixth milestone, 2.5.x.  This is now a
	"rolling" release: bug fixing and development go hand in hand.