Financial report, fix bugs

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-06-01 11:05:56 -04:00
parent 93036aed8b
commit 1f73cef5d6
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
3 changed files with 26 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<div class=h><h1 id=canary>Warrant Canary</h1> <a aria-hidden=true href=#canary>#canary</a></div>
<p>Below is our <a href=//wl.vern.cc/wiki/warrant_canary>warrant canary</a>. Please watch very closely for any updates of this page. We release a new canary monthly, within a week of the beginning of the month.</p>
<pre><code><?php echo file_get_contents("/var/log/canary/latest"); ?></code></pre>
<p>This canary's SHA256 checksum is <?php echo file_get_contents("/var/log/canary/latest.sha256"); ?></p>
<p>This canary's SHA256 checksum is <?php echo file_get_contents("/var/log/canary/latest.sha256sum"); ?></p>
<p>Previous canaries can be found <a href=/canaries>here</a>.</p>
<!--#include file="footer.cgi" -->

View File

@ -23,7 +23,7 @@
<div class=h><h3 id=why-godaddy>Why GoDaddy?</h3> <a aria-hidden=true href=#why-godaddy>#why-godaddy</a></div>
<p>Our original domain was registered on GoDaddy long before we planned on doing anything public-facing like ~vern.</p>
<p>Transfer is not currently possible for us since GoDaddy policy requires whois protection to be turned off before transfer.</p>
<p>The amount of sensitive information leaked is not be worth it and if we input fake whois info there is a good change the domain would get suspended</p>
<p>The amount of sensitive information leaked is not be worth it and if we input fake whois info there is a good chance the domain would get suspended.</p>
<p>Hence, for the time being, vern.cc will be on GoDaddy.</p>
<p>This also comes with the issue of also not being able to add DS records for valid DNSSEC.</p>

24
en/finreport/may23.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="May 2023 Financial Report of ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>May 2023 Financial Report | ~vern</title>
</head>
<body>
<!--#include file="/en/nav.php" -->
<div class=h><h1 id=may23finreport>May 2023 Financial Report of ~vern</h1> <a aria-hidden=true href=#may23finreport>#may23finreport</a></div>
<div class=h><b id=liberapay>LiberaPay (Fiat) Donations:</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>We received a total of 54.82 USD on LiberaPay this month (thank you!).</p>
<div class=h><b id=xmr>Monero (XMR) Donations:</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>We received a total of 0 XMR this month. It has not been converted to fiat. This money is kept for times when we have a lack of funds to use or to cash out when XMR peaks.</p>
<div class=h><b id=usage>Usage:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD for Iceberg; 4.68 USD for Mythos; 27.3 USD for Typhoon</p>
<p>Totally 36.98 USD was used up this month. We have 22.36 USD + around 33.98 USD (XMR conversion rate as of 1st Apr 2023) = 56.34 USD remaining.</p>
<p>The extra money has not been yet divided among the team.</p>
<!--#include file="/en/footer.cgi" -->
</body>
</html>