-
Notifications
You must be signed in to change notification settings - Fork 3
/
config-live.xml
38 lines (34 loc) · 1.24 KB
/
config-live.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Basic config
Append a trailing slash to filesystem paths.
@see pages.xml for page specific configuration
-->
<config>
<lang>en</lang>
<charset>utf-8</charset>
<title>RIOT HIL</title>
<page_title>HIL Test Results</page_title>
<absolute_urls>true</absolute_urls>
<urls>
<base>https://hil.riot-os.org/results</base>
<static>https://hil.riot-os.org/static</static>
<riot_commit_url>https://github.com/RIOT-OS/RIOT/tree/</riot_commit_url>
<robot_fw_commit_url>https://github.com/RIOT-OS/RobotFW-tests/tree/</robot_fw_commit_url>
</urls>
<paths>
<icons>assets/zondicons/</icons>
</paths>
<stylesheets>
<stylesheet>styles.min.css?v=1.0.2</stylesheet>
</stylesheets>
<scripts>
<script type="text/javascript" external="true" position="bottom">https://cdnjs.cloudflare.com/ajax/libs/bootstrap.native/3.0.14/bootstrap-native.min.js</script>
<script type="text/javascript" external="false" position="bottom">scripts.min.js?v=1.0.2</script>
</scripts>
<date_formats>
<short>dd.MM.yyyy</short>
<time>HH:mm</time>
<duration>HH:mm:ss.SSS</duration> <!-- If milliseconds are inlcuded ('S') no other chars are allowed afterwards -->
</date_formats>
</config>