Changeset 5b6516d


Ignore:
Timestamp:
05/02/2005 06:38:23 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:
c18d3b25
Parents:
88a311cd
Message:

Tagged screen.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/screen.xml

    r88a311cd r5b6516d  
    55  %general-entities;
    66
    7 <!ENTITY screen-download-http "http://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
    8 <!ENTITY screen-download-ftp "ftp://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
    9 <!ENTITY screen-md5sum "ed68ea9b43d9fba0972cb017a24940a1">
    10 <!ENTITY screen-size "825 KB">
    11 <!ENTITY screen-buildsize "5.8 MB">
    12 <!ENTITY screen-time "0.17 SBU">
     7  <!ENTITY screen-download-http "http://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
     8  <!ENTITY screen-download-ftp "ftp://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
     9  <!ENTITY screen-md5sum "ed68ea9b43d9fba0972cb017a24940a1">
     10  <!ENTITY screen-size "825 KB">
     11  <!ENTITY screen-buildsize "5.8 MB">
     12  <!ENTITY screen-time "0.17 SBU">
    1313]>
    1414
    1515<sect1 id="screen" xreflabel="Screen-&screen-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="screen.html"?>
    21 <title>Screen-&screen-version;</title>
    22 <indexterm zone="screen">
    23 <primary sortas="a-Screen">Screen</primary>
    24 </indexterm>
     16  <?dbhtml filename="screen.html"?>
     17 
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22 
     23  <title>Screen-&screen-version;</title>
     24 
     25  <indexterm zone="screen">
     26    <primary sortas="a-Screen">Screen</primary>
     27  </indexterm>
    2528
    26 <sect2>
    27 <title>Introduction to <application>Screen</application></title>
     29  <sect2 role="package">
     30    <title>Introduction to Screen</title>
     31   
     32    <para><application>Screen</application> is a terminal multiplexor that
     33    runs several separate processes, typically interactive shells, on a single
     34    physical character-based terminal. Each virtual terminal emulates a DEC
     35    VT100 plus several ANSI X3.64 and ISO 2022 functions and also supports
     36    configurable input and output translation, serial port support, configurable
     37    logging, multi-user support, and UTF-8 character encoding support (currently
     38    not supported by LFS). Screen sessions can be detached and resumed
     39    later on a different terminal.</para>
     40   
     41    <bridgehead renderas="sect3">Package Information</bridgehead>
     42    <itemizedlist spacing="compact">
     43      <listitem>
     44        <para>Download (HTTP): <ulink url="&screen-download-http;"/></para>
     45      </listitem>
     46      <listitem>
     47        <para>Download (FTP): <ulink url="&screen-download-ftp;"/></para>
     48      </listitem>
     49      <listitem>
     50        <para>Download MD5 sum: &screen-md5sum;</para>
     51      </listitem>
     52      <listitem>
     53        <para>Download size: &screen-size;</para>
     54      </listitem>
     55      <listitem>
     56        <para>Estimated disk space required: &screen-buildsize;</para>
     57      </listitem>
     58      <listitem>
     59        <para>Estimated build time: &screen-time;</para>
     60      </listitem>
     61    </itemizedlist>
     62   
     63    <bridgehead renderas="sect3">Screen Dependencies</bridgehead>
     64   
     65    <bridgehead renderas="sect4">Optional</bridgehead>
     66    <para><xref linkend="Linux_PAM"/></para>
     67   
     68  </sect2>
     69 
     70  <sect2 role="installation">
     71    <title>Installation of Screen</title>
    2872
    29 <para><application>Screen</application> is a terminal multiplexor that
    30 runs several separate processes, typically interactive shells, on a
    31 single physical character-based terminal. Each virtual terminal emulates
    32 a <acronym>DEC</acronym> VT100 plus several <acronym>ANSI</acronym>
    33 X3.64 and <acronym>ISO</acronym> 2022 functions and also supports
    34 configurable input and output translation, serial port support,
    35 configurable logging, multi-user support, and <acronym>UTF</acronym>-8
    36 character encoding support (currently not supported by
    37 <acronym>LFS</acronym>). Screen sessions can be detached and resumed
    38 later on a different terminal.</para>
     73    <para>Install <application>Screen</application> by running the
     74    following commands:</para>
    3975
    40 <sect3><title>Package information</title>
    41 <itemizedlist spacing='compact'>
    42 <listitem><para>Download (HTTP):
    43 <ulink url="&screen-download-http;"/></para></listitem>
    44 <listitem><para>Download (FTP):
    45 <ulink url="&screen-download-ftp;"/></para></listitem>
    46 <listitem><para>Download MD5 sum:
    47 &screen-md5sum;</para></listitem>
    48 <listitem><para>Download size:
    49 &screen-size;</para></listitem>
    50 <listitem><para>Estimated disk space required:
    51 &screen-buildsize;</para></listitem>
    52 <listitem><para>Estimated build time:
    53 &screen-time;</para></listitem></itemizedlist>
    54 </sect3>
    55 
    56 <sect3><title><application>Screen</application> dependencies</title>
    57 <sect4><title>Optional</title>
    58 <para><xref linkend="Linux_PAM"/></para>
    59 </sect4>
    60 </sect3>
    61 
    62 </sect2>
    63 
    64 <sect2>
    65 <title>Installation of <application>Screen</application></title>
    66 
    67 <para>Install <application>Screen</application> by running the
    68 following commands:</para>
    69 
    70 <screen><userinput><command>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
     76<screen><userinput>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
    7177    --with-sys-screenrc=/etc/screenrc &amp;&amp;
    7278sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
    73 make</command></userinput></screen>
     79make</userinput></screen>
    7480
    75 <para>This package does not come with a test suite.</para>
     81    <para>This package does not come with a test suite.</para>
     82   
     83    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     84   
     85<screen role="root"><userinput>make install &amp;&amp;
     86install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
     87   
     88  </sect2>
     89 
     90  <sect2 role="configuration">
     91    <title>Configuring Screen</title>
    7692
    77 <para>Now, as the root user:</para>
     93    <sect3 id ="screen-config">
     94      <title>Config Files</title>
     95     
     96      <para><filename>/etc/screenrc</filename> and
     97      <filename>~/.screenrc</filename></para>
     98         
     99      <indexterm zone="screen screen-config">
     100        <primary sortas="e-AA.screenrc">~/.screenrc</primary>
     101      </indexterm>
     102     
     103      <indexterm zone="screen screen-config">
     104        <primary sortas="e-etc-screenrc">/etc/screenrc</primary>
     105      </indexterm>
     106   
     107    </sect3>
    78108
    79 <screen><userinput role='root'><command>make install &amp;&amp;
    80 install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen>
     109    <sect3>
     110      <title>Configuration Information</title>
     111     
     112      <para>You may want to look at the example configuration file that was
     113      installed and customize it for your needs.</para>
     114   
     115    </sect3>
     116   
     117  </sect2>
     118 
     119  <sect2 role="content">
     120    <title>Contents</title>
    81121
    82 </sect2>
    83 
    84 <sect2>
    85 <title>Configuring <application>Screen</application></title>
    86 
    87 <sect3 id ="screen-config"><title>Config files</title>
    88 <para><filename>/etc/screenrc</filename> and
    89 <filename>~/.screenrc</filename>
    90 </para>
    91 <indexterm zone="screen screen-config">
    92 <primary sortas="e-AA.screenrc">~/.screenrc</primary></indexterm>
    93 <indexterm zone="screen screen-config">
    94 <primary sortas="e-etc-screenrc">/etc/screenrc</primary></indexterm>
    95 </sect3>
    96 
    97 <sect3><title>Configuration Information</title>
    98 <para>You may want to look at the example configuration file that was
    99 installed and customize it for your needs.</para>
    100 </sect3>
    101 
    102 </sect2>
    103 
    104 <sect2>
    105 <title>Contents</title>
    106 
    107 <segmentedlist>
    108 <segtitle>Installed Programs</segtitle>
    109 <segtitle>Installed Libraries</segtitle>
    110 <segtitle>Installed Directories</segtitle>
    111 
    112 <seglistitem>
    113 <seg>screen</seg>
    114 <seg>None</seg>
    115 <seg>/var/run/screen</seg>
    116 </seglistitem>
    117 </segmentedlist>
    118 
    119 <variablelist>
    120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    121 <?dbfo list-presentation="list"?>
    122 
    123 <varlistentry id="screen-prog">
    124 <term><command>screen</command></term>
    125 <listitem><para>is a terminal multiplexor with VT100/<acronym>ANSI</acronym>
    126 terminal emulation.</para>
    127 <indexterm zone="screen screen-prog">
    128 <primary sortas="b-screen">screen</primary>
    129 </indexterm></listitem>
    130 </varlistentry>
    131 </variablelist>
    132 </sect2>
     122    <segmentedlist>
     123      <segtitle>Installed Programs</segtitle>
     124      <segtitle>Installed Libraries</segtitle>
     125      <segtitle>Installed Directories</segtitle>
     126     
     127      <seglistitem>
     128        <seg>screen</seg>
     129        <seg>None</seg>
     130        <seg>/var/run/screen</seg>
     131      </seglistitem>
     132    </segmentedlist>
     133   
     134    <variablelist>
     135      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     136      <?dbfo list-presentation="list"?>
     137      <?dbhtml list-presentation="table"?>
     138     
     139      <varlistentry id="screen-prog">
     140        <term><command>screen</command></term>
     141        <listitem>
     142          <para>is a terminal multiplexor with VT100/ANSI
     143          terminal emulation.</para>
     144          <indexterm zone="screen screen-prog">
     145            <primary sortas="b-screen">screen</primary>
     146          </indexterm>
     147        </listitem>
     148      </varlistentry>
     149   
     150    </variablelist>
     151   
     152  </sect2>
    133153
    134154</sect1>
Note: See TracChangeset for help on using the changeset viewer.