blob: 2caa07c57cb194669b916f2068ad258f5ae6b604 (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About - Git Repositories of Saturneric</title>
<meta name="description" content="Information about the Git server hosted by Saturneric">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: sans-serif;
margin: 2em;
line-height: 1.6;
}
h1,
h2 {
color: #333;
}
pre {
background: #f6f6f6;
padding: 1em;
overflow-x: auto;
font-size: 0.9em;
}
.section {
margin-top: 2em;
}
.footer {
margin-top: 4em;
font-size: 0.9em;
color: #777;
text-align: center;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function () {
document.getElementById("year").textContent = new Date().getFullYear();
});
</script>
</head>
<body>
<section class="section">
<h1>About This Git Server</h1>
<p>
This server hosts open source projects related to Saturneric.<br>
It provides public access to selected repositories for collaboration and distribution.
</p>
</section>
<section class="section">
<h2>Hosting Information</h2>
<p>
The server is physically located in Germany.<br>
All services comply with applicable German and European Union laws and regulations.
</p>
</section>
<section class="section">
<h2>Contact</h2>
<p>
Email: <a href="mailto:eric@bktus.com">eric@bktus.com</a>
</p>
</section>
<section class="section">
<h2>PGP Keys</h2>
<p><strong>Email encryption key:</strong></p>
<pre>
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZq5pTxYJKwYBBAHaRw8BAQdA+YEVawOeMQaAPI4rMfycgbDKA7ebPJ0V2r2J
+HPKbz60KnNhdHVybmVyaWMoZm9yIGVtYWlsIG9ubHkpPGVyaWNAYmt0dXMuY29t
PoiZBBMWCgBBFiEEbygCyZlmJ+PDmQF8WJGHNplm8CsFAmauaU8CGyMFCQPCZsoF
CwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQWJGHNplm8CtkrQEA3/PN483C
Ag9+cHR4xZ+GvtLqIDIQsltNlSq77aSWd80A/3lp0WKcd8Ypfc650WgLh9GFZw2N
IcYIqjoO7K2tm7IJuDgEZq5pbxIKKwYBBAGXVQEFAQEHQB5fS+kyqWm+7JvVRIL8
7hzP4Zi1WdQ85Tkr7JbfEOxFAwEIB4h+BBgWCgAmFiEEbygCyZlmJ+PDmQF8WJGH
Nplm8CsFAmauaW8CGwwFCQPCZvkACgkQWJGHNplm8Cs2fgEAlHPl0ucJlgrxOqy9
c21JXPESJBPBENmgBh6vr0VkF/gA/0Mv8aUVpjy4yceRkCxCVpBT6I/9nPqyHlob
NBzq630J
=hYH/
-----END PGP PUBLIC KEY BLOCK-----
</pre>
<p><strong>Git commit signing key:</strong></p>
<pre>
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZsEF1xYJKwYBBAHaRw8BAQdAPZ3dA2od9HFaiaJRr1TEEeRMfAcrBp8oqQPa
R16Icva0OHNhdHVybmVyaWMoZm9yIGNvZGUgb3IgYmluYXJ5IHNpZ24gb25seSk8
ZXJpY0Bia3R1cy5jb20+iJkEExYKAEEWIQQS9+iFjPFb7Jl1/zxco9okaEP9AwUC
ZsEF1wIbIwUJA8JmbgULCQgHAgIiAgYVCgkICwIEFgIDAQIeBwIXgAAKCRBco9ok
aEP9A3TTAQC/H61IVj6LiSQ0dvodo5VFb2jTJa8XVfb2NT3yc/+JDwD+KTm+nV73
dbaEG0FOTKu+n4rVhBpTes93Bn2GcRSbQwA=
=fWZe
-----END PGP PUBLIC KEY BLOCK-----
</pre>
</section>
<section class="section">
<h2>Usage Terms</h2>
<p>
All content is provided under the terms of the respective open source licenses.<br>
Please refer to each repository for licensing details.
</p>
</section>
<div class="footer">
© <span id="year"></span> Saturneric. All rights reserved.
</div>
</body>
</html>
|