nano, but smaller
 
 
 
 
 
Go to file
Jordi Mallach 9045319eb8 CVS usage documentation.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1036 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2002-01-23 13:20:20 +00:00
intl - Upgrade to gettext 0.10.40, probably broke everything again :) 2002-01-19 19:15:18 +00:00
m4 Add all of automake 1.4s .m4 files 2002-01-23 02:27:19 +00:00
po Downgraded from automake 1.5, as there are severe security implications 2002-01-23 01:06:20 +00:00
.cvsignore - .cvsignore - Added config.guess config.sub install-sh missing & mkinstalldirs 2002-01-19 19:35:12 +00:00
ABOUT-NLS - Upgrade to gettext 0.10.40, probably broke everything again :) 2002-01-19 19:15:18 +00:00
AUTHORS Add DLR to AUTHORS 2002-01-04 13:30:42 +00:00
BUGS Oops, make that Bug #68 :-) 2002-01-10 12:48:16 +00:00
COPYING Initial revision 2000-06-06 05:53:49 +00:00
ChangeLog No Im not releasing 1.1.6 yet 2002-01-23 02:38:52 +00:00
INSTALL More RCS schtuff 2000-08-07 02:16:24 +00:00
Makefile.am Add the codeset.m4 and iconv.m4 entries to Makefile.am 2002-01-23 02:37:36 +00:00
NEWS No Im not releasing 1.1.6 yet 2002-01-23 02:38:52 +00:00
README Fixed typos found by DLR and ispell. 2001-10-03 15:44:16 +00:00
README.CVS CVS usage documentation. 2002-01-23 13:20:20 +00:00
THANKS Added new Norwegian translations, fixed THANKS. 2002-01-17 12:06:49 +00:00
TODO Update TODO with -l and -g done, add NEWS for 1.1.5 release 2002-01-05 18:54:43 +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 autoheader should be called before. 2002-01-19 19:23:55 +00:00
color.c - color.c:do_colorinit() - Moved some comments and braces around so color can work w/slang (DLR) 2002-01-16 01:09:11 +00:00
configure.in - Upgrade to gettext 0.10.40, probably broke everything again :) 2002-01-19 19:15:18 +00:00
cut.c Updated copyright notices to 2002. 2002-01-04 17:57:40 +00:00
faq.html Typo fix. 2002-01-12 22:15:41 +00:00
files.c Updated copyright notices to 2002. 2002-01-04 17:57:40 +00:00
global.c - General - Add Alt-G (NANO_ALT_GOTO_KEY) as alternate for goto dir in browser 2002-01-10 00:50:38 +00:00
move.c Updated copyright notices to 2002. 2002-01-04 17:57:40 +00:00
nano.1 Updated copyright notices to 2002. 2002-01-04 17:57:40 +00:00
nano.1.html Update nano.1.html to match -K option 2002-01-05 04:08:01 +00:00
nano.c - nano.c:do_int_spell_fix() - Temporarily unset REVERSE_SEARCH if it's set (Rocco Corsi) 2002-01-21 20:32:22 +00:00
nano.h - General - Added multiple-line regex support. Format in .nanorc is start=regex end=regex. Cleaned up nanorc:parse_colors(), added parse_next_regex(), changes to edit_add in winio.c(), changes to colortype, cleaning up some old cruft 2002-01-19 16:52:34 +00:00
nano.texi GNU nano 1.1.5 release 2002-01-05 19:49:06 +00:00
nanorc.sample - General - Added multiple-line regex support. Format in .nanorc is start=regex end=regex. Cleaned up nanorc:parse_colors(), added parse_next_regex(), changes to edit_add in winio.c(), changes to colortype, cleaning up some old cruft 2002-01-19 16:52:34 +00:00
proto.h - Better partial word checking code. New function search.c:is_whole_word(), changes to findnextstr(), and nano.c:do_int_spell_fix() (Rocco Corsi) 2002-01-08 15:00:24 +00:00
rcfile.c - rcfile.c:General - Added stdarg.h to includes 2002-01-22 20:09:20 +00:00
search.c - search.c:do_search() - Check position of cursor and return value of findnextstr and tell user if search string only occurs once (Rocco & Chris) 2002-01-21 20:40:14 +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 Updated copyright notices to 2002. 2002-01-04 17:57:40 +00:00
winio.c - General - Added multiple-line regex support. Format in .nanorc is start=regex end=regex. Cleaned up nanorc:parse_colors(), added parse_next_regex(), changes to edit_add in winio.c(), changes to colortype, cleaning up some old cruft 2002-01-19 16:52:34 +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$