source: basicnet/textweb/w3m.xml@ 794936b

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 794936b was 25475f5, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Typo fix. Basicnet.

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

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