source: template/template.xml@ 08254fc

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
Last change on this file since 08254fc was d3edf27, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

Update to template for new XML

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

  • Property mode set to 100644
File size: 2.6 KB
Line 
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 template-buildsize "">
8 <!-- Place this in the general.ent file
9 <!ENTITY template-version "">
10 -->
11
12 <!ENTITY template-download-http "http://">
13 <!ENTITY template-download-ftp "ftp://">
14 <!ENTITY template-size "?? MB">
15 <!ENTITY template-time "?? SBU">
16]>
17
18<sect1 id="template" xreflabel="template-&template-version;">
19<?dbhtml filename="template.html"?>
20<title>template-&template-version;</title>
21
22
23<sect2>
24<title>Introduction to <application>template</application></title>
25
26<para>The <application>template</application> package contains... This is useful for...</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&template-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&template-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &template-size;</para></listitem>
33<listitem><para>Estimated Disk space required: &template-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &template-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title><application>template</application> dependencies</title>
38<sect4><title>Required</title>
39<para>DEPENDENCE LIST</para></sect4>
40<sect4><title>Optional</title>
41<para>OPTIONAL LIST</para></sect4>
42</sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application>template</application></title>
48
49<para>Install <application>template</application> by running the following commands:</para>
50
51<screen><userinput><command>./configure </command></userinput></screen>
52
53</sect2>
54
55<sect2>
56<title>Command explanations</title>
57
58<para><command>COMMAND</command>: This command does something.</para>
59
60</sect2>
61
62<sect2>
63<title>Configuring <application>template</application></title>
64
65<sect3><title>Config files</title>
66<para><filename>List of config files</filename></para>
67</sect3>
68
69<sect3><title>Configuration Information</title>
70
71<para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config.
72</para>
73</sect3>
74
75</sect2>
76
77<sect2>
78<title>Contents</title>
79
80<para>The <application>template</application> package contains <command>
81LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
82
83</sect2>
84
85<sect2><title>Description</title>
86
87<sect3><title>item1</title>
88<para><command>item1</command> does this</para></sect3>
89
90<sect3><title>item2</title>
91<para><filename>item2</filename> does that</para></sect3>
92
93</sect2>
94
95</sect1>
96
Note: See TracBrowser for help on using the repository browser.