Go to file
Jordi Mallach d99e5640e1 Added Romanian translation by Laurentiu Buzdugan <buzdugan@voyager.net>.
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1593 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2003-11-25 11:24:09 +00:00
intl rm libintl.h on distclean so we don't get the stupid unresolved symbols anymore. 2001-04-02 13:47:17 +00:00
m4 oops 2001-12-14 04:57:20 +00:00
po Added Romanian translation by Laurentiu Buzdugan <buzdugan@voyager.net>. 2003-11-25 11:24:09 +00:00
.cvsignore Oops, aclocal.m4 too. 2002-02-02 17:35:59 +00:00
ABOUT-NLS More RCS schtuff 2000-08-07 02:16:24 +00:00
AUTHORS Added Rocco to AUTHORS 2000-11-21 02:20:42 +00:00
BUGS - files.c:read_file() - Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70 2002-03-21 05:00:06 +00:00
COPYING Initial revision 2000-06-06 05:53:49 +00:00
ChangeLog Added Romanian translation by Laurentiu Buzdugan <buzdugan@voyager.net>. 2003-11-25 11:24:09 +00:00
INSTALL More RCS schtuff 2000-08-07 02:16:24 +00:00
Makefile.am GNU nano 1.0.9 release 2002-04-11 02:31:07 +00:00
NEWS GNU nano 1.0.9 release 2002-04-11 02:31:07 +00:00
README GNU nano 1.0.4 release 2001-08-24 22:22:54 +00:00
THANKS Moved no.po to nn.po. 2002-01-17 12:20:32 +00:00
TODO Various spelling updates by David Lawrence Ramsey. 2001-05-05 17:38:31 +00:00
acconfig.h - New configure option --disable-wrapping-as-root. Added because the 1.0 series doesn't really allow wrapping disabled without a flag and debian's installer can't handle that 2002-01-12 23:17:15 +00:00
autogen.sh Fix autogen for 1.0 and add some stuff to .cvsignore. 2002-02-02 17:33:28 +00:00
config.guess This commit was manufactured by cvs2svn to create branch 2001-04-22 07:10:05 +00:00
config.sub This commit was manufactured by cvs2svn to create branch 2001-04-22 07:10:05 +00:00
configure.in New Brazilian Portuguese translation (Claudio Neves <cneves@nextis.com>). 2002-07-27 02:56:49 +00:00
cut.c Backported 1.1 fixes for edit_refresh instead of edit_update when cut/uncut text can fit on screen 2001-10-25 14:35:27 +00:00
faq.html GNU nano 1.0.9 release 2002-04-11 02:31:07 +00:00
files.c files.c:read_file() - Reverse tests to stop segfault on editing a new file of 0 lines (David Benbennick) 2002-03-26 12:58:12 +00:00
global.c - Add Meta-A as alternate keyystroke for ^^ for people with non-US keyboards and Replace hard coded ALT_G and ALT_H values in the replace and goto shortcuts with their macro counterparts NANO_ALT_*_KEY 2002-01-10 13:47:04 +00:00
install-sh Initial revision 2000-06-06 05:53:49 +00:00
missing Initial revision 2000-06-06 05:53:49 +00:00
mkinstalldirs Initial revision 2000-06-06 05:53:49 +00:00
move.c Changed header comments to say "version 2" instead of "version 1" as the COPYING file is actually version 2 of the GPL (bug noticed by Jordi Mallach) 2001-10-24 11:42:22 +00:00
nano.1 Various spelling updates by David Lawrence Ramsey. 2001-05-05 17:38:31 +00:00
nano.1.html Various spelling updates by David Lawrence Ramsey. 2001-05-05 17:38:31 +00:00
nano.c - nano.c:do_int_speller() - Fix zombie processes and spelling buffer issues (Rocco Corsi) 2002-03-25 03:37:19 +00:00
nano.h - Add Meta-A as alternate keyystroke for ^^ for people with non-US keyboards and Replace hard coded ALT_G and ALT_H values in the replace and goto shortcuts with their macro counterparts NANO_ALT_*_KEY 2002-01-10 13:47:04 +00:00
nano.spec.in Get rid of nanorc.sample 2002-04-11 00:31:01 +00:00
nano.texi GNU nano 1.0.9 release 2002-04-11 02:31:07 +00:00
proto.h - utils.c:strcasestr() - Renamed to stristr since strcasestr has not been confirmed to be detected properly on various Linux systems 2002-02-28 00:48:47 +00:00
search.c - search.c:do_gotoline() - Set placewewant if we actually move to a different line 2002-03-26 17:49:24 +00:00
stamp-h.in Initial revision 2000-06-06 05:53:49 +00:00
texinfo.tex Nano texi manual 2001-02-12 03:48:53 +00:00
utils.c - utils.c:strcasestr() - Renamed to stristr since strcasestr has not been confirmed to be detected properly on various Linux systems 2002-02-28 00:48:47 +00:00
winio.c winio.c:do_credits() - Add Thomas Dickey 2002-03-16 01:19:31 +00:00

README

	GNU nano - an enhanced clone of the Pico text editor.
                                      
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
     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.

     nano aims to solve these problems by emulating the functionality of
     Pico as closely as possible while addressing the problems above and
     perhaps providing other extra functionality.

     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.
     
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
     
     It's that simple. Use --prefix with configure to override the 
     default installation directory of /usr/local.
     
Web Page

	http://www.nano-editor.org
     
Mailing List and Bug Reports

	SourceForge hosts all the nano-related mailing-lists.
	+ nano-announce@lists.sourceforge.net is a very low traffic list
	  used to announce new Nano versions or other important information
	  about the project.
	+ nano-devel@lists.sourceforge.net is the list used by the people
	  that make Nano and a general development discussion list, with
	  moderate traffic.
	To subscribe, send email to nano-<name>-request@lists.sourceforge.net
	with a subject of "subscribe", where <name> is the list you want to
	subscribe to.
	For general bug reports, send a description of the problem to
	nano@nano-editor.org or directly to the development list.

Current Status

	GNU nano has finally reached its first stable release (1.0).
	The 1.1 development tree has forked and is proceeding nicely.
	There will be releases and updates for both the 1.1 and
	1.0 trees until 1.1 stabilizes and becomes version 1.2.

   Chris Allegretta (chrisa@asty.org)

$Id$