Changeset 44f085a


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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb5951ec r44f085a  
    4343
    4444<!-- Chapter 7 -->
    45 
     45<!ENTITY ash-version       "0.4.0">
     46<!ENTITY tcsh-version      "6.13.00"> 
     47<!ENTITY zsh-version       "4.2.0">       
    4648
    4749<!-- Part III -->
  • index.xml

    rb5951ec r44f085a  
    2828%book;
    2929<!-- %preface;
    30 %introduction;  -->
    31 %postlfs;
     30%introduction;
     31%postlfs; -->
    3232%general;
    3333%connect;
     
    5555
    5656<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/introduction.xml"/>
    57 <!-- &introduction; -->
    58 &postlfs;
     57<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/postlfs.xml"/>
    5958&general;
    6059&connect;
  • postlfs/postlfs.xml

    rb5951ec r44f085a  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE part 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
    18<part id="postlfs" xreflabel="Post LFS Configuration and Extra Software">
    29<?dbhtml filename="postlfs.html" dir="postlfs"?>
    310<title>Post <acronym>LFS</acronym> Configuration and Extra Software</title>
    411
    5 <!-- &postlfs-config; -->
    6 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/config/config.xml"/>
    7 
    8 <!-- &postlfs-security; -->
    9 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/security/security.xml"/>
    10 
    11 <!-- &postlfs-filesystems; -->
    12 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/filesystems/filesystems.xml"/>
    13 
    14 <!-- &postlfs-editors; -->
    15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/editors/editors.xml"/>
    16 
    17 &postlfs-shells;
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="config/config.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="security/security.xml"/>
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="filesystems/filesystems.xml"/>
     15<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="editors/editors.xml"/>
     16<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="shells/shells.xml"/>
    1817
    1918</part>
  • postlfs/shells/ash.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 ash-version "0.4.0">
     8<!ENTITY ash-download-http " ">
     9<!ENTITY ash-download-ftp "ftp://distro.ibiblio.org/pub/Linux/distributions/slackware/slackware_source/ap/ash/ash-&ash-version;.tar.gz">
     10<!ENTITY ash-size "118 KB">
     11<!ENTITY ash-buildsize "2.7 MB">
     12<!ENTITY ash-time "0.06 SBU">
     13
     14]>
     15
    116<sect1 id="ash" xreflabel="ASH-&ash-version;">
    217<?dbhtml filename="ash.html"?>
    318<title>ASH-&ash-version;</title>
    419
    5 &ash-intro;
    6 &ash-inst;
    7 &ash-config;
    8 &ash-desc;
     20<sect2>
     21<title>Introduction to <application>ASH</application></title>
     22
     23<para><command>ash</command> is a shell that is the most compliant with the
     24Bourne Shell (not to be confused with Bourne Again SHell i.e., <application>Bash</application>
     25installed in <acronym>LFS</acronym>) without any additional features.
     26Bourne Shell is available on most commercial
     27<acronym>UNIX</acronym> systems. Hence <command>ash</command> is useful for testing
     28scripts to be <command>sh</command>-compliant. It also has a small memory and space requirements
     29compared to the other <command>sh</command>-compliant shells.</para>
     30
     31<sect3><title>Package information</title>
     32<itemizedlist spacing='compact'>
     33<listitem><para>Download (HTTP): <ulink
     34url="&ash-download-http;"/></para></listitem>
     35<listitem><para>Download (FTP): <ulink
     36url="&ash-download-ftp;"/></para></listitem>
     37<listitem><para>Download size: &ash-size;</para></listitem>
     38<listitem><para>Estimated Disk space required:
     39&ash-buildsize;</para></listitem>
     40<listitem><para>Estimated build time:
     41&ash-time;</para></listitem></itemizedlist>
     42</sect3>
     43
     44<sect3><title>Additional downloads</title>
     45<itemizedlist spacing='compact'>
     46<listitem><para>Required patch:
     47<ulink url="&patch-root;/ash-&ash-version;-cumulative_fixes-1.patch"/></para></listitem>
     48</itemizedlist>
     49</sect3>
     50
     51</sect2>
     52
     53<sect2>
     54<title>Installation of <application>ASH</application></title>
     55
     56<para>Install <application>ASH</application> by running the following commands:</para>
     57
     58<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
     59make &amp;&amp;
     60install -m 755 sh /bin/ash &amp;&amp;
     61install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen>
     62
     63<para>If you would like to make <command>ash</command> the default sh shell, make a symlink.</para>
     64
     65<screen><userinput><command>ln -sf ash /bin/sh</command></userinput></screen>
     66
     67</sect2>
     68
     69<sect2>
     70<title>Configuring <application>ASH</application></title>
     71
     72<sect3><title>Config files</title>
     73<para><application>ASH</application> sources <filename>/etc/profile</filename>
     74and <filename>$HOME/.profile</filename></para>
     75</sect3>
     76
     77</sect2>
     78
     79<sect2>
     80<title>Contents</title>
     81
     82<para>The <application>ASH</application> package contains <command>ash</command>,
     83a <command>sh</command> compliant shell.</para>
     84
     85</sect2>
     86
     87<sect2><title>Description</title>
     88
     89<sect3><title>ash</title>
     90<para><command>ash</command> is a <command>sh</command>-compliant shell.</para>
     91</sect3>
     92
     93</sect2>
    994
    1095</sect1>
  • postlfs/shells/shells.xml

    rb5951ec r44f085a  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter 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
    18<chapter id="postlfs-shells">
    29<?dbhtml filename="shells.html"?>
     
    815packages compatible with these additional shell types.</para>
    916
    10 &ash;
    11 &tcsh;
    12 &zsh;
     17<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ash.xml"/>   
     18<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcsh.xml"/>   
     19<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zsh.xml"/>   
    1320
    1421</chapter>
  • postlfs/shells/tcsh.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 tcsh-download-http "http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
     8  <!ENTITY tcsh-download-ftp  " ">
     9  <!ENTITY tcsh-size          "804 KB">
     10  <!ENTITY tcsh-buildsize     "9.0 MB">
     11  <!ENTITY tcsh-time          "0.16 SBU">
     12
     13]>
     14
    115<sect1 id="tcsh" xreflabel="Tcsh-&tcsh-version;">
    216<?dbhtml filename="tcsh.html"?>
    317<title>Tcsh-&tcsh-version;</title>
    418
    5 &tcsh-intro;
    6 &tcsh-inst;
    7 &tcsh-exp;
    8 &tcsh-config;
    9 &tcsh-desc;
     19<sect2>
     20<title>Introduction to <application>Tcsh</application></title>
     21
     22<para>The <application>Tcsh</application> package contains "an enhanced but completely compatible
     23version of the Berkeley Unix C shell (csh)".  This is useful as an
     24alternative shell for those who prefer C syntax to that of the bash
     25shell, and also because some programs require the C shell in order to
     26install.</para>
     27
     28<sect3><title>Package information</title>
     29<itemizedlist spacing='compact'>
     30<listitem><para>Download (HTTP): <ulink
     31url="&tcsh-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink
     33url="&tcsh-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &tcsh-size;</para></listitem>
     35<listitem><para>Estimated Disk space required:
     36&tcsh-buildsize;</para></listitem>
     37<listitem><para>Estimated build time:
     38&tcsh-time;</para></listitem></itemizedlist>
     39</sect3>
     40
     41</sect2>
     42
     43<sect2>
     44<title>Installation of <application>Tcsh</application></title>
     45
     46<para>Install <application>Tcsh</application> by running the following commands:</para>
     47
     48<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     49make &amp;&amp;
     50make install &amp;&amp;
     51make install.man &amp;&amp;
     52ln -sf /usr/bin/tcsh /bin/csh</command></userinput></screen>
     53
     54</sect2>
     55
     56<sect2>
     57<title>Command explanations</title>
     58
     59<para><command>ln -sf /usr/bin/tcsh /bin/csh</command>: The
     60<acronym>FHS</acronym> states that
     61if there is a <application>C</application> shell installed, there should be a symlink from
     62<filename>/bin/csh</filename> to it.  This creates that symlink.</para>
     63
     64</sect2>
     65
     66<sect2>
     67<title>Configuring <application>Tcsh</application></title>
     68
     69<sect3><title>Config files</title>
     70<para>There are numerous configuration files for the C shell.  Examples
     71of these are <filename>/etc/csh.cshrc</filename>,
     72<filename>/etc/csh.login</filename>, <filename>~/.tcshrc</filename>,
     73<filename>~/.cshrc</filename>, <filename>~/.history</filename>,
     74<filename>~/.login</filename>, <filename>~/.cshdirs</filename>,
     75<filename>/etc/csh.logout</filename>, <filename>~/.logout</filename> and
     76<filename>~/.logout</filename>.  More information on these files can be
     77found in the <filename>tcsh(1)</filename> man page.</para>
     78</sect3>
     79
     80</sect2>
     81
     82<sect2>
     83<title>Contents</title>
     84
     85<para>The <application>Tcsh</application> package contains
     86<command>tcsh</command>.</para>
     87
     88</sect2>
     89
     90<sect2><title>Description</title>
     91
     92<sect3><title>tcsh</title>
     93<para><command>tcsh</command> is an enhanced but completely compatible version of the
     94Berkeley Unix C shell, csh.  It is usable as both an interactive shell
     95and a script processor.</para></sect3>
     96
     97</sect2>
    1098
    1199</sect1>
  • 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.