source: basicnet/textweb/w3m.xml@ 56ce09e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 56ce09e was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[773c358]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[773c358]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 " ">
[563441f]9 <!ENTITY w3m-md5sum "0678b72e07e69c41709d71ef0fe5da13">
[b1a168db]10 <!ENTITY w3m-size "1.9 MB">
11 <!ENTITY w3m-buildsize "18.4 MB">
[773c358]12 <!ENTITY w3m-time "0.28 SBU">
13]>
14
[f45b1953]15<sect1 id="w3m" xreflabel="w3m">
[768d4b6]16 <?dbhtml filename="w3m.html"?>
[50b8d8b]17
[768d4b6]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[50b8d8b]22
[768d4b6]23 <title>W3m-&w3m-version;</title>
[50b8d8b]24
[768d4b6]25 <indexterm zone="w3m">
26 <primary sortas="a-W3m">W3m</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to W3m</title>
[50b8d8b]31
[1065a91]32 <para><application>w3m</application> is primarily a pager but it can also be
[768d4b6]33 used as a text-mode WWW browser.</para>
[50b8d8b]34
[768d4b6]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&w3m-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&w3m-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &w3m-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &w3m-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &w3m-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &w3m-time;</para>
54 </listitem>
55 </itemizedlist>
[50b8d8b]56
[768d4b6]57 <bridgehead renderas="sect3">W3m Dependencies</bridgehead>
[50b8d8b]58
[768d4b6]59 <bridgehead renderas="sect4">Required</bridgehead>
[4dbbf634]60 <para role="required"><xref linkend="gc"/></para>
[50b8d8b]61
[768d4b6]62 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]63 <para role="optional"><xref linkend="pkgconfig"/>,
[1065a91]64 <xref linkend="gpm"/>,
65 <xref linkend="openssl"/>,
[4edfbea9]66 <xref linkend="imlib"/> or
[1065a91]67 <xref linkend="imlib2"/>,
68 <xref linkend="gdk"/>,
69 <xref linkend="compface"/>,
70 <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
[768d4b6]71 a Mail User Agent and an External Browser</para>
[50b8d8b]72
[061ec9d]73 <para condition="html" role="usernotes">User Notes:
[6c42d4e]74 <ulink url="&blfs-wiki;/W3M"/></para>
[061ec9d]75
[768d4b6]76 </sect2>
[50b8d8b]77
[768d4b6]78 <sect2 role="installation">
79 <title>Installation of W3m</title>
80
[1065a91]81 <para>Install <application>w3m</application> by running the following
[768d4b6]82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
[e8d51d03]85make</userinput></screen>
86
[4edfbea9]87 <para>This package does not come with a test suite.</para>
[e8d51d03]88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install &amp;&amp;
[e3353b3]92install -v -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
[e8d51d03]93install -v -D -m 644 doc/menu.default /etc/w3m/menu &amp;&amp;
[4edfbea9]94install -v -d -m 755 /usr/share/doc/w3m-&w3m-version;/html &amp;&amp;
[e8d51d03]95install -v -m 644 doc/{HISTORY,READM*,keymap.*,menu.*} \
96 /usr/share/doc/w3m-&w3m-version; &amp;&amp;
97install -v -m 644 doc/*.html \
98 /usr/share/doc/w3m-&w3m-version;/html</userinput></screen>
[50b8d8b]99
[768d4b6]100 </sect2>
[50b8d8b]101
[768d4b6]102 <sect2 role="configuration">
103 <title>Configuring W3m</title>
[50b8d8b]104
[768d4b6]105 <sect3 id="w3m-config">
106 <title>Config Files</title>
[50b8d8b]107
[768d4b6]108 <para><filename>/etc/w3m/*</filename> and
109 <filename>~/.w3m/*</filename></para>
[50b8d8b]110
[768d4b6]111 <indexterm zone="w3m w3m-config">
112 <primary sortas="e-etc-w3m/*">/etc/w3m/*</primary>
113 </indexterm>
[50b8d8b]114
[768d4b6]115 <indexterm zone="w3m w3m-config">
116 <primary sortas="e-AA.w3m/*">~/.w3m/*</primary>
117 </indexterm>
[50b8d8b]118
[768d4b6]119 </sect3>
[50b8d8b]120
[768d4b6]121 </sect2>
[50b8d8b]122
[768d4b6]123 <sect2 role="content">
124 <title>Contents</title>
[50b8d8b]125
[768d4b6]126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
[50b8d8b]130
[768d4b6]131 <seglistitem>
132 <seg>w3m and w3mman</seg>
133 <seg>None</seg>
[bccbdaea]134 <seg> /usr/lib/w3m, /usr/share/w3m and
[e8d51d03]135 usr/share/doc/w3m-&w3m-version;</seg>
[768d4b6]136 </seglistitem>
137 </segmentedlist>
[50b8d8b]138
[768d4b6]139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
[50b8d8b]143
[768d4b6]144 <varlistentry id="w3m-prog">
145 <term><command>w3m</command></term>
146 <listitem>
147 <para>is a text based web browser and pager.</para>
148 <indexterm zone="w3m w3m-prog">
149 <primary sortas="b-w3m">w3m</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
[50b8d8b]153
[768d4b6]154 <varlistentry id="w3mman">
155 <term><command>w3mman</command></term>
156 <listitem>
[1065a91]157 <para>is an interface to the on-line reference manuals in
[768d4b6]158 <command>w3m</command>.</para>
159 <indexterm zone="w3m w3mman">
160 <primary sortas="b-w3mman">w3mman</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
[50b8d8b]164
[768d4b6]165 </variablelist>
[50b8d8b]166
[768d4b6]167 </sect2>
[50b8d8b]168
[f45b1953]169</sect1>
Note: See TracBrowser for help on using the repository browser.