-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
86 lines (86 loc) · 4.94 KB
/
Copy pathdonate.html
File metadata and controls
86 lines (86 loc) · 4.94 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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Donate to TaurusTLS</title>
<meta name="description" content="This page provides a link for donating to the TaurusTLS Open Source project that provides OpenSSL support for Indternet Direct (Indy)." />
<meta name="apple-mobile-web-app-title" content="TaurusTLS" />
<meta property="fb:app_id" content="1074308038263684" />
<meta property="og:title" content="Donate to TaurusTLS" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://taurustls.org/" />
<meta property="og:description" content="This page provides a link for donating to the TaurusTLS Open Source project that provides OpenSSL support for Indternet Direct (Indy)." />
<meta property="og:image" content="https://taurustls.org/gfx/200x200px-bullshead.png" />
<link rel="icon" type="image/png" href="/gfx/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/gfx/favicon.svg" />
<link rel="shortcut icon" href="/gfx/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/gfx/apple-touch-icon.png" />
<link rel="manifest" href="/gfx/site.webmanifest" />
<link rel="canonical" href="https://taurustls.org/donate.html" />
<link rel="stylesheet" href="css/screen.css" media="screen" />
<link rel="stylesheet" href="css/print.css" media="print" />
</head>
<body>
<header>
<a class="skip" href="#main">Skip to main content</a>
<nav class="navbar" title="Main Menu">
<ul class="nav-links">
<li><img loading="lazy" class="logo" src="gfx/TaurusTLS.png" height="77" width="77" alt="TaurusTLS" /></li>
<li>
<a href="index.html">About</a>
</li>
<li>
<a href="download.html">Download TaurusTLS</a>
</li>
<li>
<a href="deployapps.html">Deployment</a>
</li>
<li><span>Donate</span></li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contactus.html">Contact Us</a>
</li>
<li>
<a href="links.html">Links</a>
</li>
</ul>
<div class="hamburger">
<span></span> <span></span> <span></span>
</div>
</nav>
</header>
<main id="main">
<h1>Donate to TaurusTLS</h1>
<p>TaurusTLS is—and will always remain—a 100% free, open-source project. Up until now, the out-of-pocket costs required to maintain the library have been covered personally by the maintainers. Setting up an <a href="https://opencollective.com/TaurusTLS-Developers">OpenCollective</a> gives our community a transparent way to help sustain the project financially.</p>
<p>All funds collected will be used strictly to cover project infrastructure and code-quality expenses, such as:</p>
<ul>
<li>Website and documentation hosting</li>
<li>Purchasing necessary development, testing, or profiling tools</li>
</ul>
<p><span class="emphasis">A note on transparency</span>: Financial support is entirely voluntary. You do not need to donate to use TaurusTLS, and contributing financially does not grant special consideration or expedited feature requests. Whether you support us through code contributions, bug reports, or a cup of coffee on <a href="https://opencollective.com/TaurusTLS-Developers">OpenCollective</a>, we deeply appreciate you being part of the TaurusTLS community!</p>
</main>
<footer>
<div class="social-media-links">
<ul>
<li>
<a href="https://github.com/TaurusTLS-Developers" rel="noopener noreferrer"><img src="gfx/github.svg" alt="Visit us on GitHub" class="social-icon" height="16" width="16" /></a>
</li>
<li>
<a href="https://www.facebook.com/people/Taurustls/61582588996953/" rel="noopener noreferrer"><img src="gfx/facebook.svg" alt="Visit Us on Facebook" class="social-icon" height="16" width="16" /></a>
</li>
<li>
<a href="https://www.linkedin.com/company/109619101" rel="noopener noreferrer"><img src="gfx/linkedin.svg" alt="Visit Us on LinkedIn" class="social-icon" height="16" width="16" /></a>
</li>
</ul>
</div>
<p class="copyright">Copyright © 2026 TaurusTLS Developers. All rights reserved</p>
</footer>
<script type="text/javascript" src="js/hamburger.js"></script>
<script type="text/javascript">
!function(){var b=function(){window.__AudioEyeSiteHash = "5f3ffd32b23d7bdddce5e9b6164b0bb5"; var a=document.createElement("script");a.src="https://wsv3cdn.audioeye-services.com/aem.js?h=5f3ffd32b23d7bdddce5e9b6164b0bb5";a.type="text/javascript";a.crossOrigin="anonymous";a.setAttribute("async","");document.getElementsByTagName("body")[0].appendChild(a)};"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}();
</script>
</body>
</html>