blob: 4c6988128d6c91ad6995d3894fb745103312d22a [file] [log] [blame]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001
Chris Allegrettac46dd812001-02-14 14:28:27 +00002 GNU nano - an enhanced clone of the Pico text editor.
Chris Allegretta6e285372001-04-07 17:50:03 +00003
Chris Allegretta1e6fb082000-12-27 15:46:22 +00004Overview
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00005
Chris Allegretta1e6fb082000-12-27 15:46:22 +00006 The nano project was started because of a few "problems" with the
7 wonderfully easy-to-use and friendly Pico text editor.
8
9 First and foremost is its license: the Pine suite does not use the
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000010 GPL or a GPL-friendly license, and has unclear restrictions on
11 redistribution. Because of this, Pine and Pico are not included
12 with many GNU/Linux distributions. Also, other features (like goto
13 line number or search and replace) were unavailable until recently
14 or require a command line flag. Yuck.
Chris Allegretta1e6fb082000-12-27 15:46:22 +000015
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000016 nano aims to solve these problems by emulating the functionality of
Chris Allegretta88520c92001-05-05 17:45:54 +000017 Pico as closely as possible while addressing the problems above and
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000018 perhaps providing other extra functionality.
Chris Allegrettac46dd812001-02-14 14:28:27 +000019
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000020 The nano editor is now an official GNU package. For more
21 information on GNU and the Free Software Foundation please see
22 http://www.gnu.org.
David Lawrence Ramseyd5be9472004-01-10 06:12:04 +000023
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000024How to compile and install nano
25
26 Download the nano source code, then:
27 tar zxvf nano-x.y.z.tar.gz
28 cd nano-x.y.z
29 ./configure
30 make
31 make install
David Lawrence Ramseyd5be9472004-01-10 06:12:04 +000032
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000033 It's that simple. Use --prefix with configure to override the
Chris Allegretta9560bb52001-02-13 05:18:57 +000034 default installation directory of /usr/local.
David Lawrence Ramseyd5be9472004-01-10 06:12:04 +000035
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000036Web Page
37
Chris Allegretta66989d62000-09-27 03:16:11 +000038 http://www.nano-editor.org
David Lawrence Ramseyd5be9472004-01-10 06:12:04 +000039
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000040Mailing List and Bug Reports
41
Chris Allegrettadb3dc572002-02-01 13:40:34 +000042 Savannah hosts all the nano-related mailing-lists.
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000043
Chris Allegrettadb3dc572002-02-01 13:40:34 +000044 + info-nano@gnu.org is a very low traffic list
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000045 used to announce new Nano versions or other important
46 information about the project.
Chris Allegrettadb3dc572002-02-01 13:40:34 +000047 + help-nano@gnu.org is for those seeking to get help without
48 wanting to hear about the technical details of its
49 development.
50 + nano-devel@gnu.org is the list used by the people
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000051 that make Nano and a general development discussion list, with
52 moderate traffic.
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000053
54 To subscribe, send email to nano-<name>-request@gnu.org with a
55 subject of "subscribe", where <name> is the list you want to
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000056 subscribe to.
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000057
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000058 For general bug reports, send a description of the problem to
Chris Allegretta66989d62000-09-27 03:16:11 +000059 nano@nano-editor.org or directly to the development list.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000060
61Current Status
62
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000063 GNU nano has reached its second major milestone, 1.2.x.
64 Development of new features will continue in the 1.3.x branch,
65 while 1.2.x versions will be dedicated to bugfixing and
66 polishing.
Chris Allegretta802c6ef2001-07-11 02:49:43 +000067
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000068 Chris Allegretta (chrisa@asty.org)
Chris Allegrettac87a4112000-08-07 02:16:24 +000069
70$Id$