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-d3aeb78583b8master
parent
167a4b7f9c
commit
5115fa6767
|
@ -77,7 +77,9 @@ CVS code -
|
||||||
in UTF-8 mode. (DLR, found by Duncan Geoffry Doyle, Nick
|
in UTF-8 mode. (DLR, found by Duncan Geoffry Doyle, Nick
|
||||||
Warne, and Mike Frysinger)
|
Warne, and Mike Frysinger)
|
||||||
- doc/faq.html:
|
- 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:
|
- doc/nano.1:
|
||||||
- Better display the default values for quotestr. (DLR)
|
- Better display the default values for quotestr. (DLR)
|
||||||
- doc/nanorc.5:
|
- doc/nanorc.5:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>The GNU nano editor FAQ</title>
|
<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>
|
</head>
|
||||||
<body text="#330000" bgcolor="#ffffff" link="#0000ef" vlink="#51188e" alink="#ff0000">
|
<body text="#330000" bgcolor="#ffffff" link="#0000ef" vlink="#51188e" alink="#ff0000">
|
||||||
<h1>The GNU nano editor FAQ</h1>
|
<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.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>
|
<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>
|
</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>
|
</blockquote>
|
||||||
<h2><a name="2.3"></a>2.3. Debian (.deb) packages.</h2>
|
<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>
|
<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>
|
<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>
|
<h2><a name="8"></a>8. ChangeLog</h2>
|
||||||
<blockquote>
|
<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/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/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>
|
2005/08/27 - Update email address. (DLR)<br>
|
||||||
|
|
Loading…
Reference in New Issue