Changeset f8d632a for postlfs


Ignore:
Timestamp:
06/10/2004 04:31:35 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:
b4b71892
Parents:
5f610523
Message:

New XML Chapter 3

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

Location:
postlfs
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/bootdisk.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-bootdisk">
    29<?dbhtml filename="bootdisk.html"?>
  • postlfs/config/compressdoc.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-compressdoc" xreflabel="compressdoc">
    29<?dbhtml filename="compressdoc.html"?>
  • postlfs/config/config.xml

    r5f610523 rf8d632a  
     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-config">
    29<?dbhtml filename="config.html"?>
     
    3239</para>
    3340
    34 &postlfs-config-bootdisk;
    35 &postlfs-config-skel;
    36 &postlfs-config-inputrc;
    37 &postlfs-config-profile;
    38 &postlfs-config-vimrc;
    39 &postlfs-config-logon;
    40 &postlfs-config-shells;
    41 &postlfs-config-random;
    42 &postlfs-config-compressdoc;
    43 &postlfs-config-netfs;
     41<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootdisk.xml"/>
     42<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="skel.xml"/>
     43<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/>
     44<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="profile.xml"/>
     45<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vimrc.xml"/>
     46<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="logon.xml"/>
     47<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="etcshells.xml"/>
     48<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="random.xml"/>
     49<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="compressdoc.xml"/>
     50<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="netfs.xml"/>
     51
    4452
    4553</chapter>
  • postlfs/config/etcshells.xml

    r5f610523 rf8d632a  
     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<sect1 id="postlfs-config-shells">
    29<?dbhtml filename="etcshells.html"?>
  • postlfs/config/inputrc.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-inputrc" xreflabel="/etc/inputrc">
    29<?dbhtml filename="inputrc.html"?>
  • postlfs/config/logon.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-logon">
    29<?dbhtml filename="logon.html"?>
  • postlfs/config/netfs.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-netfs"  xreflabel="netfs">
    29<?dbhtml filename="netfs.html"?>
  • postlfs/config/profile.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-profile" xreflabel="The Bash Shell Startup Files">
    29<?dbhtml filename="profile.html"?>
  • postlfs/config/random.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-random" xreflabel="random">
    29<?dbhtml filename="random.html"?>
  • postlfs/config/skel.xml

    r5f610523 rf8d632a  
     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
    18<sect1 id="postlfs-config-skel">
    29<?dbhtml filename="skel.html"?>
  • postlfs/config/vimrc.xml

    r5f610523 rf8d632a  
     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<sect1 id="postlfs-config-vimrc" xreflabel="/etc/vimrc, ~/.vimrc">
    29<?dbhtml filename="vimrc.html"?>
  • postlfs/postlfs.xml

    r5f610523 rf8d632a  
    33<title>Post <acronym>LFS</acronym> Configuration and Extra Software</title>
    44
    5 &postlfs-config;
     5<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postlfs/config/config.xml"/>
     6<!-- &postlfs-config; -->
    67&postlfs-security;
    78<!-- &postlfs-filesystems; -->
Note: See TracChangeset for help on using the changeset viewer.