summaryrefslogtreecommitdiff
path: root/docs/docs.rtems.org/configuration.ini
blob: c7681e457b34604586fc0495ffec5cf74389c9c7 (plain)
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
;
; RTEMS Documentation Website
;

[latest]
release = 4.11.2

[branches]
master = master
4.11 = 4.11

[releases]
4.11.2     = rtems-docs-4.11.2
4.11.1     = rtems-docs-4.11.1
4.11.0     = rtems-docs-4.11.0
4.10.2     = rtemsdocs-4.10.2
4.10.1     = rtemsdocs-4.10.1
4.10.0     = rtemsdocs-4.10.0
4.9.6      = rtemsdocs-4.9.6
4.9.5      = rtemsdocs-4.9.5
4.9.4      = rtemsdocs-4.9.4
4.9.3      = rtemsdocs-4.9.3
4.9.2      = rtemsdocs-4.9.2
4.9.1      = rtemsdocs-4.9.1
4.9.0      = rtemsdocs-4.9.0
4.8.1      = rtemsdocs-4.8.1
4.8.0      = rtemsdocs-4.8.0
4.7.3      = rtemsdoc-4.7.3
4.7.2      = rtemsdocs-4.7.2
4.7.1      = rtemsdocs-4.7.1
4.7.0      = rtemsdocs-4.7.0
4.6.6      = rtemsdocs-4.6.6
4.6.5      = rtemsdocs-4.6.5
4.6.4      = rtemsdocs-4.6.4
4.6.2      = rtemsdocs-4.6.2
4.6.1      = rtemsdocs-4.6.1
4.6.0      = rtemsdocs-4.6.0
4.5.0      = 4.5.0
4.0.0      = 4.0.0

[titles]
FAQ            = "RTEMS FAQ"
ada_user       = "RTEMS Applications Ada User's Guide"
bsp_howto      = "RTEMS BSP and Device Driver Development Guide"
c_user         = "RTEMS Applications C User's Guide"
c4x            = "RTEMS Texas Instruments C3x/C4x Applications Supplement"
cpu_supplement = "RTEMS CPU Supplement"
develenv       = "RTEMS Development Environment Guide"
filesystem     = "RTEMS Filesystem Design Guide"
hppa1_1        = "RTEMS Hewlett Packard PA-RISC Applications Supplement"
i386           = "RTEMS Intel i386 Applications Supplement"
i960           = "RTEMS Intel i960 Applications Supplement"
itron          = "RTEMS ITRON 3.0 API User's Guide"
m68k           = "RTEMS Motorola MC68xxx Applications Supplement"
mips           = "RTEMS MIPS Applications Supplement"
mips64orion    = "RTEMS MIPS64 ORION Applications Supplement"
networking     = "RTEMS Network Supplement"
porting        = "RTEMS Porting Guide"
posix1003_1    = "RTEMS POSIX 1003.1 Compliance Guide"
posix_users    = "RTEMS POSIX API User's Guide"
powerpc        = "RTEMS PowerPC Applications Supplement"
relnotes       = "RTEMS Release Notes"
rgdb_specs     = "RTEMS Remote Debugger Server Specifications"
rtems_gdb      = "RTEMS/GDB User's Guide"
sh             = "RTEMS Hitachi SH Applications Supplement"
shell          = "RTEMS Shell"
sparc          = "RTEMS SPARC Applications Supplement"
started        = "Getting Started with RTEMS for C/C++ Users"
started_ada    = "Getting Started with GNAT/RTEMS"

;
; RTEMS 4.11
;
[no-legacy-template]
legacy = no

[rtems-docs-4.11.2]
template = no-legacy-template

[rtems-docs-4.11.1]
template = no-legacy-template

[rtems-docs-4.11.0]
template = no-legacy-template

;
; RTEMS 4.10
;
[4.10-4.9-template]
legacy = yes
index_per_doc = Yes
manuals = started,
	  c_user,
          posix_users,
          itron,
          networking,
	  shell,
          started_ada,
          ada_user,
          bsp_howto,
	  cpu_supplement,
          develenv,
          porting,
          posix1003_1,
          filesystem,
          relnotes

