Author: dnicholson
Date: 2006-12-08 22:59:12 -0700 (Fri, 08 Dec 2006)
New Revision: 6370
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/editors/nano.xml
Log:
Updated to nano-2.0.1
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-12-08 15:34:57 UTC (rev 6369)
+++ trunk/BOOK/general.ent 2006-12-09 05:59:12 UTC (rev 6370)
@@ -1,4 +1,4 @@
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@@ -73,7 +73,7 @@
<!-- Chapter 6 -->
<!ENTITY vim-version "6.4">
<!ENTITY emacs-version "21.4a">
-<!ENTITY nano-version "1.2.5">
+<!ENTITY nano-version "2.0.1">
<!ENTITY joe-version "3.5">
<!ENTITY ed-version "0.2">
<!ENTITY bluefish-version "1.0.5">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-12-08 15:34:57 UTC
(rev 6369)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-12-09 05:59:12 UTC
(rev 6370)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>December 9th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Updated to Nano-2.0.1.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 8th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/editors/nano.xml
===================================================================
--- trunk/BOOK/postlfs/editors/nano.xml 2006-12-08 15:34:57 UTC (rev 6369)
+++ trunk/BOOK/postlfs/editors/nano.xml 2006-12-09 05:59:12 UTC (rev 6370)
@@ -4,17 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY nano-download-http
"http://www.nano-editor.org/dist/v1.2/nano-&nano-version;.tar.gz">
+ <!ENTITY nano-download-http
"http://www.nano-editor.org/dist/v2.0/nano-&nano-version;.tar.gz">
<!ENTITY nano-download-ftp
"ftp://ftp.uni-koeln.de/editor/nano-&nano-version;.tar.gz">
- <!ENTITY nano-md5sum "f2b3efbf1cf356d736740d531b6b22c4">
- <!ENTITY nano-size "891 KB">
- <!ENTITY nano-buildsize "5.1 MB">
+ <!ENTITY nano-md5sum "8abe33be6816ad9acd17391806b42d92">
+ <!ENTITY nano-size "1.2 MB">
+ <!ENTITY nano-buildsize "4.5 MB">
<!ENTITY nano-time "0.1 SBU">
-
- <!-- The nano development version fixes a lot of issues w.r.t.
- locale issues. This entity can be removed when nano-2.0 stable
- is released and added to BLFS -->
- <!ENTITY nano-devel-version "1.9.99pre2">
]>
<sect1 id="nano" xreflabel="nano-&nano-version;">
@@ -38,16 +33,6 @@
simple text editor which aims to replace <application>Pico</application>,
the default editor in the <application>Pine</application> package.</para>
- <caution>
- <para>The <application>Nano</application> package has major issues
- when used in a UTF-8 based locale. A development version is available
- which addresses these issues at <ulink
-
url="http://www.nano-editor.org/dist/v1.3/nano-&nano-devel-version;.tar.gz"/>.
- This version can be installed with the same instructions shown below.
- See the <xref linkend="locale-issues"/> page for a more general
- discussion of these problems.</para>
- </caution>
-
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -95,9 +80,9 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-install -v -m644 -D nanorc.sample /etc/nano/nanorc.sample &&
+install -v -m644 -D doc/nanorc.sample /etc/nano/nanorc.sample &&
install -v -m755 -d /usr/share/doc/nano-&nano-version; &&
-install -v -m644 *.html /usr/share/doc/nano-&nano-version;</userinput></screen>
+install -v -m644 doc/{,man/,texinfo/}*.html
/usr/share/doc/nano-&nano-version;</userinput></screen>
</sect2>
@@ -152,12 +137,12 @@
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
- <segtitle>Installed Directory</segtitle>
+ <segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>nano</seg>
+ <seg>nano and rnano</seg>
<seg>None</seg>
- <seg>/usr/share/doc/nano</seg>
+ <seg>/etc/nano and /usr/share/doc/nano-&nano-version;</seg>
</seglistitem>
</segmentedlist>
@@ -178,6 +163,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="rnano-prog">
+ <term><command>rnano</command></term>
+ <listitem>
+ <para>is a restricted mode for <command>nano</command>.</para>
+ <indexterm zone="nano rnano-prog">
+ <primary sortas="b-rnano">rnano</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page