-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
60 lines (60 loc) · 3.11 KB
/
credits.html
File metadata and controls
60 lines (60 loc) · 3.11 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Copyright (C) 2008-2026 Lonnie Abelbeck -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="max-age=3600, must-revalidate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="AstLinux Project" />
<meta name="keywords" content="ASTERISK, ASTLINUX, UNIX, LINUX, VOIP, SIP, XMPP, ROUTER, FIREWALL" />
<title>AstLinux Project</title>
<link rel="stylesheet" href="common/style.css" type="text/css" />
</head>
<body>
<table class="headerTable"><tr>
<td width="140"><img src="common/logo-small.gif" width="113" height="23" alt="AstLinux Project" /></td>
<td><h1>AstLinux Project</h1></td>
</tr></table>
<div id="tabs">
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li><a href="dev.html"><span>Development</span></a></li>
<li><a href="credits.html"><span>Credits</span></a></li>
<li><a href="about.html"><span>About</span></a></li>
</ul>
</div>
<br /><br />
<center>
<p> </p>
</center>
<h2>Credits:</h2>
<p>
The AstLinux team consisted of many individuals donating time to the project:
</p>
<ul class="listText">
<li>Kristian Kielhofner 1984-2024, AstLinux Founder, rest in peace.</li>
</ul>
<p>
AstLinux would not have been possible without "Open-Source Software", some included projects:
</p>
<ul class="listText">
<li><a class="linkText" href="https://www.kernel.org/" target="_blank">Linux Kernel</a></li>
<li><a class="linkText" href="https://www.asterisk.org/" target="_blank">Asterisk (SIP)</a></li>
<li><a class="linkText" href="https://prosody.im/" target="_blank">Prosody (XMPP)</a></li>
<li><a class="linkText" href="http://www.thekelleys.org.uk/dnsmasq/doc.html" target="_blank">dnsmasq (DNS/DHCP)</a></li>
<li><a class="linkText" href="https://www.openssh.com/" target="_blank">OpenSSH (SSH)</a></li>
<li><a class="linkText" href="https://www.lighttpd.net/" target="_blank">lighttpd (HTTP/HTTPS)</a></li>
<li><a class="linkText" href="https://chrony-project.org/" target="_blank">chrony (NTP)</a></li>
<li><a class="linkText" href="https://github.com/arno-iptables-firewall/aif/" target="_blank">Arno's iptables Firewall</a></li>
<li><a class="linkText" href="https://www.fossil-scm.org/" target="_blank">Fossil</a></li>
<li><a class="linkText" href="https://www.openssl.org/" target="_blank">OpenSSL</a></li>
<li><a class="linkText" href="https://openvpn.net/" target="_blank">OpenVPN</a></li>
<li><a class="linkText" href="https://www.strongswan.org/" target="_blank">IPsec VPN</a></li>
<li><a class="linkText" href="https://www.wireguard.com/" target="_blank">WireGuard VPN</a></li>
<li><a class="linkText" href="https://www.php.net/" target="_blank">PHP</a></li>
<li><a class="linkText" href="https://busybox.net/" target="_blank">BusyBox</a></li>
<li><a class="linkText" href="https://buildroot.org/" target="_blank">Buildroot</a></li>
<li><a class="linkText" href="https://crosstool-ng.github.io/" target="_blank">crosstool-NG</a></li>
</ul>
</body>
</html>