blob: 82af8bfcf006e5df4f0ff2746949d59c31058577 [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
David Lawrence Ramsey1fc55a22005-03-19 21:33:13 +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 Ramseyce364e22004-03-03 01:25:46 +000045 used to announce new nano versions or other important
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000046 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
David Lawrence Ramseyce364e22004-03-03 01:25:46 +000051 that make nano and a general development discussion list, with
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000052 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 Ramsey1fc55a22005-03-19 21:33:13 +000063 GNU nano has reached its second stable milestone, 1.2.x.
64 Development of new features continues in the 1.3.x branch, while
65 1.2.x versions are dedicated to bug-fixing and polishing.
Chris Allegretta802c6ef2001-07-11 02:49:43 +000066
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000067 Chris Allegretta (chrisa@asty.org)
Chris Allegrettac87a4112000-08-07 02:16:24 +000068
69$Id$