mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
6d15c62929
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8934 af4574ff-66df-0310-9fd7-8a98e5e911e0
179 lines
5.5 KiB
XML
179 lines
5.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY w3m-download-http "&sourceforge-repo;/w3m/w3m-&w3m-version;.tar.gz">
|
|
<!ENTITY w3m-download-ftp " ">
|
|
<!ENTITY w3m-md5sum "ba06992d3207666ed1bf2dcf7c72bf58">
|
|
<!ENTITY w3m-size "1.9 MB">
|
|
<!ENTITY w3m-buildsize "20 MB">
|
|
<!ENTITY w3m-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="w3m" xreflabel="w3m-&w3m-version;">
|
|
<?dbhtml filename="w3m.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</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>
|
|
|
|
&lfs67_built;
|
|
|
|
<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="imlib2"/>,
|
|
<xref linkend="gtk2"/>,
|
|
<ulink url="http://ftp.gnome.org/pub/gnome/sources/imlib/1.9/">Imlib</ulink>
|
|
(not recommended: obsolete, abandoned upstream,
|
|
<ulink url="http://bugs.debian.org/448360">buggy</ulink>, and gives no
|
|
additional functionality as compared to other image loading libraries),
|
|
<!-- <xref linkend="gdk"/>, -->
|
|
<ulink url="&gnome-download-http;/gdk-pixbuf/0.22/">GDK
|
|
Pixbuf-0.22</ulink>,
|
|
<xref linkend="compface"/>,
|
|
<ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
|
|
a Mail User Agent and an External Browser</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/W3M"/></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 &&
|
|
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 &&
|
|
install -v -m644 -D doc/keymap.default /etc/w3m/keymap &&
|
|
install -v -m644 doc/menu.default /etc/w3m/menu &&
|
|
install -v -m755 -d /usr/share/doc/w3m-&w3m-version; &&
|
|
install -v -m644 doc/{HISTORY,READ*,keymap.*,menu.*,*.html} \
|
|
/usr/share/doc/w3m-&w3m-version;</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">
|
|
<!-- Don't remove the extra space, it prevent a FOP warning. -->
|
|
<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>
|