source: template/template.xml@ a119e79

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 a119e79 was a119e79, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated xml file template

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

  • Property mode set to 100644
File size: 3.4 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 <!-- Place this in the general.ent file
8 <!ENTITY template-version "">
9 -->
10
11 <!ENTITY template-download-http "http://">
12 <!ENTITY template-download-ftp "ftp://">
13 <!ENTITY template-md5sum "MD5 sum">
14 <!ENTITY template-size "?? MB">
15 <!ENTITY template-buildsize "?? MB">
16 <!ENTITY template-time "?? SBU">
17]>
18
19<sect1 id="template" xreflabel="template-&template-version;">
20<sect1info>
21<othername>$LastChangedBy$</othername>
22<date>$Date$</date>
23</sect1info>
24<?dbhtml filename="template.html"?>
25<title>template-&template-version;</title>
26
27<sect2>
28<title>Introduction to <application>template</application></title>
29
30<para>The <application>template</application> package contains...
31This is useful for...</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing="compact">
35<listitem><para>Download (HTTP): <ulink url="&template-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink url="&template-download-ftp;"/></para></listitem>
37<listitem><para>MD5 sum: &template-md5sum;</para></listitem>
38<listitem><para>Download size: &template-size;</para></listitem>
39<listitem><para>Estimated disk space required: &template-buildsize;</para></listitem>
40<listitem><para>Estimated build time: &template-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title>Additional downloads</title>
44<itemizedlist spacing="compact">
45<listitem><para>Required Patch: <ulink
46url="&patch-root;/template-&template-version;-patch_name-patch_version.patch"/></para>
47</listitem></itemizedlist>
48</sect3>
49
50<sect3><title><application>template</application> dependencies</title>
51<sect4><title>Required</title>
52<para><xref linkend="BLFS DEPENDENCY"/></para>
53</sect4>
54
55<sect4><title>Optional</title>
56<para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
57</sect4>
58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application>template</application></title>
64
65<para>Install <application>template</application> by running the following
66commands:</para>
67
68<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
69make &amp;&amp;
70make install</command></userinput></screen>
71
72</sect2>
73
74<sect2>
75<title>Command explanations</title>
76
77<para><command>COMMAND</command>: This command does something.</para>
78
79<para><parameter>--SWITCH=PARAMETER</parameter>: This parameter does
80something mandatory for BLFS purposes.</para>
81
82<para><option>--OPTION</option>: This option does something optionally
83per the user's desires.</para>
84
85</sect2>
86
87<sect2>
88<title>Configuring <application>template</application></title>
89
90<sect3><title>Config files</title>
91<para><filename>List of config files</filename></para>
92</sect3>
93
94<sect3><title>Configuration Information</title>
95
96<para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config.
97</para>
98</sect3>
99
100</sect2>
101
102<sect2>
103<title>Contents</title>
104
105<para>The <application>template</application> package contains
106<command>LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
107
108</sect2>
109
110<sect2><title>Description</title>
111
112<sect3><title>item1</title>
113<para><command>item1</command> does this</para></sect3>
114
115<sect3><title>item2</title>
116<para><filename>item2</filename> does that</para></sect3>
117
118</sect2>
119
120</sect1>
121
Note: See TracBrowser for help on using the repository browser.