Changeset 1155be78 for postlfs/shells


Ignore:
Timestamp:
08/31/2003 12:30:28 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
42333a2
Parents:
d8e2e7ce
Message:

intro update for joe and zsh

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

Location:
postlfs/shells/zsh
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh/zsh-config.xml

    rd8e2e7ce r1155be78  
    11<sect2>
    2 <title>Configuring zsh</title>
     2<title>Configuring <application>zsh</application></title>
    33
    44<sect3><title>Config files</title>
     
    77<filename>/etc/zshrc</filename>, <filename>/etc/zlogin</filename> and
    88<filename>/etc/zlogout</filename>.  You can find more information on
    9 these in the <userinput>zsh(1)</userinput> and related
     9these in the <filename>zsh(1)</filename> and related
    1010man pages.</para>
    1111</sect3>
  • postlfs/shells/zsh/zsh-desc.xml

    rd8e2e7ce r1155be78  
    22<title>Contents</title>
    33
    4 <para>The zsh package contains <userinput>zsh</userinput>.</para>
     4<para>The <application>zsh</application> package contains <command>zsh</command>.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>zsh</title>
    11 <para>zsh is a shell which has  command line editing, built-in spelling
     11<para><command>zsh</command> is a shell which has  command line editing, built-in spelling
    1212correction, programmable command completion, shell functions (with
    1313autoloading), a history mechanism, and a host of other features.</para></sect3>
  • postlfs/shells/zsh/zsh-inst.xml

    rd8e2e7ce r1155be78  
    11<sect2>
    2 <title>Installation of zsh</title>
     2<title>Installation of <application>zsh</application></title>
    33
    4 <para>Install zsh by running the following commands:</para>
     4<para>Install <application>zsh</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • postlfs/shells/zsh/zsh-intro.xml

    rd8e2e7ce r1155be78  
    11<sect2>
    2 <title>Introduction to zsh</title>
     2<title>Introduction to <application>zsh</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&zsh-download-http;"/>
    5 Download location (FTP):        <ulink url="&zsh-download-ftp;"/>
    6 Version used:                   &zsh-version;
    7 Package size:                   &zsh-size;
    8 Estimated Disk space required:  &zsh-buildsize;
    9 Estimated build time:           &zsh-time;</screen>
     4<para>The <application>zsh</application> package contains the
     5<command>zsh</command> shell.  <command>zsh</command> is a command
     6interpreter (shell) usable as an interactive login shell and as
     7a shell script command processor.  Of the standard shells,
     8<application>zsh</application> most
     9closely resembles <application>ksh</application> but includes many enhancements.</para>
    1010
    11 <para>The zsh package contains the zsh shell.  zsh is a command
    12 interpreter (shell) usable as an interactive login shell and as
    13 a shell script command processor.  Of the standard shells, zsh most
    14 closely resembles ksh but includes many enhancements.</para>
     11<sect3><title>Package information</title>
     12<itemizedlist spacing='compact'>
     13<listitem><para>Download (HTTP): <ulink
     14url="&zsh-download-http;"/></para></listitem>
     15<listitem><para>Download (FTP): <ulink
     16url="&zsh-download-ftp;"/></para></listitem>
     17<listitem><para>Download size: &zsh-size;</para></listitem>
     18<listitem><para>Estimated Disk space required:
     19&zsh-buildsize;</para></listitem>
     20<listitem><para>Estimated build time:
     21&zsh-time;</para></listitem></itemizedlist>
     22</sect3>
    1523
    1624</sect2>
  • postlfs/shells/zsh/zsh.ent

    rd8e2e7ce r1155be78  
    44<!ENTITY zsh-desc SYSTEM "zsh-desc.xml">
    55<!ENTITY zsh-config SYSTEM "zsh-config.xml">
    6 <!ENTITY zsh-buildsize "14 MB">
    7 <!ENTITY zsh-version "4.0.6">
    8 <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-4.0.6.tar.bz2">
    9 <!ENTITY zsh-download-ftp "ftp://ftp.zsh.org/zsh/zsh-4.0.6.tar.bz2">
    10 <!ENTITY zsh-size "1.6 MB">
    11 <!ENTITY zsh-time "2.31 SBU">
     6<!ENTITY zsh-buildsize "16 MB">
     7<!ENTITY zsh-version "4.1.1">
     8<!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
     9<!ENTITY zsh-download-ftp "ftp://ftp.zsh.org/zsh/zsh-&zsh-version;.tar.bz2">
     10<!ENTITY zsh-size "1.9 MB">
     11<!ENTITY zsh-time "0.55 SBU">
Note: See TracChangeset for help on using the changeset viewer.