Changeset 50b8d8b


Ignore:
Timestamp:
05/30/2005 04:25:18 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
4c3474fe
Parents:
bab92281
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

Location:
basicnet
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • basicnet/basicnet.xml

    rbab92281 r50b8d8b  
    88<part id="basicnet" xreflabel="Basic Networking">
    99  <?dbhtml filename="basicnet.html" dir="basicnet"?>
    10  
     10
    1111  <title>Basic Networking</title>
    12  
    13  
    14   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netlibs/netlibs.xml"/> 
    15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="textweb/textweb.xml"/> 
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netprogs/netprogs.xml"/> 
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netutils/netutils.xml"/> 
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mailnews/mailnews.xml"/> 
     12
     13
     14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netlibs/netlibs.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="textweb/textweb.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netprogs/netprogs.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netutils/netutils.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mailnews/mailnews.xml"/>
    1919
    2020</part>
  • basicnet/netutils/bind-utils.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;p1">
    1616  <?dbhtml filename="bind-utils.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>BIND Utilities-&bind-version;p1</title>
    24  
     24
    2525  <indexterm zone="bind-utils">
    2626    <primary sortas="a-BIND-Utilities">BIND Utilities</primary>
     
    3232    <para><application>BIND Utilities</application> is not a separate
    3333    package, it is a collection of the client side programs that are included
    34     with <xref linkend="bind"/>. The <application>BIND</application> 
     34    with <xref linkend="bind"/>. The <application>BIND</application>
    3535    package includes the client side programs <command>nslookup</command>,
    3636    <command>dig</command> and <command>host</command>. If you install
     
    3939    <application>BIND</application> server, but need these
    4040    client side applications.</para>
    41    
     41
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
    4343    <itemizedlist spacing="compact">
     
    6161      </listitem>
    6262    </itemizedlist>
    63    
     63
    6464    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6565    <itemizedlist spacing='compact'>
     
    6969      </listitem>
    7070    </itemizedlist>
    71    
     71
    7272    <bridgehead renderas="sect3">BIND Utilities Dependencies</bridgehead>
    73    
     73
    7474    <bridgehead renderas="sect4">Optional</bridgehead>
    7575    <para><xref linkend="openssl"/></para>
    76    
     76
    7777  </sect2>
    78  
     78
    7979  <sect2 role="installation">
    8080    <title>Installation of BIND Utilities</title>
     
    9191make -C lib/lwres &amp;&amp;
    9292make -C bin/dig</userinput></screen>
    93    
     93
    9494    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9595
    9696<screen role='root'><userinput>make -C bin/dig install</userinput></screen>
    97    
     97
    9898  </sect2>
    99  
     99
    100100  <sect2 role="commands">
    101101    <title>Command Explanations</title>
    102    
     102
    103103    <para><command>patch -Np1 -i ../&bind-version;-patch1</command>: There's a
    104104    vulnerability in the DNSSEC code. See
    105105    <ulink url="http://www.kb.cert.org/vuls/id/938617"/>. The patch fixes the
    106106    bug.</para>
    107    
     107
    108108    <para><command>make -C lib/...</command>: These commands build the
    109109    libraries that are needed for the client programs.</para>
    110    
     110
    111111    <para><command>make -C bin/dig</command>: This command  builds the
    112112    client programs.</para>
    113    
     113
    114114  </sect2>
    115  
     115
    116116  <sect2 role="content">
    117117    <title>Contents</title>
     
    121121      <segtitle>Installed Libraries</segtitle>
    122122      <segtitle>Installed Directories</segtitle>
    123      
     123
    124124      <seglistitem>
    125125        <seg>dig, host, and nslookup</seg>
     
    128128      </seglistitem>
    129129    </segmentedlist>
    130    
     130
    131131    <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    132    
    133     <para>See the program descriptions in the <xref linkend="bind"/> 
     132
     133    <para>See the program descriptions in the <xref linkend="bind"/>
    134134    section.</para>
    135135
  • basicnet/netutils/ethereal.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="ethereal" xreflabel="Ethereal-&ethereal-version;">
    1616  <?dbhtml filename="ethereal.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Ethereal-&ethereal-version;</title>
    24  
     24
    2525  <indexterm zone="ethereal">
    2626    <primary sortas="a-Ethereal">Ethereal</primary>
     
    3838    the capability to read capture files from many other popular network
    3939    analyzers.</para>
    40    
     40
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
    4242    <itemizedlist spacing="compact">
     
    6060      </listitem>
    6161    </itemizedlist>
    62    
     62
    6363    <bridgehead renderas="sect3">Ethereal dependencies</bridgehead>
    64    
     64
    6565    <bridgehead renderas="sect4">Required</bridgehead>
    6666    <para><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the
    6767    TTY-mode front-end only)</para>
    68    
     68
    6969    <bridgehead renderas="sect4">Recommended</bridgehead>
    7070    <para><xref linkend="libpcap"/> (required to capture data)</para>
    71    
     71
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    7373    <para><xref linkend="pkgconfig"/>,
     
    8989
    9090  </sect2>
    91  
     91
    9292  <sect2 role="kernel" id="ethereal-kernel">
    9393    <title>Kernel Configuration</title>
    94    
     94
    9595      <para>The kernel must have the Packet protocol enabled for
    9696      <application>Ethereal</application> to capture live packets from the
    9797      network. Enable the Packet protocol by choosing <quote>Y</quote> in the
    98       <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote> 
     98      <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
    9999      &ndash; <quote>Networking options</quote> &ndash;
    100100      <quote>Packet socket</quote> configuration parameter. Alternatively,
    101101      build the af_packet module by choosing <quote>M</quote> in this
    102102      parameter.</para>
    103      
     103
    104104      <indexterm zone="ethereal ethereal-kernel">
    105105        <primary sortas="d-Capturing-network-packets">Capturing network
    106106        packets</primary>
    107107      </indexterm>
    108    
    109   </sect2>
    110  
     108
     109  </sect2>
     110
    111111  <sect2 role="installation">
    112112    <title>Installation of Ethereal</title>
     
    120120
    121121    <para>This package does not come with a test suite.</para>
    122    
     122
    123123    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    124    
     124
    125125<screen role="root"><userinput>make install &amp;&amp;
    126126install -v -m644 doc/README.* /usr/share/ethereal &amp;&amp;
     
    132132install -v -m644 image/*.{png,ico,xpm} /usr/share/pixmaps/ethereal &amp;&amp;
    133133install -v -m644 image/toolbar/* /usr/share/pixmaps/ethereal/toolbar</userinput></screen>
    134    
    135   </sect2>
    136  
     134
     135  </sect2>
     136
    137137  <sect2 role="commands">
    138138    <title>Command Explanations</title>
    139    
     139
    140140    <para><parameter>--enable-randpkt</parameter>: This parameter builds the
    141141    random capture program.</para>
    142    
     142
    143143    <para><parameter>--enable-threads</parameter>: This parameter enables the
    144144    use of threads in <command>ethereal</command>.</para>
    145    
     145
    146146    <para><option>--with-ssl</option>: This parameter enables the use of the
    147     <application>OpenSSL</application> 
     147    <application>OpenSSL</application>
    148148    <filename class='libraryfile'>libcrypto</filename> library.</para>
    149    
    150   </sect2>
    151  
     149
     150  </sect2>
     151
    152152  <sect2 role="configuration">
    153153    <title>Configuring Ethereal</title>
     
    155155    <sect3 id="ethereal-config">
    156156      <title>Config Files</title>
    157      
     157
    158158      <para><filename>/etc/ethereal.conf</filename> and
    159159      <filename>~/.ethereal/preferences</filename></para>
    160      
     160
    161161      <indexterm zone="ethereal ethereal-config">
    162162        <primary sortas="e-AA.ethereal-preferences">~/.ethereal/preferences</primary>
    163163      </indexterm>
    164      
     164
    165165      <indexterm zone="ethereal ethereal-config">
    166166        <primary sortas="e-etc-ethereal.conf">/etc/ethereal.conf</primary>
    167167      </indexterm>
    168    
     168
    169169    </sect3>
    170    
     170
    171171    <sect3>
    172172      <title>Configuration Information</title>
    173      
     173
    174174      <para>Though the default configuration parameters are very sane,
    175175      reference the configuration section of the
     
    177177      Guide</ulink> for configuration information. Most of
    178178      <application>Ethereal</application>'s configuration can be accomplished
    179       using the menu options of the <command>ethereal</command> 
     179      using the menu options of the <command>ethereal</command>
    180180      GUI interface.</para>
    181      
     181
    182182      <note>
    183183        <para>If you want to look at packets, make sure you don't filter
     
    187187        <application>Ethereal</application>.</para>
    188188      </note>
    189    
     189
    190190    </sect3>
    191    
    192   </sect2>
    193  
     191
     192  </sect2>
     193
    194194  <sect2 role="content">
    195195    <title>Contents</title>
     
    199199      <segtitle>Installed Libraries</segtitle>
    200200      <segtitle>Installed Directories</segtitle>
    201      
     201
    202202      <seglistitem>
    203203        <seg>capinfos, dftest, editcap, ethereal, idl2eth, mergecap, randpkt,
     
    209209      </seglistitem>
    210210    </segmentedlist>
    211    
     211
    212212    <variablelist>
    213213      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    214214      <?dbfo list-presentation="list"?>
    215215      <?dbhtml list-presentation="table"?>
    216      
     216
    217217      <varlistentry id="capinfos">
    218218        <term><command>capinfos</command></term>
     
    226226        </listitem>
    227227      </varlistentry>
    228      
     228
    229229      <varlistentry id="dftest">
    230230        <term><command>dftest</command></term>
     
    236236        </listitem>
    237237      </varlistentry>
    238      
     238
    239239      <varlistentry id="editcap">
    240240        <term><command>editcap</command></term>
     
    250250        </listitem>
    251251      </varlistentry>
    252      
     252
    253253      <varlistentry id="ethereal-prog">
    254254        <term><command>ethereal</command></term>
     
    262262        </listitem>
    263263      </varlistentry>
    264      
     264
    265265      <varlistentry id="idl2eth">
    266266        <term><command>idl2eth</command></term>
     
    268268          <para>takes a user specified CORBA
    269269          IDL file and generates <quote>C</quote> source code that
    270           can be used to create an <application>Ethereal</application> 
     270          can be used to create an <application>Ethereal</application>
    271271          plugin.</para>
    272272          <indexterm zone="ethereal idl2eth">
     
    275275        </listitem>
    276276      </varlistentry>
    277      
     277
    278278      <varlistentry id="mergecap">
    279279        <term><command>mergecap</command></term>
     
    286286        </listitem>
    287287      </varlistentry>
    288      
     288
    289289      <varlistentry id="randpkt">
    290290        <term><command>randpkt</command></term>
     
    296296        </listitem>
    297297      </varlistentry>
    298      
     298
    299299      <varlistentry id="tethereal">
    300300        <term><command>tethereal</command></term>
     
    308308        </listitem>
    309309      </varlistentry>
    310      
     310
    311311      <varlistentry id="text2pcap">
    312312        <term><command>text2pcap</command></term>
     
    320320        </listitem>
    321321      </varlistentry>
    322      
     322
    323323      <varlistentry id="libethereal">
    324324        <term><filename class='libraryfile'>libethereal.so</filename></term>
     
    332332        </listitem>
    333333      </varlistentry>
    334      
     334
    335335      <varlistentry id="libwiretap">
    336336        <term><filename class='libraryfile'>libwiretap.so</filename></term>
     
    346346        </listitem>
    347347      </varlistentry>
    348    
     348
    349349    </variablelist>
    350350
  • basicnet/netutils/netutils.xml

    rbab92281 r50b8d8b  
    88<chapter id="basicnet-netutils">
    99  <?dbhtml filename="netutils.html"?>
    10  
     10
    1111  <title>Basic Networking Utilities</title>
    12  
     12
    1313  <para>This chapter contains some tools that come in handy when the network
    1414  needs investigating.</para>
    15  
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="traceroute.xml"/> 
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nmap.xml"/> 
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="whois.xml"/> 
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bind-utils.xml"/> 
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ethereal.xml"/> 
     15
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="traceroute.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nmap.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="whois.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bind-utils.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ethereal.xml"/>
    2121
    2222</chapter>
  • basicnet/netutils/nmap.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
    1616  <?dbhtml filename="nmap.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Nmap-&nmap-version;</title>
    24  
     24
    2525  <indexterm zone="nmap">
    2626    <primary sortas="a-Nmap">Nmap</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Nmap</title>
    31    
     31
    3232    <para><application>Nmap</application> is a utility for network exploration and
    3333    security auditing. It supports ping scanning, port scanning and
    3434    TCP/IP fingerprinting.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
    59    
     59
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    6161    <para><xref linkend="openssl"/>,
     
    6363    <xref linkend="GTK"/> (for building the graphical front-end) and
    6464    <xref linkend="libpcap"/></para>
    65    
     65
    6666  </sect2>
    67  
     67
    6868  <sect2 role="installation">
    6969    <title>Installation of Nmap</title>
     
    7474<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7575make</userinput></screen>
    76    
     76
    7777    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    78    
     78
    7979<screen role="root"><userinput>make install</userinput></screen>
    80    
     80
    8181  </sect2>
    82  
     82
    8383  <sect2 role="content">
    8484    <title>Contents</title>
     
    8888      <segtitle>Installed Libraries</segtitle>
    8989      <segtitle>Installed Directories</segtitle>
    90      
     90
    9191      <seglistitem>
    9292        <seg>nmap and optionally, nmapfe</seg>
     
    9595      </seglistitem>
    9696    </segmentedlist>
    97    
     97
    9898    <variablelist>
    9999      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    100100      <?dbfo list-presentation="list"?>
    101101      <?dbhtml list-presentation="table"?>
    102      
     102
    103103      <varlistentry id="nmap-prog">
    104104        <term><command>nmap</command></term>
     
    112112        </listitem>
    113113      </varlistentry>
    114      
     114
    115115      <varlistentry id="nmapfe">
    116116        <term><command>nmapfe</command></term>
     
    122122        </listitem>
    123123      </varlistentry>
    124    
     124
    125125    </variablelist>
    126126
  • basicnet/netutils/traceroute.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="traceroute" xreflabel="Traceroute-&traceroute-version;">
    1616  <?dbhtml filename="traceroute.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Traceroute-&traceroute-version;</title>
    24  
     24
    2525  <indexterm zone="traceroute">
    2626    <primary sortas="a-Traceroute">Traceroute</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Traceroute</title>
    31    
     31
    3232    <para>The <application>Traceroute</application> package contains a program
    3333    which is used to display the network route that packets take to reach a
     
    3535    yourself unable to connect to another system, traceroute can help pinpoint
    3636    the problem.</para>
    37    
     37
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing="compact">
     
    5757      </listitem>
    5858    </itemizedlist>
    59    
     59
    6060  </sect2>
    61  
     61
    6262  <sect2 role="installation">
    6363    <title>Installation of Traceroute</title>
     
    6969./configure --prefix=/usr &amp;&amp;
    7070make</userinput></screen>
    71    
     71
    7272    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7373
    7474<screen role='root'><userinput>make install &amp;&amp;
    7575make install-man</userinput></screen>
    76    
     76
    7777  </sect2>
    78  
     78
    7979  <sect2 role="commands">
    8080    <title>Command Explanations</title>
    81    
     81
    8282    <para><command>sed 's/-o bin/-o root/' Makefile.in</command>:
    8383    Adjusts the <filename>Makefile</filename> so that the program is installed
    8484    with user root instead of user bin (which doesn't exist on a default
    8585    LFS system).</para>
    86    
    87     <para><command>make install</command>: Installs <command>traceroute</command> 
     86
     87    <para><command>make install</command>: Installs <command>traceroute</command>
    8888    with SUID set to <systemitem class="username">root</systemitem> in the
    8989    <filename class='directory'>/usr/sbin</filename> directory. This makes it
     
    9191    security, turn off the SUID bit in <command>traceroute</command>'s file permissions
    9292    with the command:</para>
    93    
     93
    9494<screen role='root'><userinput>chmod -v 0755 /usr/sbin/traceroute</userinput></screen>
    95    
     95
    9696    <para>The risk is that if a security problem such as a buffer overflow was
    9797    ever found in the <application>Traceroute</application> code, a regular user
     
    102102    <command>traceroute</command>, so decide what's right for
    103103    your individual situation.</para>
    104    
     104
    105105    <para>The goal of BLFS is to be completely FHS compliant, so if you do leave the
    106106    <command>traceroute</command> binary SUID <systemitem
    107107    class="username">root</systemitem>, then you should move
    108     <filename>traceroute</filename> to <filename class='directory'>/usr/bin</filename> 
     108    <filename>traceroute</filename> to <filename class='directory'>/usr/bin</filename>
    109109    with the following command:</para>
    110    
     110
    111111<screen role='root'><userinput>mv -v /usr/sbin/traceroute /usr/bin</userinput></screen>
    112    
     112
    113113    <para>This ensures that the binary is in the path for non-root users.</para>
    114    
     114
    115115  </sect2>
    116  
     116
    117117  <sect2 role="content">
    118118    <title>Contents</title>
     
    122122      <segtitle>Installed Libraries</segtitle>
    123123      <segtitle>Installed Directories</segtitle>
    124      
     124
    125125      <seglistitem>
    126126        <seg>traceroute</seg>
     
    129129      </seglistitem>
    130130    </segmentedlist>
    131    
     131
    132132    <variablelist>
    133133      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    134134      <?dbfo list-presentation="list"?>
    135135      <?dbhtml list-presentation="table"?>
    136      
     136
    137137      <varlistentry id="traceroute-prog">
    138138        <term><command>traceroute</command></term>
     
    146146        </listitem>
    147147      </varlistentry>
    148    
     148
    149149    </variablelist>
    150150
  • basicnet/netutils/whois.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="whois" xreflabel="Whois-&whois-version;">
    1616  <?dbhtml filename="whois.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Whois-&whois-version;</title>
    24  
     24
    2525  <indexterm zone="whois">
    2626    <primary sortas="a-Whois">Whois</primary>
     
    3333    queries the whois directory service for information pertaining to a particular
    3434    domain name.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858  </sect2>
    59  
     59
    6060  <sect2 role="installation">
    6161    <title>Installation of Whois</title>
     
    6565
    6666<screen><userinput>make</userinput></screen>
    67    
     67
    6868    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    6969
    7070<screen role='root'><userinput>make prefix=/usr install</userinput></screen>
    71    
     71
    7272  </sect2>
    73  
     73
    7474  <sect2 role="content">
    7575    <title>Contents</title>
     
    7979      <segtitle>Installed Libraries</segtitle>
    8080      <segtitle>Installed Directories</segtitle>
    81      
     81
    8282      <seglistitem>
    8383        <seg>whois</seg>
     
    8686      </seglistitem>
    8787    </segmentedlist>
    88    
     88
    8989    <variablelist>
    9090      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    9191      <?dbfo list-presentation="list"?>
    9292      <?dbhtml list-presentation="table"?>
    93      
     93
    9494      <varlistentry id="whois-prog">
    9595        <term><command>whois</command></term>
     
    102102        </listitem>
    103103      </varlistentry>
    104    
     104
    105105    </variablelist>
    106106
  • basicnet/textweb/links.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="Links" xreflabel="Links-&Links-version;">
    1616  <?dbhtml filename="links.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Links-&Links-version;</title>
    24  
     24
    2525  <indexterm zone="Links">
    2626    <primary sortas="a-Links">Links</primary>
     
    3434    tables and frames, features background downloads, can display colors
    3535    and has many other features.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Links Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Optional</bridgehead>
    6262    <para><xref linkend="gpm"/>,
     
    6868    <ulink url="http://www.directfb.org/">DirectFB</ulink> and
    6969    X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
    70    
     70
    7171  </sect2>
    72  
     72
    7373  <sect2 role="installation">
    7474    <title>Installation of Links</title>
     
    8080make &amp;&amp;
    8181make install</userinput></screen>
    82    
     82
    8383  </sect2>
    84  
     84
    8585  <sect2 role="commands">
    8686    <title>Command Explanations</title>
    87    
     87
    8888    <para><option>--enable-graphics</option>: Add this switch if you want to
    8989    use <application>Links</application> in graphics mode. You will either
    9090    need to install the <application>X</application> Window System or enable
    9191    frame buffer support in your kernel and install <xref linkend="gpm"/>.</para>
    92    
     92
    9393  </sect2>
    94  
     94
    9595  <sect2 role="configuration">
    9696    <title>Configuring Links</title>
    97    
     97
    9898    <sect3 id="links-config">
    9999      <title>Config Files</title>
    100      
     100
    101101      <para><filename>~/.links/*</filename></para>
    102      
     102
    103103      <indexterm zone="Links links-config">
    104104        <primary sortas="e-AA.links/*">~/.links/*</primary>
    105105      </indexterm>
    106      
     106
    107107    </sect3>
    108    
     108
    109109    <sect3>
    110110      <title>Configuration Information</title>
     
    114114      files are created automatically when <command>links</command> is run for the
    115115      first time.</para>
    116      
     116
    117117    </sect3>
    118    
     118
    119119  </sect2>
    120  
     120
    121121  <sect2 role="content">
    122122    <title>Contents</title>
    123    
     123
    124124    <segmentedlist>
    125125      <segtitle>Installed Program</segtitle>
    126126      <segtitle>Installed Libraries</segtitle>
    127127      <segtitle>Installed Directories</segtitle>
    128      
     128
    129129      <seglistitem>
    130130        <seg>links</seg>
     
    133133      </seglistitem>
    134134    </segmentedlist>
    135    
     135
    136136    <variablelist>
    137137      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    138138      <?dbfo list-presentation="list"?>
    139139      <?dbhtml list-presentation="table"?>
    140      
     140
    141141      <varlistentry id="links">
    142142        <term><command>links</command></term>
     
    148148        </listitem>
    149149      </varlistentry>
    150      
     150
    151151    </variablelist>
    152    
     152
    153153  </sect2>
    154  
     154
    155155</sect1>
  • basicnet/textweb/lynx.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="lynx" xreflabel="Lynx-&lynx-version;">
    1616  <?dbhtml filename="lynx.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Lynx-&lynx-version;</title>
    24  
     24
    2525  <indexterm zone="lynx">
    2626    <primary sortas="a-Lynx">Lynx</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Lynx</title>
    31    
     31
    3232    <para><application>Lynx</application> is a text based web browser.</para>
    33    
     33
    3434    <bridgehead renderas="sect3">Package Information</bridgehead>
    3535    <itemizedlist spacing="compact">
     
    5353      </listitem>
    5454    </itemizedlist>
    55    
     55
    5656    <bridgehead renderas="sect3">Lynx Dependencies</bridgehead>
    57    
     57
    5858    <bridgehead renderas="sect4">Optional</bridgehead>
    5959    <para><xref linkend="openssl"/> or
    6060    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
    6161    needs <ulink
    62     url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink> 
     62    url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
    6363    then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
    6464    <ulink url="../server/mail.html">MTA</ulink>,
     
    6868    ncompress</ulink> and
    6969    <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
    70    
     70
    7171  </sect2>
    72  
     72
    7373  <sect2 role="installation">
    7474    <title>Installation of Lynx</title>
     
    8080    --with-zlib --with-bzlib &amp;&amp;
    8181make</userinput></screen>
    82    
     82
    8383    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8484
     
    8989    helpdir=/usr/share/doc/lynx-&lynx-version;/lynx_help install-help &amp;&amp;
    9090chgrp -v -R root /usr/share/doc/lynx-&lynx-version;/lynx_doc</userinput></screen>
    91    
     91
    9292  </sect2>
    93  
     93
    9494  <sect2 role="commands">
    9595    <title>Command Explanations</title>
    96    
     96
    9797    <para><parameter>--libdir=/etc</parameter>: For some reason, the
    9898    <command>configure</command> and <command>make</command> routine for
    9999    <application>Lynx</application> uses <option>libdir</option> as the prefix for the
    100     configuration file. This is set to <filename class="directory">/etc</filename> 
     100    configuration file. This is set to <filename class="directory">/etc</filename>
    101101    so that the system wide configuration file is
    102102    <filename>/etc/lynx.cfg</filename>.</para>
    103    
     103
    104104    <para><parameter>--with-zlib</parameter>: This enables support for
    105105    linking <filename class="libraryfile">libz</filename> into
    106106    <application>Lynx</application>.</para>
    107    
     107
    108108    <para><parameter>--with-bzlib</parameter>: This enables support for
    109109    linking <filename class="libraryfile">libbz2</filename> into
    110110    <application>Lynx</application>.</para>
    111    
     111
    112112    <para><parameter>docdir=... helpdir=...</parameter>: These
    113113    variables are set to avoid getting the help and documentation files installed
    114114    under <filename class="directory">/etc</filename>.</para>
    115    
     115
    116116    <para><option>--with-ssl</option>: This enables support for
    117117    linking SSLl into <application>Lynx</application>.</para>
    118    
     118
    119119    <para><option>--with-gnutls</option>: This enables support for
    120120    linking <application>GnuTLS</application> into
    121121    <application>Lynx</application>.</para>
    122    
     122
    123123    <para><command>chgrp -v -R root /usr/share/doc/lynx/2.8.5/lynx_doc</command>:
    124124    This command corrects the improper group ownership of installed documentation
    125125    files caused if <application>Lynx</application> is built by any user other
    126126    than <systemitem class="username">root</systemitem>.</para>
    127    
     127
    128128  </sect2>
    129  
     129
    130130  <sect2 role="configuration">
    131131    <title>Configuring Lynx</title>
     
    133133    <sect3 id="lynx-config">
    134134      <title>Config Files</title>
    135      
     135
    136136      <para><filename>/etc/lynx.cfg</filename></para>
    137      
     137
    138138      <indexterm zone="lynx lynx-config">
    139139        <primary sortas="e-etc-lynx.cfg">/etc/lynx.cfg</primary>
    140140      </indexterm>
    141    
     141
    142142    </sect3>
    143    
     143
    144144    <sect3>
    145145      <title>Configuration Information</title>
    146      
     146
    147147      <para>Various settings such as proxies can be set in the system-wide
    148148      <filename>lynx.cfg</filename> file found in
    149149      <filename class="directory">/etc</filename>.</para>
    150    
     150
    151151    </sect3>
    152    
     152
    153153  </sect2>
    154  
     154
    155155  <sect2 role="content">
    156156    <title>Contents</title>
     
    160160    <segtitle>Installed Libraries</segtitle>
    161161    <segtitle>Installed Directory</segtitle>
    162    
     162
    163163    <seglistitem>
    164164      <seg>lynx</seg>
     
    167167    </seglistitem>
    168168    </segmentedlist>
    169    
     169
    170170    <variablelist>
    171171      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    172172      <?dbfo list-presentation="list"?>
    173173      <?dbhtml list-presentation="table"?>
    174      
     174
    175175      <varlistentry id="lynx-prog">
    176176        <term><command>lynx</command></term>
     
    183183        </listitem>
    184184      </varlistentry>
    185    
     185
    186186    </variablelist>
    187187
  • basicnet/textweb/textweb.xml

    rbab92281 r50b8d8b  
    88<chapter id="basicnet-textweb">
    99  <?dbhtml filename="textweb.html"?>
    10  
     10
    1111  <title>Text Web Browsers</title>
    12  
     12
    1313  <para>People who are new to Unix-based systems tend to ask the question "Why on
    1414  earth would I want a text-mode browser?  I'm going to compile
     
    2424  to partially sighted or blind users).  We currently have installation
    2525  instructions for three console web browsers:</para>
    26  
     26
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="links.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lynx.xml"/>
  • basicnet/textweb/w3m.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="w3m" xreflabel="w3m">
    1616  <?dbhtml filename="w3m.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>W3m-&w3m-version;</title>
    24  
     24
    2525  <indexterm zone="w3m">
    2626    <primary sortas="a-W3m">W3m</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to W3m</title>
    31    
     31
    3232    <para><application>w3m</application> is primarily a pager but it can also be
    3333    used as a text-mode WWW browser.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">W3m Dependencies</bridgehead>
    58    
     58
    5959    <bridgehead renderas="sect4">Required</bridgehead>
    6060    <para><ulink
    6161    url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink></para>
    62    
     62
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para><xref linkend="pkgconfig"/>,
     
    7171    <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
    7272    a Mail User Agent and an External Browser</para>
    73    
     73
    7474  </sect2>
    75  
     75
    7676  <sect2 role="installation">
    7777    <title>Installation of W3m</title>
     
    8585install -v -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
    8686install -v -D -m 644 doc/menu.default /etc/w3m/menu</userinput></screen>
    87    
     87
    8888  </sect2>
    89  
     89
    9090  <sect2 role="configuration">
    9191    <title>Configuring W3m</title>
    92    
     92
    9393    <sect3 id="w3m-config">
    9494      <title>Config Files</title>
    95      
     95
    9696      <para><filename>/etc/w3m/*</filename> and
    9797      <filename>~/.w3m/*</filename></para>
    98      
     98
    9999      <indexterm zone="w3m w3m-config">
    100100        <primary sortas="e-etc-w3m/*">/etc/w3m/*</primary>
    101101      </indexterm>
    102      
     102
    103103      <indexterm zone="w3m w3m-config">
    104104        <primary sortas="e-AA.w3m/*">~/.w3m/*</primary>
    105105      </indexterm>
    106      
     106
    107107    </sect3>
    108    
     108
    109109  </sect2>
    110  
     110
    111111  <sect2 role="content">
    112112    <title>Contents</title>
    113    
     113
    114114    <segmentedlist>
    115115      <segtitle>Installed Programs</segtitle>
    116116      <segtitle>Installed Libraries</segtitle>
    117117      <segtitle>Installed Directories</segtitle>
    118      
     118
    119119      <seglistitem>
    120120        <seg>w3m and w3mman</seg>
     
    123123      </seglistitem>
    124124    </segmentedlist>
    125    
     125
    126126    <variablelist>
    127127      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    128128      <?dbfo list-presentation="list"?>
    129129      <?dbhtml list-presentation="table"?>
    130      
     130
    131131      <varlistentry id="w3m-prog">
    132132        <term><command>w3m</command></term>
     
    138138        </listitem>
    139139      </varlistentry>
    140      
     140
    141141      <varlistentry id="w3mman">
    142142        <term><command>w3mman</command></term>
     
    149149        </listitem>
    150150      </varlistentry>
    151      
     151
    152152    </variablelist>
    153    
     153
    154154  </sect2>
    155  
     155
    156156</sect1>
Note: See TracChangeset for help on using the changeset viewer.