glfs/basicnet/textweb/w3m.xml
Manuel Canales Esparcia 25475f554a Typo fix. Basicnet.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5378 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-12-08 20:28:39 +00:00

171 lines
5.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY w3m-download-http "http://prdownloads.sourceforge.net/w3m/w3m-&w3m-version;.tar.gz">
<!ENTITY w3m-download-ftp " ">
<!ENTITY w3m-md5sum "0678b72e07e69c41709d71ef0fe5da13">
<!ENTITY w3m-size "1.9 MB">
<!ENTITY w3m-buildsize "18.4 MB">
<!ENTITY w3m-time "0.28 SBU">
]>
<sect1 id="w3m" xreflabel="w3m">
<?dbhtml filename="w3m.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">w3m-&w3m-version;.tar</keyword>
<keyword role="ftpdir">w3m</keyword>
</keywordset>
</sect1info>
<title>W3m-&w3m-version;</title>
<indexterm zone="w3m">
<primary sortas="a-W3m">W3m</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to W3m</title>
<para><application>w3m</application> is primarily a pager but it can also be
used as a text-mode WWW browser.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&w3m-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&w3m-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &w3m-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &w3m-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &w3m-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &w3m-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">W3m Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gc"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="pkgconfig"/>,
<xref linkend="gpm"/>,
<xref linkend="openssl"/>,
<xref linkend="imlib"/> or
<xref linkend="imlib2"/>,
<xref linkend="gdk"/>,
<xref linkend="compface"/>,
<ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
a Mail User Agent and an External Browser</para>
</sect2>
<sect2 role="installation">
<title>Installation of W3m</title>
<para>Install <application>w3m</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
install -v -D -m 644 doc/menu.default /etc/w3m/menu &amp;&amp;
install -v -d -m 755 /usr/share/doc/w3m-&w3m-version;/html &amp;&amp;
install -v -m 644 doc/{HISTORY,READM*,keymap.*,menu.*} \
/usr/share/doc/w3m-&w3m-version; &amp;&amp;
install -v -m 644 doc/*.html \
/usr/share/doc/w3m-&w3m-version;/html</userinput></screen>
</sect2>
<sect2 role="configuration">
<title>Configuring W3m</title>
<sect3 id="w3m-config">
<title>Config Files</title>
<para><filename>/etc/w3m/*</filename> and
<filename>~/.w3m/*</filename></para>
<indexterm zone="w3m w3m-config">
<primary sortas="e-etc-w3m/*">/etc/w3m/*</primary>
</indexterm>
<indexterm zone="w3m w3m-config">
<primary sortas="e-AA.w3m/*">~/.w3m/*</primary>
</indexterm>
</sect3>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>w3m and w3mman</seg>
<seg>None</seg>
<seg> /usr/lib/w3m, /usr/share/w3m and
usr/share/doc/w3m-&w3m-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="w3m-prog">
<term><command>w3m</command></term>
<listitem>
<para>is a text based web browser and pager.</para>
<indexterm zone="w3m w3m-prog">
<primary sortas="b-w3m">w3m</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="w3mman">
<term><command>w3mman</command></term>
<listitem>
<para>is an interface to the on-line reference manuals in
<command>w3m</command>.</para>
<indexterm zone="w3m w3mman">
<primary sortas="b-w3mman">w3mman</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>