source: basicnet/textweb/w3m.xml@ 939cf0da

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 939cf0da was 939cf0da, checked in by Randy McMurchy <randy@…>, 19 years ago

Moved OpenSSL from Chapter 8 to Chapter 4

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

  • Property mode set to 100644
File size: 3.0 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 "1.9 MB">
10 <!ENTITY w3m-buildsize "18.4 MB">
11 <!ENTITY w3m-time "0.28 SBU">
12]>
13
14<sect1 id="w3m" xreflabel="w3m">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="w3m.html"?>
20<title>w3m-&w3m-version;</title>
21
22<sect2>
23<title>Introduction to <application>w3m</application></title>
24
25<para><application>w3m</application> is primarily a pager but it can also be
26used as a text-mode <acronym>WWW</acronym> browser.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&w3m-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&w3m-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &w3m-size;</para></listitem>
33<listitem><para>Estimated disk space required: &w3m-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &w3m-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title><application>w3m</application> dependencies</title>
38<sect4><title>Required</title>
39<para>
40<ulink url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink>
41</para></sect4>
42<sect4><title>Optional</title>
43<para><xref linkend="pkgconfig"/>,
44<xref linkend="gpm"/>,
45<xref linkend="openssl-package"/>,
46<xref linkend="imlib"/>,
47<xref linkend="imlib2"/>,
48<xref linkend="gdk"/>,
49<xref linkend="compface"/>,
50<ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
51a Mail User Agent and an External Browser</para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>w3m</application></title>
59
60<para>Install <application>w3m</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
64make &amp;&amp;
65make install &amp;&amp;
66install -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
67install -D -m 644 doc/menu.default /etc/w3m/menu</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Configuring <application>w3m</application></title>
73
74<sect3><title>Config files</title>
75<para><filename>/etc/w3m/*</filename>, <filename>~/.w3m/*</filename></para>
76</sect3>
77
78</sect2>
79
80<sect2>
81<title>Contents</title>
82
83<para>The <application>w3m</application> package contains
84<command>w3m</command> and <command>w3mman</command>.</para>
85
86</sect2>
87
88<sect2><title>Description</title>
89
90<sect3><title>w3m</title>
91<para><command>w3m</command> is a text based web browser and pager.</para>
92</sect3>
93
94<sect3><title>w3mman</title>
95<para><command>w3mman</command> is an interface to the on-line reference
96manuals in w3m.</para></sect3>
97
98</sect2>
99
100</sect1>
Note: See TracBrowser for help on using the repository browser.