source: basicnet/textweb/w3m.xml@ 773c358

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
Last change on this file since 773c358 was 773c358, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Update -- Chapter 17

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

  • Property mode set to 100644
File size: 2.7 KB
Line 
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
14<sect1 id="w3m" xreflabel="w3m">
15<?dbhtml filename="w3m.html"?>
16<title>w3m-&w3m-version;</title>
17
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>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.