README 2.24 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
9
Overview

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

     First and foremost is its license: the Pine suite does not use the
10
11
12
13
14
     GPL or a GPL-friendly license, and has unclear restrictions on
     redistribution.  Because of this, Pine and Pico are not included
     with many GNU/Linux distributions.  Also, other features (like goto
     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
Chris Allegretta's avatar
Chris Allegretta committed
18
     perhaps providing other extra functionality.
Chris Allegretta's avatar
Chris Allegretta committed
19

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

Chris Allegretta's avatar
Chris Allegretta committed
24
25
26
27
28
29
30
31
How to compile and install nano

     Download the nano source code, then:
     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

Chris Allegretta's avatar
Chris Allegretta committed
36
37
Web Page

Chris Allegretta's avatar
Chris Allegretta committed
38
	http://www.nano-editor.org
39

Chris Allegretta's avatar
Chris Allegretta committed
40
41
Mailing List and Bug Reports

42
	Savannah hosts all the nano-related mailing-lists.
43

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

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

Chris Allegretta's avatar
Chris Allegretta committed
58
	For general bug reports, send a description of the problem to
Chris Allegretta's avatar
Chris Allegretta committed
59
	nano@nano-editor.org or directly to the development list.
Chris Allegretta's avatar
Chris Allegretta committed
60
61
62

Current Status

63
64
65
66
	GNU nano has reached its second major milestone, 1.2.x.
	Development of new features will continue in the 1.3.x branch,
	while 1.2.x versions will be dedicated to bugfixing and
	polishing.
67

Chris Allegretta's avatar
Chris Allegretta committed
68
   Chris Allegretta (chrisa@asty.org)
Chris Allegretta's avatar
Chris Allegretta committed
69
70

$Id$