nano, but smaller
 
 
 
 
 
Go to file
Jordi Mallach 13f3017d0f French translation update (Jean-Philippe Guérard).
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@962 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2002-01-02 18:45:58 +00:00
intl Deleted the old files we didn't need for old gettext 2001-07-19 12:26:56 +00:00
m4 m4/gettext.m4: - Back down to 1.1.3 version 2001-12-18 14:59:20 +00:00
po French translation update (Jean-Philippe Guérard). 2002-01-02 18:45:58 +00:00
.cvsignore Added aclocal.m4, config.in.h. 2001-10-29 13:32:06 +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 Add filebot magic line bug as bug #66 2001-10-03 01:51:33 +00:00
COPYING Initial revision 2000-06-06 05:53:49 +00:00
ChangeLog French translation update (Jean-Philippe Guérard). 2002-01-02 18:45:58 +00:00
INSTALL More RCS schtuff 2000-08-07 02:16:24 +00:00
Makefile.am Reverted to gettext 0.10.35 in intl/ added m4/ directory to allow system independent rebuild of configure stuff 2001-07-19 12:24:17 +00:00
NEWS GNU nano 1.1.4 release 2001-12-12 02:44:40 +00:00
README Fixed typos found by DLR and ispell. 2001-10-03 15:44:16 +00:00
THANKS French translation update (Jean-Philippe Guérard). 2002-01-02 18:45:58 +00:00
TODO UTF8 would be leet! 2001-06-02 02:02:29 +00:00
acconfig.h General: - New flag -o, --operatingdir, similar to Pico's -o mode. New function check_operating_dir(), changes to load_file (arg), open_file_dup_search (arg), new function do_gotopos for -F. 2001-09-19 03:19:43 +00:00
autogen.sh Oops, m4 stuff is in m4/ in nano 1.1.x... 2001-10-04 01:44:06 +00:00
color.c Remove some debug code and update to mutt's gettext.m4 2001-12-12 01:45:01 +00:00
config.guess Newer config.guess and config.sub 2001-04-19 02:49:57 +00:00
config.sub Newer config.guess and config.sub 2001-04-19 02:49:57 +00:00
configure.in New incomplete Polish translation, contributed by Cezary Sliwa <sliwa@cft.edu.pl>. 2001-12-26 00:31:17 +00:00
cut.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:33:54 +00:00
faq.html Faq fixes. 2001-12-26 12:33:01 +00:00
files.c DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() 2002-01-02 15:12:21 +00:00
global.c DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() 2002-01-02 15:12:21 +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:33:54 +00:00
nano.1 * Added more command line options that are currently ignored by nano (DLR). 2001-10-03 15:53:25 +00:00
nano.1.html GNU nano 1.1.2 release 2001-10-04 01:24:07 +00:00
nano.c DLR's latest patch: view+multibuffer, die() fixes, insert key fixes in main() 2002-01-02 15:12:21 +00:00
nano.h - nano.c:help_init() - Typo in file switch string (found by David Lawrence Ramsey). main() - Handle Alt prev/next file keys (,.), as well as normal ones (<>). 2002-01-02 14:30:33 +00:00
nano.texi GNU nano 1.1.4 release 2001-12-12 02:44:40 +00:00
nanorc.sample Fixed typos. 2001-12-05 17:51:02 +00:00
proto.h VDSUSP fix from 1.0 tree 2001-12-17 04:34:23 +00:00
rcfile.c Get rid of \n in abort check of parse_next_word(), new var helplen in help_init() 2002-01-02 13:59:11 +00:00
search.c At LONG last committed David's patch 2001-11-29 03:43:08 +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 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:33:54 +00:00
winio.c Made two strings translatable. 2001-12-23 00:03:18 +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

	This is the 1.1 or unstable branch of nano.  New features
	will be added and things will be changed around and basically
	stability is not guaranteed.  If this is not what you're
	interested in, please use the latest 1.0.x release of nano.

	New features in this branch include:
	+ .nanorc file support (--enable-nanorc configure option, 
	  see sample.nanorc file)
	+ Negative -r value for "#cols from right", allows dynamic adjustment
	  of wrap margin based on window size.
	+ Write marked text to separate file (^O after selecting with ^^).
	+ Append to file (Meta-A at write file menu).
	+ Multiple file buffers! (--enable-multibuffer configure option,
	  --multibuffer, -F cmdline flag, Meta-F toggle, then ^R to load).
	+ Better compatibility with Pico.  Mouse mode now supports clicking
	  shortcuts and files in browser, search toggles that are Pico 
	  extensions moved to Meta keys so as to not interfere with Pico
	  control sequences.
	+ Smooth scrolling through files, instead of the jerky half-page
	  down, half-page up method.  This is available by using the 
	  -S or --smooth switch, or the Meta-S toggle.
	+ Better non-*nix file support.  GNU nano now automatically
	  converts files from DOS format or Mac format to standard file
	  format.  It can also write files in either format by using the
	  appropriate command line (-D, --dos or -M, --mac) or toggle
	  (Meta-D, Meta-O).

   Chris Allegretta (chrisa@asty.org)

$Id$