File: cterms.sdf

package info (click to toggle)
sdf 2.001%2B1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,284 kB
  • sloc: perl: 18,543; sh: 31; makefile: 29
file content (55 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download | duplicates (6)
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
# $Id$
#
# >>Copyright::
# Copyright (c) 1992-1996, Ian Clatworthy (ianc@mincom.com).
# You may distribute under the terms specified in the LICENSE file.
#
# >>History::
# -----------------------------------------------------------------------
# Date      Who     Change
# 16-May-96 ianc    SDF 2.000
# -----------------------------------------------------------------------
#

H1: terms Class

H2: Interface

!class_interface "terms"

H2: Description

The {{terms}} filter is used to declare and/or format objects in
the {{terms}} class. The attributes supported are:

!block table
Attribute       Description
Term            the term name
Definition      the explanation for the term
!endblock

H2: Examples

A configuration file may have
the following declaration of terms:

E:  !block terms; data
E:  Term     Definition
E:  SDF      Simple Document Format
E:  SQL      Structured Query Language
E:  !endblock

These can then be inserted into a document as follows:

E:  !block terms
E:  Term     Definition
E:  SDF
E:  SQL
E:  WWW      World Wide Web
E:  !endblock

Note that the definition for a term already declared will be inserted
if none is provided. Furthermore, new terms (like WWW above) can be
inserted and added to the configured ones.

#H2: Limitations & Future Directions