-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.sdf
35 lines (28 loc) · 1.17 KB
/
index.sdf
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
!init OPT_LOOK="icdevgroup"
# $Id: index.sdf,v 1.8 2002-10-30 17:24:00 mheins Exp $
!define DOC_NAME "Interchange Documentation"
!define DOC_CODE "index"
!define DOC_VERSION substr('$Revision: 1.8 $',11, -2)
!define DOC_TOC 0
!define HTML_URL_CATALOG ''
!build_title
# Include the document register for this project/product
!include "manuals.reg"; references; data
#!subsections "Getting started,Manuals,Tutorials,Other documents"; "noprefix"
#!subsections "Manuals"; "noprefix"
This is the supporting documentation for Interchange.
!if $var{'OPT_TARGET'} eq 'html'
!on phrase 'TOC' ;; \
my $jump = &Value("references", $text, "Jump", undef); \
$style = '__inline'; \
$text = qq{(<A HREF="$var{FRAMES_DIR}${jump}_frames.html">frames</A>) (<A HREF="$jump.html">no frames</A>)};
# normal mode
# !on phrase 'FRTOC' ;; $attr{'jump'} = $var{'SDF_ROOT'} . "ref/re_sdf.html#$text Format"
!endif
#P1: Manuals
!if $var{'OPT_LOOK'} eq 'developer_site'
# !catalog references ''; columns="DOC:Document,CONCISE:Date"
!catalog references ''; columns="DOC:Document"
!else
!catalog references ''; columns="PDF,POD,TXT,Document,TOC:Reference,CONCISE:Date"
!endif