Changeset d3edf27
- Timestamp:
- 06/12/2004 11:10:23 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/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:
- 08254fc
- Parents:
- 52d29f7
- Location:
- template
- Files:
-
- 7 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
template/README
r52d29f7 rd3edf27 1 Th ese files are generic templates.1 This is a generic template. 2 2 3 The newitem script makes a copy of the files and changes all occurances 4 of template in them to the package name to save a lot of tedious work. 3 Makes a copy of the file and edit as needed. 5 4 6 Not all will always be needed -
template/template.xml
r52d29f7 rd3edf27 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 <!ENTITY template-buildsize ""> 8 <!-- Place this in the general.ent file 9 <!ENTITY template-version ""> 10 --> 11 12 <!ENTITY template-download-http "http://"> 13 <!ENTITY template-download-ftp "ftp://"> 14 <!ENTITY template-size "?? MB"> 15 <!ENTITY template-time "?? SBU"> 16 ]> 17 1 18 <sect1 id="template" xreflabel="template-&template-version;"> 2 19 <?dbhtml filename="template.html"?> 3 20 <title>template-&template-version;</title> 4 21 5 &template-intro; 6 &template-inst; 7 &template-exp; 8 &template-config; 9 &template-desc; 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><application>template</application> dependencies</title> 38 <sect4><title>Required</title> 39 <para>DEPENDENCE LIST</para></sect4> 40 <sect4><title>Optional</title> 41 <para>OPTIONAL LIST</para></sect4> 42 </sect3> 43 44 </sect2> 45 46 <sect2> 47 <title>Installation of <application>template</application></title> 48 49 <para>Install <application>template</application> by running the following commands:</para> 50 51 <screen><userinput><command>./configure </command></userinput></screen> 52 53 </sect2> 54 55 <sect2> 56 <title>Command explanations</title> 57 58 <para><command>COMMAND</command>: This command does something.</para> 59 60 </sect2> 61 62 <sect2> 63 <title>Configuring <application>template</application></title> 64 65 <sect3><title>Config files</title> 66 <para><filename>List of config files</filename></para> 67 </sect3> 68 69 <sect3><title>Configuration Information</title> 70 71 <para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config. 72 </para> 73 </sect3> 74 75 </sect2> 76 77 <sect2> 78 <title>Contents</title> 79 80 <para>The <application>template</application> package contains <command> 81 LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para> 82 83 </sect2> 84 85 <sect2><title>Description</title> 86 87 <sect3><title>item1</title> 88 <para><command>item1</command> does this</para></sect3> 89 90 <sect3><title>item2</title> 91 <para><filename>item2</filename> does that</para></sect3> 92 93 </sect2> 10 94 11 95 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.