source: basicnet/textweb/w3m.xml@ 5cd0959d

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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 2.8 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<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 used as a text-mode
26<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>
44<xref linkend="gpm"/>,
45<xref linkend="openssl"/>,
46<xref linkend="imlib"/>,
47<xref linkend="imlib2"/>,
48<xref linkend="gdk"/> and
49<xref linkend="compface"/>
50</para></sect4>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>w3m</application></title>
57
58<para>Install <application>w3m</application> by running the following commands:</para>
59
60<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
61make &amp;&amp;
62make install &amp;&amp;
63cp doc/keymap.default /etc/w3m/keymap &amp;&amp;
64cp doc/menu.default /etc/w3m/menu</command></userinput></screen>
65
66</sect2>
67
68<sect2>
69<title>Configuring <application>w3m</application></title>
70
71<sect3><title>Config files</title>
72<para><filename>/etc/w3m/*</filename>, <filename>~/.w3m/*</filename></para>
73</sect3>
74
75</sect2>
76
77<sect2>
78<title>Contents</title>
79
80<para>The <application>w3m</application> package contains <command>w3m
81</command> and <command>w3mman</command>.</para>
82
83</sect2>
84
85<sect2><title>Description</title>
86
87<sect3><title>w3m</title>
88<para><command>w3m</command> is a text based web browser and pager.</para></sect3>
89
90<sect3><title>w3mman</title>
91<para><command>w3mman</command> is an interface to the on-line reference
92manuals in w3m.</para></sect3>
93
94</sect2>
95
96</sect1>
Note: See TracBrowser for help on using the repository browser.