[rtemsdocs-4.10.0]
template = 4.10-4.9-template
html = rtemsdocs-4.10.0/share/rtems/html
pdf = rtemsdocs-4.10.0/share/rtems/pdf
date = 8th Feburary 2011

[rtemsdocs-4.10.1]
template = 4.10-4.9-template
html = rtemsdocs-4.10.1/share/rtems/html
pdf = rtemsdocs-4.10.1/share/rtems/pdf
date = 21st July 2011

[rtemsdocs-4.10.2]
template = 4.10-4.9-template
html = rtemsdocs-4.10.2/share/rtems/html
pdf = rtemsdocs-4.10.2/share/rtems/pdf
date = 14th December 2011

;
; RTEMS 4.9
;
[rtemsdocs-4.9.0]
template = 4.10-4.9-template
html = rtemsdocs-4.9.0/share/rtems/html
pdf = rtemsdocs-4.9.0/share/rtems/pdf
date = 24th September 2009

[rtemsdocs-4.9.1]
template = 4.10-4.9-template
html = rtemsdocs-4.9.1/share/rtems/html
pdf = rtemsdocs-4.9.1/share/rtems/pdf
date = 12th December 2008

[rtemsdocs-4.9.2]
template = 4.10-4.9-template
html = rtemsdocs-4.9.2/share/rtems/html
pdf = rtemsdocs-4.9.2/share/rtems/pdf
date = 12th March 2009

[rtemsdocs-4.9.3]
template = 4.10-4.9-template
html = rtemsdocs-4.9.3/share/rtems/html
pdf = rtemsdocs-4.9.3/share/rtems/pdf
date = 13th November 2009

[rtemsdocs-4.9.4]
template = 4.10-4.9-template
html = rtemsdocs-4.9.4/share/rtems/html
pdf = rtemsdocs-4.9.4/share/rtems/pdf
date = 18th March 2010

[rtemsdocs-4.9.5]
template = 4.10-4.9-template
html = rtemsdocs-4.9.5/share/rtems/html
pdf = rtemsdocs-4.9.5/share/rtems/pdf
date = 9th Feburary 2011

[rtemsdocs-4.9.6]
template = 4.10-4.9-template
html = rtemsdocs-4.9.6/share/rtems/html
pdf = rtemsdocs-4.9.6/share/rtems/pdf
date = 24th July 2011

;
; RTEMS 4.8
;
[4.8-template]
legacy = yes
index_per_doc = Yes
manuals = started,
	  c_user,
          posix_users,
          itron,
          networking,
          started_ada,
          ada_user,
          bsp_howto,
	  cpu_supplement,
          develenv,
          porting,
          posix1003_1,
          filesystem,
          relnotes

[rtemsdocs-4.8.0]
template = 4.8-template
html = rtemsdocs-4.8.0/share/rtems/html
pdf = rtemsdocs-4.8.0/share/rtems/pdf
date = 14th Feburary 2008

[rtemsdocs-4.8.1]
template = 4.8-template
html = rtemsdocs-4.8.1/share/rtems/html
pdf = rtemsdocs-4.8.1/share/rtems/pdf
date = 13th August 2008

[rtemsdocs-4.8.2]
template = 4.8-template
html = rtemsdocs-4.8.1/share/rtems/html
pdf = rtemsdocs-4.8.1/share/rtems/pdf
date = 19th March 2010

;
; RTEMS 4.7
;
[4.7-template]
legacy = yes
index_per_doc = Yes
manuals = started,
	  c_user,
          posix_users,
          itron,
          networking,
          started_ada,
          ada_user,
          bsp_howto,
	  cpu_supplement,
          develenv,
          rtems_gdb,
          rgdb_specs,
          porting,
          posix1003_1,
          filesystem,
          relnotes

[rtemsdocs-4.7.0]
template = 4.7-template
html = rtemsdocs-4.7.0/share/rtems/html
pdf = rtemsdocs-4.7.0/share/rtems/pdf
date = 5th March 2007

[rtemsdocs-4.7.1]
template = 4.7-template
html = rtemsdocs-4.7.1/share/rtems/html
pdf = rtemsdocs-4.7.1/share/rtems/pdf
date = 13th April 2007

