root/cf-conventions/trunk/docbooksrc/glossary.xml

Revision 1, 2.3 kB (checked in by halliday1, 3 years ago)

Initial import of CF Conventions document.

Line 
1 <glossary>
2         <title>Glossary</title>
3
4         <glossdiv>
5                 <title>D</title>
6
7
8                 <glossentry id="docbook">
9                         <glossterm>DocBook</glossterm>
10                         <glossdef>
11                                 <para>
12                                         DocBook is a system for writing structured documents using SGML and XML.
13                                         This document is a DocBook document.
14                                 </para>
15                         </glossdef>
16                 </glossentry>
17
18         </glossdiv>
19
20
21         <glossdiv>
22                 <title>F</title>
23
24
25                 <glossentry id="fgdc">
26                         <glossterm>FGDC</glossterm>
27                         <glossdef>
28                                 <para>
29                                         Technically it is the Federal Geographic Data Committee.
30                                         The term more often refers to the Content Standard for
31                                         Digital Geospatial Metadata (FGDC-STD-001-1998) in June 1998.
32                                 </para>
33                         </glossdef>
34                 </glossentry>
35
36         </glossdiv>
37
38
39         <glossdiv>
40                 <title>R</title>
41
42
43                 <glossentry id="rpm">
44                         <glossterm>RPM</glossterm>
45                         <glossdef>
46                                 <para>
47                                         RedHat Package Manager.  A software package distributed
48                                         via this system is commonly referred to as an RPM.  This
49                                         system is used by many Linux distributions, including RedHat,
50                                         Suse, Mandrake, and Yellowdog.
51                                 </para>
52                         </glossdef>
53                 </glossentry>
54
55         </glossdiv>
56
57         <glossdiv>
58                 <title>S</title>
59
60
61                 <glossentry id="sgml">
62                         <glossterm>SGML</glossterm>
63                         <glossdef>
64                                 <para>
65                                         Standard Generalized Markup Language.  XML is a subset
66                                         of SGML.  DocBook is typically written in SGML, although it
67                                         can also be written in XML.
68                                 </para>
69                         </glossdef>
70                 </glossentry>
71
72         </glossdiv>
73
74
75         <glossdiv>
76                 <title>X</title>
77
78
79                 <glossentry id="xhtml">
80                         <glossterm>XHTML</glossterm>
81                         <glossdef>
82                                 <para>
83                                         Extensible HyperText Markup Language.  XHTML looks like HTML at first glance,
84                                         but it is actually strict XML.  No sloppy out-of-order tags are allowed.
85                                 </para>
86                         </glossdef>
87                 </glossentry>
88
89                 <glossentry id="xml">
90                         <glossterm>XML</glossterm>
91                         <glossdef>
92                                 <para>
93                                         Extensible Markup Language. 
94                                 </para>
95                         </glossdef>
96                 </glossentry>
97
98                 <glossentry id="xsl">
99                         <glossterm>XSL</glossterm>
100                         <glossdef>
101                                 <para>
102                                         Extensible Stylesheet Language. 
103                                 </para>
104                         </glossdef>
105                 </glossentry>
106
107                 <glossentry id="xslt">
108                         <glossterm>XSLT</glossterm>
109                         <glossdef>
110                                 <para>
111                                         XSL Transformations.   These govern how an XML document can be
112                                         transformed into another document.
113                                 </para>
114                         </glossdef>
115                 </glossentry>
116
117         </glossdiv>
118
119
120 </glossary>
121
Note: See TracBrowser for help on using the browser.