Changeset 8bf11809 for template/template.xml
- Timestamp:
- 01/25/2013 01:52:33 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c3c56b2
- Parents:
- 8f1699f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
template/template.xml
r8f1699f2 r8bf11809 97 97 <bridgehead renderas="sect4">Required</bridgehead> 98 98 <para role="required"> 99 <xref linkend="BLFS DEPENDENCY"/> 99 <xref linkend="BLFS DEPENDENCY"/> <!-- notice no period as this is not a sentence 100 If there are more than two, they must be separated by commas with the last 101 member having "and" in front of it. The use of a serial comma is preferred 102 (a comma after the next to last member before the "and"). --> 100 103 </para> 101 104 … … 104 107 <para role="recommended"> 105 108 <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink> and 106 <xref linkend="BLFS DEPENDENCY"/> .109 <xref linkend="BLFS DEPENDENCY"/> <!-- notice no period as this is not a sentence--> 107 110 </para> 108 111 … … 110 113 <bridgehead renderas="sect4">Optional</bridgehead> 111 114 <para role="optional"> 112 <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>. 115 <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink> 116 <!-- notice no period as this is not a sentence--> 113 117 </para> 114 118 … … 192 196 193 197 <para> 194 <parameter>--SWITCH=PARAMETER</parameter>: This parameter does something 195 mandatory for BLFS purposes. 198 <parameter>--PARAMETER</parameter>: This parameter does something 199 mandatory for BLFS purposes. It will be in the instructions above. It is 200 not optional and is why it is listed as a parameter and not an option. 196 201 </para> 197 202 198 203 <para> 199 204 <option>--OPTION</option>: This option does something optionally per the 200 user's desires. 205 user's desires. It is not listed in the instructions above, but instead, 206 is listed here because many (some) readers may want to include it. 201 207 </para> 202 208 </sect2> … … 206 212 207 213 <para> 208 Stuff about how to use TEMPLATE to do something. 214 Stuff about how to use TEMPLATE to do something. This section is rarely 215 used. 209 216 </para> 210 217 </sect2> … … 218 225 <para> 219 226 <filename>~/.Configfilename1</filename> and 220 <filename>/etc/path/Configfilename2</filename> .227 <filename>/etc/path/Configfilename2</filename> <!-- notice no period as this is not a sentence--> 221 228 </para> 222 229 … … 262 269 system is rebooted, install the 263 270 <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the 264 <xref linkend="bootscripts"/> package. 271 <xref linkend="bootscripts"/> package as the 272 <systemitem class="username">root</systemitem> user: 265 273 </para> 266 274 … … 282 290 <segtitle>Installed Director(y,ies)</segtitle> 283 291 292 <!-- If there were no programs, libraries, or directories created, then 293 we would list the section as "None". However, a decision must have 294 been made to change the "None" to just removing the whole section 295 because I've noticed that many packages have had the "None" 296 removed and the section completely removed as well. The reasoning 297 was that by putting "None", it appears as we know there are none. 298 Without anything it appears as we are not sure. --> 299 284 300 <seglistitem> 285 301 <seg> … … 311 327 <listitem> 312 328 <para> 313 does this ..... 329 does this ..... (end the sentence with a period). 314 330 </para> 315 331 <indexterm zone="TEMPLATE PROGRAM1"> … … 323 339 <listitem> 324 340 <para> 325 does this ..... 341 does this ..... (end the sentence with a period). 326 342 </para> 327 343 <indexterm zone="TEMPLATE PROGRAM2"> … … 335 351 <listitem> 336 352 <para> 337 contains functions that ..... 353 contains functions that ..... (end the sentence with a period). 338 354 </para> 339 355 <indexterm zone="TEMPLATE libLIBRARY1">
Note:
See TracChangeset
for help on using the changeset viewer.