File: lsb-app-devguide.xml

package info (click to toggle)
lsbdev-guide 0.9.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 940 kB
  • ctags: 62
  • sloc: xml: 2,045; makefile: 98; sh: 13
file content (96 lines) | stat: -rw-r--r-- 2,240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" standalone="no"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBk XML V4.1.2//EN"
        "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
[
<!ENTITY % progeny-entity SYSTEM "doctools/progeny.ent">
%progeny-entity;

<!ENTITY intro        SYSTEM "intro.xml">
<!ENTITY checklist    SYSTEM "checklist.xml">
<!ENTITY packaging    SYSTEM "packaging.xml">
<!ENTITY mechanics    SYSTEM "mechanics.xml">
<!ENTITY examples     SYSTEM "examples.xml">
<!ENTITY definitions  SYSTEM "definitions.xml">
<!ENTITY resources    SYSTEM "resources.xml">
<!ENTITY guidelines   SYSTEM "guidelines.xml">
<!ENTITY buildtools   SYSTEM "buildtools.xml">
<!ENTITY debian       SYSTEM "debian.xml">
<!ENTITY redhat       SYSTEM "redhat.xml">
<!ENTITY credits      SYSTEM "credits.xml">

<!ENTITY lsbrpm "<application>lsb-rpm</application>">
<!ENTITY lsbdev "<application>lsbdev</application>">
<!ENTITY lsbappchk "<application>lsbappchk</application>">
<!ENTITY rpmbuild "<command>rpmbuild</command>">
<!ENTITY posix "<acronym>POSIX</acronym>">
]
>

<article>
  <articleinfo>
    <authorgroup>
      &author.schultmc;
      &author.jdaily;
      &author.dsp;
      &author.shunger;
      <author>
        <firstname>Robin</firstname>
        <surname>Drake</surname>
      </author>
    </authorgroup>

    <abstract>
      <para>
        Herein we describe how to write an &lsb;-compliant application.
      </para>
    </abstract>

      <revhistory>
        <revision>
          <revnumber>0.9.4</revnumber>
          <date>2002-04-02</date>
          <revremark>
          Version intended for release to the LSB Organization
          </revremark>
        </revision>
      </revhistory>
    <title>Application Developer's Guide</title>
    <titleabbrev>App-Dev-Guide</titleabbrev>

    <copyright>
      <year>2002</year> <holder>Hewlett-Packard Company</holder>
    </copyright>
  </articleinfo>

    &intro;

    &checklist;

    &definitions;

    &resources;

    &guidelines;

    &buildtools;

  
  &packaging;

  &mechanics;

  &debian;

  &redhat;

  &examples;

  &credits;


</article>

<!-- vim: set ai et tw=75 sw=2 sts=2: -->
<!--  Local variables: -->
<!--  eval: (sgml-load-dtd "../doctools/docbook.ced") -->
<!--  End: -->