-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlayout.xml
60 lines (50 loc) · 2.23 KB
/
layout.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
57
58
59
<?xml version="1.0"?>
<!DOCTYPE layout PUBLIC "-//Norman Walsh//DTD Website Layout V2.6.0//EN"
"http://docbook.sourceforge.net/release/website/2.6.0/schema/dtd/layout.dtd">
<layout>
<config param="title" value="DDS" />
<config param="text-prefix" value="n-"/>
<config param="homebanner-tabular" value="graphics/DDS_logo.png"
altval="Home Banner"/>
<config param="banner-tabular" value="graphics/DDS_logo.png"
altval="Banner"/>
<config param="navbgcolor" value="#FFFFFF" />
<!--config
param="headlink"
altval="SVN Browse"
value="http://code.google.com/p/salesmen/source/browse/"/-->
<copyright>
<year>2014-2020</year>
<holder role="http://www.gsi.de">GSI Helmholtzzentrum für Schwerionenforschung GmbH.<ulink url="https://www.gsi.de/bottommenu/impressum.htm?no_cache=1&page=217"> Impressum.</ulink><ulink url="https://www.gsi.de/en/bottommenu/data_privacy_protection.htm"> Data privacy protection</ulink></holder>
</copyright>
<!--headlink rel="icon"
href="/images/wilber-icon.png"
type="image/png" />
<headlink rel="bookmark"
href="http://developer.gimp.org/"
title="GIMP Developer Resources"
type="text/html" />
<headlink rel="bookmark"
href="http://www.gimp.org/"
title="GIMP Website"
type="text/html" />
<headlink rel="bookmark"
href="http://www.gegl.org/"
title="GEGL Website"
type="text/html" />
<headlink rel="author"
href="mailto:[email protected]"
title="[email protected]" /-->
<!-- TODO: add icon here, defined with URL... -->
<!--headlink rel="icon" href="" type="image/png"/-->
<style src="docbook-website.css" type="text/css"/>
<toc page="website.xml" filename="index.html">
<tocentry page="download.xml" filename="download.html"/>
<tocentry id="tocentry-quick-start"
href="http://dds.gsi.de/doc/nightly/quick-start.html">
<title>Quick Start</title></tocentry>
<tocentry page="documentation.xml" filename="documentation.html"/>
<tocentry page="support.xml" filename="support.html"/>
<tocentry page="development.xml" filename="development.html"/>
</toc>
</layout>