Changeset a6a160b for postlfs/shells


Ignore:
Timestamp:
05/14/2005 05:13:56 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:
dd351d84
Parents:
eab549f
Message:

Tagged zsh.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    reab549f ra6a160b  
    1515
    1616<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
    17 <sect1info>
    18 <othername>$LastChangedBy$</othername>
    19 <date>$Date$</date>
    20 </sect1info>
    21 <?dbhtml filename="zsh.html"?>
    22 <title>ZSH-&zsh-version;</title>
    23 <indexterm zone="zsh">
    24 <primary sortas="a-ZSH">ZSH</primary></indexterm>
     17  <?dbhtml filename="zsh.html"?>
    2518
    26 <sect2>
    27 <title>Introduction to <application>ZSH</application></title>
     19  <sect1info>
     20    <othername>$LastChangedBy$</othername>
     21    <date>$Date$</date>
     22  </sect1info>
    2823
    29 <para>The <application>ZSH</application> package contains a command
    30 interpreter (shell) usable as an interactive login shell and as
    31 a shell script command processor.  Of the standard shells,
    32 <application>ZSH</application> most
    33 closely resembles <application>KSH</application> but includes many
    34 enhancements.</para>
     24  <title>ZSH-&zsh-version;</title>
    3525
    36 <sect3><title>Package information</title>
    37 <itemizedlist spacing='compact'>
    38 <listitem><para>Download (HTTP): <ulink
    39 url="&zsh-download-http;"/></para></listitem>
    40 <listitem><para>Download (FTP): <ulink
    41 url="&zsh-download-ftp;"/></para></listitem>
    42 <listitem><para>Download MD5 sum: &zsh-md5sum;</para></listitem>
    43 <listitem><para>Download size: &zsh-size;</para></listitem>
    44 <listitem><para>Estimated disk space required:
    45 &zsh-buildsize;</para></listitem>
    46 <listitem><para>Estimated build time:
    47 &zsh-time;</para></listitem></itemizedlist>
    48 </sect3>
     26  <indexterm zone="zsh">
     27    <primary sortas="a-ZSH">ZSH</primary>
     28  </indexterm>
    4929
    50 <sect3><title><application>ZSH</application> dependencies</title>
    51 <sect4><title>Optional</title>
    52 <para><xref linkend="pcre"/></para></sect4>
    53 </sect3>
     30  <sect2 role="package">
     31    <title>Introduction to ZSH</title>
    5432
    55 </sect2>
     33    <para>The <application>ZSH</application> package contains a command
     34    interpreter (shell) usable as an interactive login shell and as
     35    a shell script command processor. Of the standard shells,
     36    <application>ZSH</application> most closely resembles
     37    <application>KSH</application> but includes many enhancements.</para>
    5638
    57 <sect2>
    58 <title>Installation of <application>ZSH</application></title>
     39    <bridgehead renderas="sect3">Package Information</bridgehead>
     40    <itemizedlist spacing="compact">
     41      <listitem>
     42        <para>Download (HTTP): <ulink url="&zsh-download-http;"/></para>
     43      </listitem>
     44      <listitem>
     45        <para>Download (FTP): <ulink url="&zsh-download-ftp;"/></para>
     46      </listitem>
     47      <listitem>
     48        <para>Download MD5 sum: &zsh-md5sum;</para>
     49      </listitem>
     50      <listitem>
     51        <para>Download size: &zsh-size;</para>
     52      </listitem>
     53      <listitem>
     54        <para>Estimated disk space required: &zsh-buildsize;</para>
     55      </listitem>
     56      <listitem>
     57        <para>Estimated build time: &zsh-time;</para>
     58      </listitem>
     59    </itemizedlist>
    5960
    60 <para>Install <application>ZSH</application> by running the following
    61 commands:</para>
     61    <bridgehead renderas="sect3">ZSH Dependencies</bridgehead>
    6262
    63 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    64 make</command></userinput></screen>
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para><xref linkend="pcre"/></para>
    6565
    66 <para>Now, as the root user:</para>
     66  </sect2>
    6767
    68 <screen><userinput role='root'><command>make install</command></userinput></screen>
     68  <sect2 role="installation">
     69    <title>Installation of ZSH</title>
    6970
    70 </sect2>
     71    <para>Install <application>ZSH</application> by running the following
     72    commands:</para>
    7173
    72 <sect2>
    73 <title>Configuring <application>ZSH</application></title>
     74<screen><userinput>./configure --prefix=/usr &amp;&amp;
     75make</userinput></screen>
    7476
    75 <sect3 id="zsh-config"><title>Config files</title>
    76 <para>There are a whole host of configuration files for
    77 <application>ZSH</application> including
    78 <filename>/etc/zshenv</filename>,
    79 <filename>/etc/zprofile</filename>,
    80 <filename>/etc/zshrc</filename>,
    81 <filename>/etc/zlogin</filename> and
    82 <filename>/etc/zlogout</filename>. You can find more information on these in
    83 the <filename>zsh(1)</filename> and related man pages.</para>
     77    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8478
    85 <indexterm zone="zsh zsh-config">
    86 <primary sortas="e-etc-zshenv">/etc/zshenv</primary></indexterm>
    87 <indexterm zone="zsh zsh-config">
    88 <primary sortas="e-etc-zprofile">/etc/zprofile</primary></indexterm>
    89 <indexterm zone="zsh zsh-config">
    90 <primary sortas="e-etc-zshrc">/etc/zshrc</primary></indexterm>
    91 <indexterm zone="zsh zsh-config">
    92 <primary sortas="e-etc-zlogin">/etc/zlogin</primary></indexterm>
    93 <indexterm zone="zsh zsh-config">
    94 <primary sortas="e-etc-zlogout">/etc/zlogout</primary></indexterm>
    95 </sect3>
     79<screen role="root"><userinput>make install</userinput></screen>
    9680
    97 </sect2>
     81  </sect2>
    9882
    99 <sect2>
    100 <title>Contents</title>
     83  <sect2 role="configuration">
     84    <title>Configuring ZSH</title>
    10185
    102 <segmentedlist>
    103 <segtitle>Installed Program</segtitle>
    104 <segtitle>Installed Libraries</segtitle>
    105 <segtitle>Installed Directories</segtitle>
    106 <seglistitem>
    107 <seg>zsh</seg>
    108 <seg>None</seg>
    109 <seg>/usr/lib/zsh, /user/share/zsh</seg>
    110 </seglistitem>
    111 </segmentedlist>
     86    <sect3 id="zsh-config">
     87      <title>Config Files</title>
    11288
    113 <variablelist>
    114 <bridgehead renderas="sect3">Short Description</bridgehead>
    115 <?dbfo list-presentation="list"?>
     89      <para>There are a whole host of configuration files for
     90      <application>ZSH</application> including <filename>/etc/zshenv</filename>,
     91      <filename>/etc/zprofile</filename>, <filename>/etc/zshrc</filename>,
     92      <filename>/etc/zlogin</filename>, and <filename>/etc/zlogout</filename>.
     93      You can find more information on these in the <filename>zsh(1)</filename>
     94      and related man pages.</para>
    11695
    117 <varlistentry id="zsh-prog">
    118 <term><command>zsh</command></term>
    119 <listitem><para>is a shell which has command-line editing, built-in spelling
    120 correction, programmable command completion, shell functions (with
    121 autoloading), a history mechanism, and a host of other features.</para>
    122 <indexterm zone="zsh zsh-prog">
    123 <primary sortas="b-zsh">zsh</primary></indexterm>
    124 </listitem>
    125 </varlistentry>
    126 </variablelist>
     96      <indexterm zone="zsh zsh-config">
     97        <primary sortas="e-etc-zshenv">/etc/zshenv</primary>
     98      </indexterm>
    12799
    128 </sect2>
     100      <indexterm zone="zsh zsh-config">
     101        <primary sortas="e-etc-zprofile">/etc/zprofile</primary>
     102      </indexterm>
     103
     104      <indexterm zone="zsh zsh-config">
     105        <primary sortas="e-etc-zshrc">/etc/zshrc</primary>
     106      </indexterm>
     107
     108      <indexterm zone="zsh zsh-config">
     109        <primary sortas="e-etc-zlogin">/etc/zlogin</primary>
     110      </indexterm>
     111
     112      <indexterm zone="zsh zsh-config">
     113        <primary sortas="e-etc-zlogout">/etc/zlogout</primary>
     114      </indexterm>
     115
     116    </sect3>
     117
     118  </sect2>
     119
     120  <sect2 role="content">
     121    <title>Contents</title>
     122
     123    <segmentedlist>
     124      <segtitle>Installed Program</segtitle>
     125      <segtitle>Installed Libraries</segtitle>
     126      <segtitle>Installed Directories</segtitle>
     127
     128      <seglistitem>
     129        <seg>zsh</seg>
     130        <seg>None</seg>
     131        <seg>/usr/lib/zsh, /user/share/zsh</seg>
     132      </seglistitem>
     133    </segmentedlist>
     134
     135    <variablelist>
     136      <bridgehead renderas="sect3">Short Description</bridgehead>
     137      <?dbfo list-presentation="list"?>
     138      <?dbhtml list-presentation="table"?>
     139
     140      <varlistentry id="zsh-prog">
     141        <term><command>zsh</command></term>
     142        <listitem>
     143          <para>is a shell which has command-line editing, built-in spelling
     144          correction, programmable command completion, shell functions (with
     145          autoloading), a history mechanism, and a host of other features.</para>
     146          <indexterm zone="zsh zsh-prog">
     147            <primary sortas="b-zsh">zsh</primary>
     148          </indexterm>
     149        </listitem>
     150      </varlistentry>
     151
     152    </variablelist>
     153
     154  </sect2>
    129155
    130156</sect1>
    131 
Note: See TracChangeset for help on using the changeset viewer.