Changeset 768d4b6


Ignore:
Timestamp:
04/30/2005 05:08:17 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
03982d8
Parents:
e169e580
Message:

Tagged w3m.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/w3m.xml

    re169e580 r768d4b6  
    1414
    1515<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>
     16  <?dbhtml filename="w3m.html"?>
     17 
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22 
     23  <title>W3m-&w3m-version;</title>
     24 
     25  <indexterm zone="w3m">
     26    <primary sortas="a-W3m">W3m</primary>
     27  </indexterm>
    2228
    23 <sect2>
    24 <title>Introduction to <application>w3m</application></title>
     29  <sect2 role="package">
     30    <title>Introduction to W3m</title>
     31   
     32    <para><application>w3m</application> is primarily a pager but it can also be
     33    used as a text-mode WWW browser.</para>
     34   
     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>
     56   
     57    <bridgehead renderas="sect3">W3m Dependencies</bridgehead>
     58   
     59    <bridgehead renderas="sect4">Required</bridgehead>
     60    <para><ulink
     61    url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink></para>
     62   
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para><xref linkend="pkgconfig"/>,
     65    <xref linkend="gpm"/>,
     66    <xref linkend="openssl"/>,
     67    <xref linkend="imlib"/>,
     68    <xref linkend="imlib2"/>,
     69    <xref linkend="gdk"/>,
     70    <xref linkend="compface"/>,
     71    <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
     72    a Mail User Agent and an External Browser</para>
     73   
     74  </sect2>
     75 
     76  <sect2 role="installation">
     77    <title>Installation of W3m</title>
    2578
    26 <para><application>w3m</application> is primarily a pager but it can also be
    27 used as a text-mode <acronym>WWW</acronym> browser.</para>
     79    <para>Install <application>w3m</application> by running the following
     80    commands:</para>
    2881
    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>,
    58 a 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
    68 commands:</para>
    69 
    70 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
     82<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
    7183make &amp;&amp;
    7284make install &amp;&amp;
    7385install -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
    74 install -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
    103 manuals in w3m.</para></sect3>
    104 
    105 </sect2>
    106 
     86install -D -m 644 doc/menu.default /etc/w3m/menu</userinput></screen>
     87   
     88  </sect2>
     89 
     90  <sect2 role="configuration">
     91    <title>Configuring W3m</title>
     92   
     93    <sect3 id="w3m-config">
     94      <title>Config Files</title>
     95     
     96      <para><filename>/etc/w3m/*</filename> and
     97      <filename>~/.w3m/*</filename></para>
     98     
     99      <indexterm zone="w3m w3m-config">
     100        <primary sortas="e-etc-w3m/*">/etc/w3m/*</primary>
     101      </indexterm>
     102     
     103      <indexterm zone="w3m w3m-config">
     104        <primary sortas="e-AA.w3m/*">~/.w3m/*</primary>
     105      </indexterm>
     106     
     107    </sect3>
     108   
     109  </sect2>
     110 
     111  <sect2 role="content">
     112    <title>Contents</title>
     113   
     114    <segmentedlist>
     115      <segtitle>Installed Programs</segtitle>
     116      <segtitle>Installed Libraries</segtitle>
     117      <segtitle>Installed Directories</segtitle>
     118     
     119      <seglistitem>
     120        <seg>w3m and w3mman</seg>
     121        <seg>None</seg>
     122        <seg>None</seg>
     123      </seglistitem>
     124    </segmentedlist>
     125   
     126    <variablelist>
     127      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     128      <?dbfo list-presentation="list"?>
     129      <?dbhtml list-presentation="table"?>
     130     
     131      <varlistentry id="w3m-prog">
     132        <term><command>w3m</command></term>
     133        <listitem>
     134          <para>is a text based web browser and pager.</para>
     135          <indexterm zone="w3m w3m-prog">
     136            <primary sortas="b-w3m">w3m</primary>
     137          </indexterm>
     138        </listitem>
     139      </varlistentry>
     140     
     141      <varlistentry id="w3mman">
     142        <term><command>w3mman</command></term>
     143        <listitem>
     144          <para>is an interface to the on-line reference manuals in
     145          <command>w3m</command>.</para>
     146          <indexterm zone="w3m w3mman">
     147            <primary sortas="b-w3mman">w3mman</primary>
     148          </indexterm>
     149        </listitem>
     150      </varlistentry>
     151     
     152    </variablelist>
     153   
     154  </sect2>
     155 
    107156</sect1>
Note: See TracChangeset for help on using the changeset viewer.