Fixing the explanation of how to subscribe to a mailing list.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5121 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
bb4edd0136
commit
d4e1d31ea4
|
@ -1,3 +1,6 @@
|
||||||
|
2015-02-21 Benno Schulenberg <bensberg@justemail.net>
|
||||||
|
* README: Fix the explanation of how to subscribe to a mailing list.
|
||||||
|
|
||||||
2015-02-18 Mike Frysinger <vapier@gentoo.org>
|
2015-02-18 Mike Frysinger <vapier@gentoo.org>
|
||||||
* doc/syntax/sh.nanorc: Recognize also dash, openrc and runscript.
|
* doc/syntax/sh.nanorc: Recognize also dash, openrc and runscript.
|
||||||
|
|
||||||
|
|
30
README
30
README
|
@ -24,6 +24,7 @@ Overview
|
||||||
How to compile and install nano
|
How to compile and install nano
|
||||||
|
|
||||||
Download the nano source code, then:
|
Download the nano source code, then:
|
||||||
|
|
||||||
tar zxvf nano-x.y.z.tar.gz
|
tar zxvf nano-x.y.z.tar.gz
|
||||||
cd nano-x.y.z
|
cd nano-x.y.z
|
||||||
./configure
|
./configure
|
||||||
|
@ -33,30 +34,29 @@ How to compile and install nano
|
||||||
It's that simple. Use --prefix with configure to override the
|
It's that simple. Use --prefix with configure to override the
|
||||||
default installation directory of /usr/local.
|
default installation directory of /usr/local.
|
||||||
|
|
||||||
If you configured with the "--enable-nanorc" option, after
|
If you haven't configured with the "--disable-nanorc" option, after
|
||||||
installation you might copy the doc/nanorc.sample to your home
|
installation you may want to copy the doc/nanorc.sample to your
|
||||||
directory, rename it to ".nanorc", and then edit it according to
|
home directory, rename it to ".nanorc", and then edit it according
|
||||||
your taste.
|
to your taste.
|
||||||
|
|
||||||
Web Page
|
Web Page
|
||||||
|
|
||||||
http://www.nano-editor.org/
|
http://www.nano-editor.org/
|
||||||
|
|
||||||
Mailing List and Bug Reports
|
Mailing Lists and Bug Reports
|
||||||
|
|
||||||
Savannah hosts all the nano-related mailing-lists.
|
Savannah hosts all the nano-related mailing-lists.
|
||||||
|
|
||||||
+ info-nano@gnu.org is a very low traffic list
|
+ info-nano@gnu.org is a very low traffic list used to announce
|
||||||
used to announce new nano versions or other important
|
new nano versions or other important information about the
|
||||||
information about the project.
|
project.
|
||||||
+ help-nano@gnu.org is for those seeking to get help without
|
+ help-nano@gnu.org is for those seeking to get help without
|
||||||
wanting to hear about the technical details of its
|
wanting to hear about the technical details of its development.
|
||||||
development.
|
+ nano-devel@gnu.org is the list used by the people that make
|
||||||
+ nano-devel@gnu.org is the list used by the people
|
nano and a general development discussion list, with moderate
|
||||||
that make nano and a general development discussion list, with
|
traffic.
|
||||||
moderate traffic.
|
|
||||||
|
|
||||||
To subscribe, send email to nano-<name>-request@gnu.org with a
|
To subscribe, send email to <name>-request@gnu.org with a
|
||||||
subject of "subscribe", where <name> is the list you want to
|
subject of "subscribe", where <name> is the list you want to
|
||||||
subscribe to.
|
subscribe to.
|
||||||
|
|
||||||
|
@ -68,5 +68,3 @@ Current Status
|
||||||
GNU nano has reached its fourth stable milestone, 2.2.x.
|
GNU nano has reached its fourth stable milestone, 2.2.x.
|
||||||
Development of new features continues in the 2.3.x branch, while
|
Development of new features continues in the 2.3.x branch, while
|
||||||
2.2.x versions are dedicated to bug-fixing and polishing.
|
2.2.x versions are dedicated to bug-fixing and polishing.
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
Loading…
Reference in New Issue