glfs/basicnet/textweb/w3m.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

97 lines
2.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/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-size "646 KB">
<!ENTITY w3m-buildsize "11 MB">
<!ENTITY w3m-time "0.28 SBU">
]>
<sect1 id="w3m" xreflabel="w3m">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="w3m.html"?>
<title>w3m-&w3m-version;</title>
<sect2>
<title>Introduction to <application>w3m</application></title>
<para><application>w3m</application> is primarily a pager but it can also be used as a text-mode
<acronym>WWW</acronym> browser.</para>
<sect3><title>Package information</title>
<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 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>
</sect3>
<sect3><title><application>w3m</application> dependencies</title>
<sect4><title>Required</title>
<para>
<ulink url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="gpm"/>,
<xref linkend="openssl"/>,
<xref linkend="imlib"/>,
<xref linkend="imlib2"/>,
<xref linkend="gdk"/> and
<xref linkend="compface"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>w3m</application></title>
<para>Install <application>w3m</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp doc/keymap.default /etc/w3m/keymap &amp;&amp;
cp doc/menu.default /etc/w3m/menu</command></userinput></screen>
</sect2>
<sect2>
<title>Configuring <application>w3m</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/w3m/*</filename>, <filename>~/.w3m/*</filename></para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>w3m</application> package contains <command>w3m
</command> and <command>w3mman</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>w3m</title>
<para><command>w3m</command> is a text based web browser and pager.</para></sect3>
<sect3><title>w3mman</title>
<para><command>w3mman</command> is an interface to the on-line reference
manuals in w3m.</para></sect3>
</sect2>
</sect1>