new template files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Mark Hymers 2002-07-14 20:13:08 +00:00
parent e88b385ffe
commit 87930b0f69
7 changed files with 32 additions and 22 deletions

View File

@ -1,15 +1,15 @@
<sect3>
<sect2>
<title>Configuring template</title>
<sect4><title>Config files</title>
<sect3><title>Config files</title>
<para><userinput>List of config files</userinput></para>
</sect4>
</sect3>
<sect4><title>Configuration Information</title>
<sect3><title>Configuration Information</title>
<para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config.
</para>
</sect4>
</sect3>
</sect2>

View File

@ -1,17 +1,17 @@
<sect3>
<sect2>
<title>Contents</title>
<para>The template package contains <userinput>LISTOFFILES</userinput></para>
</sect3>
</sect2>
<sect3><title>Description</title>
<sect2><title>Description</title>
<sect4><title>item1</title>
<para>item1 does this</para></sect4>
<sect3><title>item1</title>
<para>item1 does this</para></sect3>
<sect4><title>item2</title>
<para>item2 does that</para></sect4>
<sect3><title>item2</title>
<para>item2 does that</para></sect3>
</sect3>
</sect2>

View File

@ -1,7 +1,7 @@
<sect3>
<sect2>
<title>Command explanations</title>
<para><userinput>COMMAND:</userinput> This command does something.</para>
</sect3>
</sect2>

View File

@ -1,9 +1,9 @@
<sect3>
<sect2>
<title>Installation of template</title>
<para>Install template by running the following commands:</para>
<para><screen><userinput>./configure </userinput></screen></para>
</sect3>
</sect2>

View File

@ -1,4 +1,4 @@
<sect3>
<sect2>
<title>Introduction to template</title>
<screen>Download location: &template-download;
@ -11,4 +11,4 @@ Estimated Disk space required: &template-buildsize;</screen>
<screen>template depends on:
DEPENDENCY LIST (if any)</screen>
</sect3>
</sect2>

10
template/template.ent Normal file
View File

@ -0,0 +1,10 @@
<!ENTITY template SYSTEM "../template.xml">
<!ENTITY template-intro SYSTEM "template-intro.xml">
<!ENTITY template-inst SYSTEM "template-inst.xml">
<!ENTITY template-exp SYSTEM "template-exp.xml">
<!ENTITY template-desc SYSTEM "template-desc.xml">
<!ENTITY template-buildsize "">
<!ENTITY template-version "">
<!ENTITY template-download-http "">
<!ENTITY template-download-ftp "">
<!ENTITY template-size "">

View File

@ -1,4 +1,4 @@
<sect2 id="template" xreflabel="template-&template-version;">
<sect1 id="template" xreflabel="template-&template-version;">
<title>template-&template-version;</title>
&template-intro;
@ -7,5 +7,5 @@
&template-config;
&template-desc;
</sect2>
</sect1>