nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5115fa6767cf117b91b4aa6193dd3b85a0f9a01d
parent 167a4b7f9c233c9f4e98c0856364b2712f3d020d
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 16 Mar 2006 19:30:52 +0000

in faq.html, change the character set to UTF-8, and remove broken links
to contributed RedHat nano packages


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3306 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 4+++-
Mdoc/faq.html | 9++-------
2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -77,7 +77,9 @@ CVS code - in UTF-8 mode. (DLR, found by Duncan Geoffry Doyle, Nick Warne, and Mike Frysinger) - doc/faq.html: - - Update the Free Translation Project's address. (DLR) + - Update the Free Translation Project's address, change the + character set to UTF-8, and remove broken links to contributed + RedHat nano packages. (DLR) - doc/nano.1: - Better display the default values for quotestr. (DLR) - doc/nanorc.5: diff --git a/doc/faq.html b/doc/faq.html @@ -2,7 +2,7 @@ <html> <head> <title>The GNU nano editor FAQ</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body text="#330000" bgcolor="#ffffff" link="#0000ef" vlink="#51188e" alink="#ff0000"> <h1>The GNU nano editor FAQ</h1> @@ -101,11 +101,6 @@ <li><a href="http://www.nano-editor.org/dist/v1.2/RPMS/">http://www.nano-editor.org/dist/v1.2/RPMS/</a></li> <li><a href="http://www.ewtoo.org/~astyanax/nano/dist/v1.2/RPMS/">http://www.ewtoo.org/~astyanax/nano/dist/v1.2/RPMS/</a></li> </ul> - <p>Additionally, check out the RedHat contribs section at:</p> - <ul> - <li><a href="http://distro.ibiblio.org/pub/Linux/distributions/redhat/contrib/libc6/i386/">http://distro.ibiblio.org/pub/Linux/distributions/redhat/contrib/libc6/i386/</a></li> - <li><a href="ftp://distro.ibiblio.org/pub/Linux/distributions/redhat/contrib/libc6/i386/">ftp://distro.ibiblio.org/pub/Linux/distributions/redhat/contrib/libc6/i386/</a></li> - </ul> </blockquote> <h2><a name="2.3"></a>2.3. Debian (.deb) packages.</h2> <blockquote><p>Debian users can check out the current nano packages for:</p> @@ -255,7 +250,7 @@ <blockquote><p>Re-read Section <a href="#7.4">7.4</a> and you should know the answer.</p></blockquote> <h2><a name="8"></a>8. ChangeLog</h2> <blockquote> -<p>2006/03/16 - Update the Free Translation Project's address. (DLR)<br> +<p>2006/03/16 - Update the Free Translation Project's address, change the character set to UTF-8, and remove broken links to contributed RedHat nano packages. (DLR)<br> 2005/11/21 - Clarify section 5.3 to better explain how to enable Unicode support, and remove the mention of quirks, since they turned out to not be a nano problem. (Mike Frysinger and DLR)<br> 2005/11/19 - Add a new section 5.3 to explain the status of nano's Unicode support. (Mike Frysinger, minor tweaks by DLR)<br> 2005/08/27 - Update email address. (DLR)<br>