[rtemsdocs-4.7.2]
template = 4.7-template
html = rtemsdocs-4.7.2/share/rtems/html
pdf = rtemsdocs-4.7.2/share/rtems/pdf
date = 15th Feburary 2008

;[rtemsdocs-4.7.99.2]
;template = 4.7-template
;html = rtemsdocs-4.7.99.2/share/rtems/html
;pdf = rtemsdocs-4.7.99.2/share/rtems/pdf
;date =

[rtemsdoc-4.7.3]
template = 4.7-template
html = rtemsdoc-4.7.3/share/rtems/html
pdf = rtemsdoc-4.7.3/share/rtems/pdf
date = 8th August 2008

;
; RTEMS 4.6
;
[4.6-template]
legacy = yes
manuals = FAQ,
          started,
	  c_user,
          posix_users,
          itron,
          networking,
          ada_user,
          develenv,
          rtems_gdb,
          rgdb_specs,
          bsp_howto,
          porting,
          filesystem,
          posix1003_1,
          relnotes
supplements = i386,
              i960,
              m68k,
	      mips,
              powerpc,
              sh,
              sparc,
	      c4x,
	      mips64orion,
              hppa1_1

[rtemsdocs-4.6.0]
template = 4.6-template
html = rtemsdocs-4.6.0/share/rtems/html
pdf = rtemsdocs-4.6.0/share/rtems/pdf
date = 31st Janurary 2004

;[rtemsdocs-4.6.0pre5]
;template = 4.6-template
;html = rtemsdocs-4.6.0pre5/share/rtems/html
;pdf = rtemsdocs-4.6.0pre5/share/rtems/pdf
;date =

[rtemsdocs-4.6.1]
template = 4.6-template
html = rtemsdocs-4.6.1/share/rtems/html
pdf = rtemsdocs-4.6.1/share/rtems/pdf
date = 9th April 2004

[rtemsdocs-4.6.2]
template = 4.6-template
html = rtemsdocs-4.6.2/share/rtems/html
pdf = rtemsdocs-4.6.2/share/rtems/pdf
date = 19th October 2004

;
; I cannot find this release and so will remove it.
;
;[rtemsdocs-4.6.99.3]
;template = 4.6-template
;html = rtemsdocs-4.6.99.3/share/rtems/html
;pdf = rtemsdocs-4.6.99,3/share/rtems/pdf
;date =

[rtemsdocs-4.6.4]
template = 4.6-template
html = rtemsdocs-4.6.4/share/rtems/html
pdf = rtemsdocs-4.6.4/share/rtems/pdf
date = 2nd September 2005

[rtemsdocs-4.6.5]
template = 4.6-template
html = rtemsdocs-4.6.5/share/rtems/html
pdf = rtemsdocs-4.6.5/share/rtems/pdf
date = 7th October 2005

[rtemsdocs-4.6.6]
template = 4.6-template
html = rtemsdocs-4.6.6/share/rtems/html
pdf = rtemsdocs-4.6.6/share/rtems/pdf
date = 25th April 2006

;
; RTEMS 4.5
;
[4.5-template]
legacy = yes
manuals = FAQ,
          started,
	  c_user,
          posix_users,
          itron,
          networking,
	  started_ada,
          ada_user,
          develenv,
          rtems_gdb,
          rgdb_specs,
          bsp_howto,
          porting,
          filesystem,
          posix1003_1,
          relnotes
supplements = i386,
              i960,
	      mips64orion,
              m68k,
              powerpc,
              sparc,
              hppa1_1,
              sh

[4.5.0]
template = 4.5-template
html = 4.5.0/rtemsdoc-4.5.0/share/rtemsdoc/html
pdf = 4.5.0/rtemsdoc-4.5.0/share/rtemsdoc/pdf
date = 30th October 2000

;[4.5.1-pre3]
;template = 4.5-template
;html = 4.5.1-pre3/rtemsdoc/html
;pdf = 4.5.1-pre3/rtemsdoc/pdf

;
; RTEMS 4.0
;
[4.0.0]
legacy = yes
manuals = c_user,
	  started,
	  started_ada,
          develenv,
      	  posix_users,
	  networking
html = 4.0.0/doc
pdf = 4.0.0/docs
date = 27th May 1998