-
Notifications
You must be signed in to change notification settings - Fork 1
/
documentation.xml
56 lines (52 loc) · 2.05 KB
/
documentation.xml
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
<!DOCTYPE webpage
PUBLIC "-//Norman Walsh//DTD Website Full V2.6.0//EN"
"http://docbook.sourceforge.net/release/website/2.6.0/schema/dtd/website-full.dtd"[
<!ENTITY download.xml SYSTEM "download.xml" NDATA XML>
]>
<webpage id="Documentation">
<config param="desc" value="Navigation Layout"/>
<head>
<title>Documentation</title>
<summary>Documentation</summary>
</head>
<table>
<title></title>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
<entry>Link</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>User's Manual (Nightly build)</entry>
<entry><ulink url="http://dds.gsi.de/doc/nightly/index.html">HTML</ulink>,
<ulink url="http://dds.gsi.de/doc/nightly/dds.pdf">PDF</ulink>
</entry>
<entry>User's manual of the latest development DDS version, which is build nightly.</entry>
</row>
<row>
<entry>API docs (Nightly build)</entry>
<entry><ulink url="http://dds.gsi.de/doc/api-docs/DDS/html/index.html">HTML</ulink>
</entry>
<entry>API Documentation, which is build nightly.</entry>
</row>
<row>
<entry>API docs (v3.4)</entry>
<entry><ulink url="http://dds.gsi.de/doc/3.4/api-docs/DDS/html/index.html">HTML</ulink>
</entry>
<entry>API Documentation v3.4</entry>
</row>
<row>
<entry>User's Manual (v3.4)</entry>
<entry><ulink url="http://dds.gsi.de/doc/3.4/index.html">HTML</ulink>,
<ulink url="http://dds.gsi.de/doc/3.4/dds.pdf">PDF</ulink>
</entry>
<entry>User's manual of the stable DDS v3.4</entry>
</row>
</tbody>
</tgroup>
</table>
</webpage>