source: basicnet/textweb/w3m.xml@ 563441f

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

Added md5sums to Chapter 17 packages

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

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