nano, but smaller
 
 
 
 
 
Go to file
Jordi Mallach c6c35eafc8 Added recent translators to THANKS
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@756 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2001-09-09 11:04:43 +00:00
intl Deleted the old files we didn't need for old gettext 2001-07-19 12:26:56 +00:00
m4 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
po Updated Spanish translation. 2001-09-09 10:55:51 +00:00
.cvsignore Added configure and Makefile.in. Yell at me :) 2000-12-19 23:01:24 +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 and fix bugs #63 and 64 2001-08-17 00:03:46 +00:00
COPYING Initial revision 2000-06-06 05:53:49 +00:00
ChangeLog Added recent translators to THANKS 2001-09-09 11:04:43 +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
Makefile.in GNU nano 1.1.1 release 2001-07-29 01:16:27 +00:00
NEWS GNU nano 1.1.1 release 2001-07-29 01:16:27 +00:00
README Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer 2001-07-14 19:32:47 +00:00
THANKS Added recent translators to THANKS 2001-09-09 11:04:43 +00:00
TODO UTF8 would be leet! 2001-06-02 02:02:29 +00:00
acconfig.h Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer 2001-07-14 19:32:47 +00:00
aclocal.m4 winio.c:bottombars() - Spread out the menu items, feedback definitely needed on this 2001-08-25 16:41:37 +00:00
color.c I should actually add the file to the tree 2001-05-05 15:01:42 +00:00
config.guess Newer config.guess and config.sub 2001-04-19 02:49:57 +00:00
config.h.in winio.c:bottombars() - Spread out the menu items, feedback definitely needed on this 2001-08-25 16:41:37 +00:00
config.sub Newer config.guess and config.sub 2001-04-19 02:49:57 +00:00
configure winio.c:bottombars() - Spread out the menu items, feedback definitely needed on this 2001-08-25 16:41:37 +00:00
configure.in Added Dutch translation, by Guus Sliepen <guus@nl.linux.org>. 2001-09-05 13:23:53 +00:00
cut.c Okay, and now dont add extra blanks when at filebot 2001-06-22 21:47:23 +00:00
faq.html GNU nano 1.1.1 release 2001-07-29 01:16:27 +00:00
files.c new_file() and close_open_file() fixes by DLR 2001-07-18 01:03:36 +00:00
global.c Fixes for the nano.h #defines, shortcut_init() lists and search.c reverse search stuff when NANO_SMALL is used 2001-07-16 00:48:53 +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 Don't keep cutbufer on reset, fix -k cut on first line if blank 2001-06-11 06:56:10 +00:00
nano.1 Nano 1.1.0 release 2001-07-15 16:07:23 +00:00
nano.1.html Nano 1.1.0 release 2001-07-15 16:07:23 +00:00
nano.c Add and fix bugs #63 and 64 2001-08-17 00:03:46 +00:00
nano.h Add and fix bugs #63 and 64 2001-08-17 00:03:46 +00:00
nano.info Add and fix bugs #63 and 64 2001-08-17 00:03:46 +00:00
nano.texi Corrected the Mouse Toggle help in the texinfo manual. 2001-08-08 19:35:23 +00:00
nanorc.sample Spelling fixes by DLR 2001-07-19 22:03:51 +00:00
proto.h Moved --loadoninsert to --multibuffer and -F, --enable-extra defines --enable-multibuffer 2001-07-14 19:32:47 +00:00
rcfile.c Many multibuffer fixes by DLR 2001-07-15 20:25:33 +00:00
search.c Unset the flag chris you dolt 2001-08-17 00:08:44 +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 Fixes for the nano.h #defines, shortcut_init() lists and search.c reverse search stuff when NANO_SMALL is used 2001-07-16 00:48:53 +00:00
winio.c Make the new bottombars not suck quite so badly 2001-08-26 23:16:44 +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
	stabiliity 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.

   Chris Allegretta (chrisa@asty.org)

$Id$