blob: cc461c90c6942f9060391136e6fcd37472a3cf73 [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
10 GPL or a GPL-friendly license, and has unclear restrictions on
11 redistribution. Because of this, Pine and Pico are not included with
12 many GNU/Linux distributions. Also, other features (like goto line
13 number or search and replace) were unavailable until recently or
Chris Allegretta88520c92001-05-05 17:45:54 +000014 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
20 The nano editor is now an official GNU package. For more information
21 on GNU and the Free Software Foundation please see http://www.gnu.org.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000022
23How to compile and install nano
24
25 Download the nano source code, then:
26 tar zxvf nano-x.y.z.tar.gz
27 cd nano-x.y.z
28 ./configure
29 make
30 make install
31
Chris Allegretta88520c92001-05-05 17:45:54 +000032 It's that simple. Use --prefix with configure to override the
Chris Allegretta9560bb52001-02-13 05:18:57 +000033 default installation directory of /usr/local.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000034
35Web Page
36
Chris Allegretta66989d62000-09-27 03:16:11 +000037 http://www.nano-editor.org
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000038
39Mailing List and Bug Reports
40
41 SourceForge hosts all the nano-related mailing-lists.
42 + nano-announce@lists.sourceforge.net is a very low traffic list
43 used to announce new Nano versions or other important information
44 about the project.
45 + nano-devel@lists.sourceforge.net is the list used by the people
46 that make Nano and a general development discussion list, with
47 moderate traffic.
48 To subscribe, send email to nano-<name>-request@lists.sourceforge.net
49 with a subject of "subscribe", where <name> is the list you want to
50 subscribe to.
51 For general bug reports, send a description of the problem to
Chris Allegretta66989d62000-09-27 03:16:11 +000052 nano@nano-editor.org or directly to the development list.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000053
54Current Status
55
Chris Allegretta6e285372001-04-07 17:50:03 +000056 This is the 1.1 or unstable branch of nano. New features
57 will be added and things will be changed around and basically
58 stabiliity is not guaranteed. If this is not what you're
59 interested in, please use the latest 1.0.x release of nano.
Chris Allegretta4aa302f2001-03-18 18:50:04 +000060
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000061 Chris Allegretta (chrisa@asty.org)
Chris Allegrettac87a4112000-08-07 02:16:24 +000062
63$Id$