Ignore:
Timestamp:
06/12/2004 04:13:34 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d47e7ea9
Parents:
a2d8572
Message:

XML Update -- Chapter 17

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2300 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/w3m.xml

    ra2d8572 r773c358  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY w3m-download-http "http://prdownloads.sourceforge.net/w3m/w3m-&w3m-version;.tar.gz">
     8  <!ENTITY w3m-download-ftp  " ">
     9  <!ENTITY w3m-size          "646 KB">
     10  <!ENTITY w3m-buildsize     "11 MB">
     11  <!ENTITY w3m-time          "0.28 SBU">
     12]>
     13
    114<sect1 id="w3m" xreflabel="w3m">
    215<?dbhtml filename="w3m.html"?>
    316<title>w3m-&w3m-version;</title>
    417
    5 &w3m-intro;
    6 &w3m-inst;
    7 &w3m-config;
    8 &w3m-desc;
     18<sect2>
     19<title>Introduction to <application>w3m</application></title>
     20
     21<para><application>w3m</application> is primarily a pager but it can also be used as a text-mode
     22<acronym>WWW</acronym> browser.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink url="&w3m-download-http;"/></para></listitem>
     27<listitem><para>Download (FTP): <ulink url="&w3m-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &w3m-size;</para></listitem>
     29<listitem><para>Estimated Disk space required: &w3m-buildsize;</para></listitem>
     30<listitem><para>Estimated build time: &w3m-time;</para></listitem></itemizedlist>
     31</sect3>
     32
     33<sect3><title><application>w3m</application> dependencies</title>
     34<sect4><title>Required</title>
     35<para>
     36<ulink url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink>
     37</para></sect4>
     38<sect4><title>Optional</title>
     39<para>
     40<xref linkend="gpm"/>,
     41<xref linkend="openssl"/>,
     42<xref linkend="imlib"/>,
     43<xref linkend="imlib2"/>,
     44<xref linkend="gdk"/> and
     45<xref linkend="compface"/>
     46</para></sect4>
     47</sect3>
     48
     49</sect2>
     50
     51<sect2>
     52<title>Installation of <application>w3m</application></title>
     53
     54<para>Install <application>w3m</application> by running the following commands:</para>
     55
     56<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
     57make &amp;&amp;
     58make install &amp;&amp;
     59cp doc/keymap.default /etc/w3m/keymap &amp;&amp;
     60cp doc/menu.default /etc/w3m/menu</command></userinput></screen>
     61
     62</sect2>
     63
     64<sect2>
     65<title>Configuring <application>w3m</application></title>
     66
     67<sect3><title>Config files</title>
     68<para><filename>/etc/w3m/*</filename>, <filename>~/.w3m/*</filename></para>
     69</sect3>
     70
     71</sect2>
     72
     73<sect2>
     74<title>Contents</title>
     75
     76<para>The <application>w3m</application> package contains <command>w3m
     77</command> and <command>w3mman</command>.</para>
     78
     79</sect2>
     80
     81<sect2><title>Description</title>
     82
     83<sect3><title>w3m</title>
     84<para><command>w3m</command> is a text based web browser and pager.</para></sect3>
     85
     86<sect3><title>w3mman</title>
     87<para><command>w3mman</command> is an interface to the on-line reference
     88manuals in w3m.</para></sect3>
     89
     90</sect2>
    991
    1092</sect1>
Note: See TracChangeset for help on using the changeset viewer.