blob: 5d376afd38bef86f769d5d850cde17145d5b82ed [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
David Lawrence Ramsey5c8d3162006-06-25 04:37:05 +000012 with many GNU/Linux distributions. Also, other features (like go
13 to line number or search and replace) were unavailable until
14 recently 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
David Lawrence Ramsey5c8d3162006-06-25 04:37:05 +000021 information on GNU and the Free Software Foundation, please see
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000022 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 Ramsey5c8d3162006-06-25 04:37:05 +000035
36 If you configured with the "--enable-nanorc" option, after
37 installation you might copy the doc/nanorc.sample to your home
38 directory, rename it to ".nanorc", and then edit it according to
39 your taste.
David Lawrence Ramseyd5be9472004-01-10 06:12:04 +000040
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000041Web Page
42
David Lawrence Ramsey1fc55a22005-03-19 21:33:13 +000043 http://www.nano-editor.org/
David Lawrence Ramseyd5be9472004-01-10 06:12:04 +000044
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000045Mailing List and Bug Reports
46
Chris Allegrettadb3dc572002-02-01 13:40:34 +000047 Savannah hosts all the nano-related mailing-lists.
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000048
Chris Allegrettadb3dc572002-02-01 13:40:34 +000049 + info-nano@gnu.org is a very low traffic list
David Lawrence Ramseyce364e22004-03-03 01:25:46 +000050 used to announce new nano versions or other important
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000051 information about the project.
Chris Allegrettadb3dc572002-02-01 13:40:34 +000052 + help-nano@gnu.org is for those seeking to get help without
53 wanting to hear about the technical details of its
54 development.
55 + nano-devel@gnu.org is the list used by the people
David Lawrence Ramseyce364e22004-03-03 01:25:46 +000056 that make nano and a general development discussion list, with
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000057 moderate traffic.
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000058
59 To subscribe, send email to nano-<name>-request@gnu.org with a
60 subject of "subscribe", where <name> is the list you want to
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000061 subscribe to.
David Lawrence Ramseyf0b30092004-01-10 06:02:05 +000062
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000063 For general bug reports, send a description of the problem to
Chris Allegretta66989d62000-09-27 03:16:11 +000064 nano@nano-editor.org or directly to the development list.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000065
66Current Status
67
David Lawrence Ramsey5ab28f22006-12-11 18:39:35 +000068 GNU nano has reached its third stable milestone, 2.0.x.
Chris Allegretta802c6ef2001-07-11 02:49:43 +000069
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000070 Chris Allegretta (chrisa@asty.org)
Chris Allegrettac87a4112000-08-07 02:16:24 +000071
72$Id$