Skip to content

Commit 8d1ae8f

Browse files
committed
#0000
1 parent 0829c86 commit 8d1ae8f

File tree

12 files changed

+665
-133
lines changed

12 files changed

+665
-133
lines changed

.license

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

developing/build.xml

Lines changed: 294 additions & 130 deletions
Large diffs are not rendered by default.

developing/release.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.0.0 2017xxxx
1+
5.0.0 20171206
22
BF: HTTP SERVER:SSL - Korrektur vom fehlenden TrustManager
33
BF: HTTP PUT - Korrektur/Optimierung in der Unterscheidung von Datei/Verzeichnis
44
Die Ressource ist ein Directory, wenn keine Content-Length gesendet wird.
@@ -18,6 +18,8 @@
1818
- Umstellung auf Java5/8
1919
- Umstellung der Testumgebung auf JUnit
2020
- Umstellung der Historie auf den internen ChangeLog (release.txt)
21+
- Optimierung vom Build-Prozess/Skript
22+
CR: Dokumentation / Layout - �berarbeitung/Optimierung/Erweiterung
2123
CR: Service
2224
- CLEANUP �berarbeitung/Optimierung
2325
Unterst�tzt nur noch on/off, Standardwert: off

documents/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<link rel="stylesheet" href="/system/common.css"/>
77
<link rel="stylesheet" href="../system/common.css"/>
88
<link rel="stylesheet" href="index.css"/>
9+
<meta content="/system/common.css"/>
10+
<meta content="/documents/index.css"/>
911
</head>
1012
<body>
1113
<main>

manuals/seanox-devwex.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Sitemap.create = function() {
381381
});
382382
return eval(filter.join(" ").trim());
383383
}
384-
}
384+
};
385385

386386
var elements = document.querySelectorAll(Sitemap.SELECTOR_ARTICLE);
387387
elements.forEach(function(element, index, array) {
@@ -708,7 +708,7 @@ window.addEventListener("load", function() {
708708
var content = element.innerHTML.replace(new RegExp("([\r\n])" + indent, "gm"), '$1').trim();
709709
content = ("\r\n" + content).replace(/((?:\r\n)|(?:\n\r)|[\r\n])([^\r\n]*)/gm, "$1<li><code>$2</code></li>");
710710
content = content.replace(/\s+(<\/code>)/gm, "$1");
711-
content = "<ol class=\"code\" start=\"1\">" + content + "</ol>"
711+
content = "<ol class=\"code\" start=\"1\">" + content + "</ol>";
712712
element.outerHTML = "<article>" + content + "</article>";
713713
});
714714
});

manuals/seanox-devwex_de.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<link rel="stylesheet" href="../system/media.css"/>
1212
<link rel="stylesheet" href="seanox-devwex.css"/>
1313
<script src="seanox-devwex.js"></script>
14+
<meta content="/system/common.css"/>
15+
<meta content="/system/media.css"/>
16+
<meta content="/manuals/seanox-devwex.css"/>
17+
<meta content="/manuals/seanox-devwex.js"/>
1418
</head>
1519
<body lang="de">
1620
<main>

manuals/seanox-devwex_en.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<link rel="stylesheet" href="../system/media.css"/>
1212
<link rel="stylesheet" href="seanox-devwex.css"/>
1313
<script src="seanox-devwex.js"></script>
14+
<meta content="/system/common.css"/>
15+
<meta content="/system/media.css"/>
16+
<meta content="/manuals/seanox-devwex.css"/>
17+
<meta content="/manuals/seanox-devwex.js"/>
1418
</head>
1519
<body lang="en">
1620
<main>

system/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
<title>Seanox Devwex</title>
66
<link rel="stylesheet" href="common.css"/>
77
<link rel="stylesheet" href="/system/common.css"/>
8+
<link rel="stylesheet" href="media.css"/>
9+
<link rel="stylesheet" href="/system/media.css"/>
810
<link rel="stylesheet" href="index.css"/>
911
<link rel="stylesheet" href="/system/index.css"/>
12+
<meta content="/system/common.css"/>
13+
<meta content="/system/media.css"/>
14+
<meta content="/system/index.css"/>
1015
</head>
1116
<body>
1217
<main>

system/status-2xx.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<link rel="stylesheet" href="/system/media.css"/>
1010
<link rel="stylesheet" href="status.css"/>
1111
<link rel="stylesheet" href="/system/status.css"/>
12+
<meta content="/system/common.css"/>
13+
<meta content="/system/media.css"/>
14+
<meta content="/system/status.css"/>
1215
</head>
1316
<body>
1417
<main>

system/status-3xx.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<link rel="stylesheet" href="/system/media.css"/>
1010
<link rel="stylesheet" href="status.css"/>
1111
<link rel="stylesheet" href="/system/status.css"/>
12+
<meta content="/system/common.css"/>
13+
<meta content="/system/media.css"/>
14+
<meta content="/system/status.css"/>
1215
</head>
1316
<body>
1417
<main>

0 commit comments

Comments
 (0)