forked from freemint/tos.hyp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tos_hyp.u
160 lines (133 loc) · 2.84 KB
/
tos_hyp.u
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
########################################
# @(#) TOS - das Betriebssystem
########################################
!include config.u
!include hyphen.ui
!include hyphen_en.ui
!iflang [english]
!docinfo [title] The documentation for
!docinfo [program] TOS
!docinfo [version] tos.hyp
!docinfo [date] (!today)
!docinfo [stgdatabase] TOS - The Operating System
!else
!docinfo [title] Die Anleitung zum
!docinfo [program] TOS
!docinfo [version] tos.hyp
!docinfo [date] (!today)
!docinfo [stgdatabase] TOS - das Betriebssystem
!endif
!html_merge_subsubnodes
########################################
# Symbole setzen
!set tos_hyp
!include macros.ui
########################################
!begin_document
!ifdest [tex]
\documentstyle[11pt,german]{article}
!endif
!ifdest [stg]
!begin_raw
@options "+g -s +x +zz -t4"
@subject "Programmieren/Atari"
!end_raw
!endif
!maketitle
!tableofcontents
!iflang [english]
!begin_node Introduction
!else
!begin_node Einleitung
!endif
!html_name introduction
!include anhang/hilfe.u
!include anhang/neu.u
!include anhang/gpl.ui
!end_node
!begin_node TOS
!html_name tos_main
!include tos/tosmain.u
!end_node
!begin_node BIOS
!html_name bios_main
!include bios/bios.u
!end_node
!begin_node XBIOS
!html_name xbios_main
!include xbios/xbios.u
!end_node
!begin_node GEMDOS
!html_name gemdos_main
!include gemdos/gemdos.u
!end_node
!begin_node Line-A
!html_name linea_main
!include linea/linea.u
!end_node
!begin_node VDI
!html_name vdi_main
!include gem/vdi/vdi.u
!end_node
!begin_node AES
!html_name aes_main
!include gem/aes/aes.u
!end_node
!begin_node XCONTROL
!html_name xcontrol_main
!include gem/cpxdoku.u
!end_node
!iflang [english]
!begin_node Programming guidelines
!else
!begin_node Programmierrichtlinen
!endif
!html_name guidelines
!include gem/guidelns/style.u
!end_node
!include magic/magic.u
!begin_node N.AES
!html_name n_aes
!include n_aes/n_aes.u
!end_node
!begin_node XaAES
!html_name xaaes
!include xaaes/xaaes.u
!end_node
!iflang [english]
!begin_node Emulators
!else
!begin_node Emulatoren
!endif
!html_name emulators
!include magic/MagiC_Mac/magicmac.u
!include magic/MagiC_PC/magicpc.u
!include emulator.en/stem.u
!include emulator.en/tos2win.u
!include emulator.en/sonstige.u
!end_node
!iflang [english]
!begin_node Protocols
!else
!begin_node Protokolle
!endif
!html_name protocols
!include protokol/AV/av.u
!include protokol/BubbleGEM/bubble.u
!include protokol/dd.u
!include protokol/dhst.u
!include protokol/font.u
!include protokol/gdps.ui
#!include protokol/GEMScript/gscript.u
!include protokol/ltlproto.u
!include protokol/olga/olga.u
!include protokol/seproto/seproto.u
!include protokol/ssp/ssp.u
!include protokol/view.u
!include protokol/vscreen.u
!include protokol/xacc/xacc.u
!include protokol/xfsl.u
!include protokol/xssi.u
!end_node
!include anhang/anhang/anhang.u
!end_document