Ignore:
Timestamp:
06/11/2004 07:06:47 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
709f35f
Parents:
b5951ec
Message:

New XML Chapter 7 - Part II done

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    rb5951ec r44f085a  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
     8  <!ENTITY zsh-download-ftp  "ftp://ftp.zsh.org/zsh/zsh-&zsh-version;.tar.bz2">
     9  <!ENTITY zsh-size          "1.9 MB">
     10  <!ENTITY zsh-buildsize     "17 MB">
     11  <!ENTITY zsh-time          "0.51 SBU">
     12]>
     13
    114<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
    215<?dbhtml filename="zsh.html"?>
    316<title>ZSH-&zsh-version;</title>
    417
    5 &zsh-intro;
    6 &zsh-inst;
    7 &zsh-config;
    8 &zsh-desc;
     18<sect2>
     19<title>Introduction to <application>ZSH</application></title>
     20
     21<para>The <application>ZSH</application> package contains a command
     22interpreter (shell) usable as an interactive login shell and as
     23a shell script command processor.  Of the standard shells,
     24<application>ZSH</application> most
     25closely resembles <application>KSH</application> but includes many enhancements.</para>
     26
     27<sect3><title>Package information</title>
     28<itemizedlist spacing='compact'>
     29<listitem><para>Download (HTTP): <ulink
     30url="&zsh-download-http;"/></para></listitem>
     31<listitem><para>Download (FTP): <ulink
     32url="&zsh-download-ftp;"/></para></listitem>
     33<listitem><para>Download size: &zsh-size;</para></listitem>
     34<listitem><para>Estimated Disk space required:
     35&zsh-buildsize;</para></listitem>
     36<listitem><para>Estimated build time:
     37&zsh-time;</para></listitem></itemizedlist>
     38</sect3>
     39
     40<sect3><title><application>ZSH</application> dependencies</title>
     41<sect4><title>Optional</title>
     42<para><xref linkend="pcre"/></para></sect4>
     43</sect3>
     44
     45</sect2>
     46
     47<sect2>
     48<title>Installation of <application>ZSH</application></title>
     49
     50<para>Install <application>ZSH</application> by running the following commands:</para>
     51
     52<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     53make &amp;&amp;
     54make install</command></userinput></screen>
     55
     56</sect2>
     57
     58<sect2>
     59<title>Configuring <application>ZSH</application></title>
     60
     61<sect3><title>Config files</title>
     62<para>There are a whole host of configuration files for
     63<application>ZSH</application> including
     64<filename>/etc/zshenv</filename>, <filename>/etc/zprofile</filename>,
     65<filename>/etc/zshrc</filename>, <filename>/etc/zlogin</filename>, and
     66<filename>/etc/zlogout</filename>.  You can find more information on
     67these in the <filename>zsh(1)</filename> and related
     68man pages.</para>
     69</sect3>
     70
     71</sect2>
     72
     73<sect2>
     74<title>Contents</title>
     75
     76<para>The <application>ZSH</application> package contains <command>zsh</command>.</para>
     77
     78</sect2>
     79
     80<sect2><title>Description</title>
     81
     82<sect3><title>zsh</title>
     83<para><command>zsh</command> is a shell which has  command-line editing, built-in spelling
     84correction, programmable command completion, shell functions (with
     85autoloading), a history mechanism, and a host of other features.</para></sect3>
     86
     87</sect2>
    988
    1089</sect1>
Note: See TracChangeset for help on using the changeset viewer.