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-size "?? MB">
|
---|
14 | <!ENTITY template-buildsize "?? 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>Additional downloads</title>
|
---|
38 | <itemizedlist spacing="compact">
|
---|
39 | <listitem><para>Required Patch: <ulink
|
---|
40 | url="&patch-root;/template-&template-version;-patch_name-patch_version.patch"/></para></listitem>
|
---|
41 | </itemizedlist></sect3>
|
---|
42 |
|
---|
43 | <sect3><title><application>template</application> dependencies</title>
|
---|
44 | <sect4><title>Required</title>
|
---|
45 | <para>DEPENDENCE LIST</para></sect4>
|
---|
46 | <sect4><title>Optional</title>
|
---|
47 | <para>OPTIONAL LIST</para></sect4>
|
---|
48 | </sect3>
|
---|
49 |
|
---|
50 | </sect2>
|
---|
51 |
|
---|
52 | <sect2>
|
---|
53 | <title>Installation of <application>template</application></title>
|
---|
54 |
|
---|
55 | <para>Install <application>template</application> by running the following commands:</para>
|
---|
56 |
|
---|
57 | <screen><userinput><command>./configure </command></userinput></screen>
|
---|
58 |
|
---|
59 | </sect2>
|
---|
60 |
|
---|
61 | <sect2>
|
---|
62 | <title>Command explanations</title>
|
---|
63 |
|
---|
64 | <para><command>COMMAND</command>: This command does something.</para>
|
---|
65 |
|
---|
66 | <para><parameter>--SWITCH=PARAMETER</parameter>: This parameter does something.</para>
|
---|
67 |
|
---|
68 | <para><option>--OPTION</option>: This option does something.</para>
|
---|
69 |
|
---|
70 | </sect2>
|
---|
71 |
|
---|
72 | <sect2>
|
---|
73 | <title>Configuring <application>template</application></title>
|
---|
74 |
|
---|
75 | <sect3><title>Config files</title>
|
---|
76 | <para><filename>List of config files</filename></para>
|
---|
77 | </sect3>
|
---|
78 |
|
---|
79 | <sect3><title>Configuration Information</title>
|
---|
80 |
|
---|
81 | <para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config.
|
---|
82 | </para>
|
---|
83 | </sect3>
|
---|
84 |
|
---|
85 | </sect2>
|
---|
86 |
|
---|
87 | <sect2>
|
---|
88 | <title>Contents</title>
|
---|
89 |
|
---|
90 | <para>The <application>template</application> package contains <command>
|
---|
91 | LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
|
---|
92 |
|
---|
93 | </sect2>
|
---|
94 |
|
---|
95 | <sect2><title>Description</title>
|
---|
96 |
|
---|
97 | <sect3><title>item1</title>
|
---|
98 | <para><command>item1</command> does this</para></sect3>
|
---|
99 |
|
---|
100 | <sect3><title>item2</title>
|
---|
101 | <para><filename>item2</filename> does that</para></sect3>
|
---|
102 |
|
---|
103 | </sect2>
|
---|
104 |
|
---|
105 | </sect1>
|
---|
106 |
|
---|