- Timestamp:
- 04/23/2005 06:02:51 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 343fb6d
- Parents:
- a16cb066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
template/template.xml
ra16cb066 reaf6a1cd 25 25 26 26 <?dbhtml filename="TEMPLATE.html"?> 27 <title><application>TEMPLATE</application>-&TEMPLATE-version;</title> 27 <!-- No <application> tags in any title--> 28 <title>TEMPLATE-&TEMPLATE-version;</title> 28 29 <indexterm zone="TEMPLATE"> 29 30 <primary sortas="a-TEMPLATE">TEMPLATE</primary> 30 31 </indexterm> 31 32 32 <sect2> 33 <title>Introduction to <application>TEMPLATE</application></title> 33 <!-- Added role attibutes to <sect2> tags to allow to have a different look 34 for each section, if needed--> 35 <sect2 role="package"> 36 <title>Introduction to TEMPLATE</title> 34 37 35 38 <para>The <application>TEMPLATE</application> package contains... 36 39 This is useful for...</para> 37 40 38 <sect3><title>Package information</title> 41 <!-- Replaced <sect3> and <sect4> tags by <bridgehead> in this section 42 to reduce the number of <sectX> to be processed if numbered sections is 43 wanted in the future.--> 44 <bridgehead renderas="sect3">Package information</bridgehead> 39 45 <itemizedlist spacing="compact"> 40 46 <listitem><para>Download (HTTP): … … 49 55 &TEMPLATE-buildsize;</para></listitem> 50 56 <listitem><para>Estimated build time: 51 &TEMPLATE-time;</para></listitem></itemizedlist> 52 </sect3> 53 54 <sect3> 55 <title>Additional downloads</title> 56 <itemizedlist spacing="compact"> 57 <listitem><para>Required patch: <ulink 58 url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para> 59 </listitem> 60 </itemizedlist> 61 </sect3> 62 63 <sect3><title><application>TEMPLATE</application> dependencies</title> 64 <sect4><title>Required</title> 65 <para><xref linkend="BLFS DEPENDENCY"/></para> 66 </sect4> 67 68 <sect4><title>Optional</title> 69 <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para> 70 </sect4> 71 </sect3> 72 73 </sect2> 74 75 <sect2> 76 <title>Installation of <application>TEMPLATE</application></title> 57 &TEMPLATE-time;</para></listitem> 58 </itemizedlist> 59 60 <bridgehead renderas="sect3">Additional downloads</bridgehead> 61 <itemizedlist spacing="compact"> 62 <listitem><para>Required patch: <ulink 63 url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para> 64 </listitem> 65 </itemizedlist> 66 67 <bridgehead renderas="sect3">TEMPLATE dependencies</bridgehead> 68 69 <bridgehead renderas="sect4">Required</bridgehead> 70 <para><xref linkend="BLFS DEPENDENCY"/></para> 71 72 <bridgehead renderas="sect4">Optional</bridgehead> 73 <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para> 74 75 </sect2> 76 77 <sect2 role="installation"> 78 <title>Installation of TEMPLATE</title> 77 79 78 80 <para>Install <application>TEMPLATE</application> by running the following 79 81 commands:</para> 80 82 81 <screen><userinput><command>./configure --prefix=/usr && 82 make</command></userinput></screen> 83 84 <para>Now, as the root user:</para> 85 86 <screen><userinput role='root'><command>make install</command></userinput></screen> 87 88 </sect2> 89 90 <sect2> 83 <!-- Removed <command> tags. For file creation commands <literal> tags must be added 84 enclosing the actual text--> 85 <screen><userinput>./configure --prefix=/usr && 86 make</userinput></screen> 87 88 <!--Added the test sute execution--> 89 <para>To test the results, issue: <command>make check</command>.</para> 90 91 <!--Added <systemitem> tag--> 92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 93 94 <!--Changed where the role attribute is placed--> 95 <screen role="root"><userinput>make install</userinput></screen> 96 97 </sect2> 98 99 <sect2 role="commands"> 91 100 <title>Command explanations</title> 92 101 … … 101 110 </sect2> 102 111 103 <sect2 >104 <title>Configuring <application>TEMPLATE</application></title>112 <sect2 role="configuration"> 113 <title>Configuring TEMPLATE</title> 105 114 106 115 <sect3 id="TEMPLATE-config"> … … 119 128 120 129 <sect3><title>Configuration information</title> 121 122 <para><userinput role='root'>USERINPUT GOES HERE</userinput> Blah blah blah 123 about config.</para> 124 125 <para id="TEMPLATE-init">To automatically start the 126 <command>TEMPLATE</command> daemon when the system is rebooted, install the 130 131 <!--Making this part more proper--> 132 <para>Blah blah blah about config.</para> 133 134 <screen><userinput>USER CONFIG COMMANDS</userinput></screen> 135 136 <screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen> 137 138 <!-- File creation--> 139 <para>Create the file .... for ...</para> 140 141 <screen role="root"><userinput>cat >> /PATH/FILENAME << "EOF" 142 <literal># Begin FILENAME 143 144 TEXT 145 146 # End FILENAME</literal> 147 EOF</userinput></screen> 148 <!-- --> 149 150 <sect3 id="TEMPLATE-init"> 151 <title>Boot Scripts</title> 152 153 <para>To automatically start the <command>TEMPLATE</command> daemon 154 when the system is rebooted, install the 127 155 <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the 128 156 <xref linkend="intro-important-bootscripts"/> package.</para> … … 132 160 </indexterm> 133 161 134 <screen><userinput role='root'><command>make install-TEMPLATE</command></userinput></screen> 162 <screen role="root"><userinput>make install-TEMPLATE</userinput></screen> 163 135 164 </sect3> 136 165 137 166 </sect2> 138 167 139 <sect2 >168 <sect2 role="content"> 140 169 <title>Contents</title> 141 170 … … 146 175 147 176 <seglistitem> 148 <seg>PROGRAM1, PROGRAM2 and PROGRAM3</seg>149 <seg>libLIBRARY1, libLIBRARY2 and libLIBRARY3</seg>177 <seg>PROGRAM1, PROGRAM2, and PROGRAM3</seg> 178 <seg>libLIBRARY1, libLIBRARY2, and libLIBRARY3</seg> 150 179 <seg>/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE, 151 180 /usr/share/TEMPLATE-&TEMPLATE-version;, 152 /usr/share/doc/TEMPLATE-&TEMPLATE-version; and181 /usr/share/doc/TEMPLATE-&TEMPLATE-version;, and 153 182 /var/lib/TEMPLATE</seg> 154 183 </seglistitem> … … 158 187 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 159 188 <?dbfo list-presentation="list"?> 189 <!--Render this as a table for HTML output--> 190 <?dbhtml list-presentation="table"?> 160 191 161 192 <!-- If the program or library name conflicts (is the same) as the
Note:
See TracChangeset
for help on using the changeset viewer.