source: template/template.xml@ c6eb1ff1

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 c6eb1ff1 was 0590c1b6, checked in by Igor Živković <igor@…>, 20 years ago

Migrated Ed and Net-tools from LFS to BLFS.

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

  • Property mode set to 100644
File size: 3.0 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-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
40url="&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>
91LISTOFEXEC</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
Note: See TracBrowser for help on using the repository browser.