Need to redo ssi .html commit

This reverts commit 1a304d0e07.
This commit is contained in:
Arya Kiran 2022-09-17 23:08:49 +05:30
parent 05b9d6dfcd
commit 1b392ac712
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
19 changed files with 44 additions and 44 deletions

View File

@ -6,7 +6,7 @@
<title>Admins | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=admins>Admins</h1> <a aria-hidden=true href=#admins>#admins</a></div>
<p>This is the list of admins of ~vern. <br>Anyone claiming to be an admin that isn't on this list is lying. <br> This list may be updated at any point, so please check it to see if someone is an admin.</p>
<p>We also have non-vern contact methods listed so its possible to contact us even if ~vern is down</p>
@ -18,6 +18,6 @@
<li><a href=//cobra.vern.cc>Skylar (cobra)</a> - Hosts the main tilde server, webmaster <br> <a href=//matrix.to/#/@cobra:vern.cc>Matrix</a>, <a href=//matrix.to/#/@cobra:inetd.xyz>spare matrix</a>, <a href=xmpp:cobra@vern.cc>XMPP</a> <br>
Email: cobra (at sym) (main dom), spare thecobra (at sym) riseup dot net</li>
</ul>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,14 +6,14 @@
<title>Warrant Canary | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=canary>Warrant Canary</h1> <a aria-hidden=true href=#canary>#canary</a></div>
<p>Below is our warrant canary. 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 file_get_contents("/var/log/canary/latest"); ?></code></pre>
<p>This canary's SHA256 checksum is <?php echo hash('sha256', file_get_contents("/var/log/canary/latest")); ?></p>
<p>Previous canaries can be found <a href=/canaries>here</a>.</p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Costs | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=costs>Costs of operating ~vern</h1> <a aria-hidden=true href=#costs>#costs</a></div>
<p>Here are the things we need to pay for in order for ~vern to be up and healthy</p>
<ul>
@ -23,6 +23,6 @@
<div class=h><h3 id=excess>How excess money is used</h3> <a aria-hidden=true href=#excess>#excess</a></div>
<p>Any excess money we get (more than $7.50) will be saved for the domain cost as it is pretty high.</p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Donations | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=donate>Donations</h1> <a aria-hidden=true href=#donate>#donate</a></div>
<p>A donation would help ~vern stay up and running for longer! We currently only take donations in XMR, as other options mostly involve non-free software and corporations such as Cloudflare, and other cryptocurrencies are not anonymous.</p>
<p>If you know of another good way to take donations, either in cryptocurrency or traditional banking, please contact an <a href=/admins>admin</a> about adding it.</p>
@ -14,6 +14,6 @@
<p>Our XMR address is <code>4ATm8EZaC4iEuwt1VABuxFPi5xq4HgvqgghmKqvgQyvwQf9KK7AyYFXCYCZ3xBiqZ38CctAWihJ3yLeKAeGJfQBgDxQnn91</code></p>
<img src="/media/xmr.png" alt="A QR code representing our XMR address" width=300 height=300>
<p> A transparent report on how the donations money is spent can be found in <a href=/costs>/costs</a>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,10 +6,10 @@
<title>403 Forbidden | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="/nav" -->
<h1>403 Forbidden</h1>
<p>You do not have access to this page. This may be because the www-data user does not have sufficient read permissions on the file.</p>
<!--#include file=/errors/common.html -->
<!--#include file=/footer.html -->
<!--#include file="/errors/common" -->
<!--#include file="/footer" -->
</body>
</html>

View File

@ -6,10 +6,10 @@
<title>404 Not Found | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="/nav" -->
<h1>404 Not Found</h1>
<p>The page you are trying to reach either does not exist or you do not have permission to view it.</p>
<!--#include file=/errors/common.html -->
<!--#include file=/footer.html -->
<!--#include file="/errors/common" -->
<!--#include file="/footer" -->
</body>
</html>

View File

@ -6,10 +6,10 @@
<title>503 Service Unavailable | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="/nav" -->
<h1>503 Service Unavailable</h1>
<p>This service is unavailable.</p>
<!--#include file=/errors/common.html -->
<!--#include file=/footer.html -->
<!--#include file="/errors/common" -->
<!--#include file="/footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Frequently Asked Questions | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=faq>Frequently asked questions</h1> <a aria-hidden=true href=#faq>#faq</a></div>
<p>This is the list of frequently asked questions regarding ~vern and the services we host. We try our best to answer these questions, but if something must be specified, contact an <a href=/admins>admin</a>. This is is ever-expanding, and if you want an item added, contact an admin.</p>
<div class=h><h2 id=signup>How do I sign up?</h2> <a aria-hidden=true href=#signup>#signup</a></div>
@ -51,6 +51,6 @@
<div class=h><h2 id=shill>Why do ~vern admins shill ~vern so much?</h2> <a aria-hidden=true href=#shill>#shill</a></div>
<p>We shill ~vern because we are passionate about it. Arya told me to add this question here. This question is only here as a joke.</p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,10 +6,10 @@
<title>I2P Eepsites | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=i2p>Eepsites</h1> <a aria-hidden=true href=#i2p>#i2p</a></div>
<p>We respect your privacy and want you to be able to choose to be anonymous if you want. So most of our services have corresponding <a href=//i2p.net>I2P</a> <a href=//wikipedia.org/wiki/I2P#Terminology>eepsites</a>.</p>
<!--#include file=/i2p-services.html -->
<!--#include file=/footer.html -->
<!--#include file="i2p-services" -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=vern>Welcome to ~vern!</h1> <a aria-hidden=true href=#vern>#vern</a></div>
<p>~vern is a non-commercial shared GNU/Linux system. All our servers run <a href=/faq#distro>fully free GNU/Linux distributions</a>. We are also aiming to become a member of the <a href=//tildeverse.org>Tildeverse</a> after we meet the requirements.</p>
<div class=h><h2 id=services>Services</h2> <a aria-hidden=true href=#services>#services</a></div>
@ -15,7 +15,7 @@
<!--<p>Other services have restricted access, meaning only trusted members have access. You can get access to these services by being a respected and trusted member of the ~vern community.</p>-->
<p>All services we host, with the exception of clearnet Minetest, do not have the capability to log IP addresses due to our use of WireGuard.</p>
<p>We also host <a href=/onion>onion services</a> and <a href=/i2p>I2P eepsites</a> for most of these.</p>
<!--#include file="/services.html" -->
<!--#include file="services" -->
<div class=h><h2 id=community>Community</h2> <a aria-hidden=true href=#community>#community</a></div>
<p><b>You can join our community on most major free software chat programs:</b></p>
<p>We make use of bridging so you can chat with us regardless of what chat program you use</p>
@ -29,6 +29,6 @@
<div class=h><h2 id=cloud>Our thoughts on the "cloud"</h2> <a aria-hidden=true href=#cloud>#cloud</a></div>
<p>We do use other people's computers for some things, see them <a href=/sysinfo>here</a>.</p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,8 +6,8 @@
<title>Privacy Policy | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<p>Coming soon :P</p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Logo | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=logo>Logo</h1> <a aria-hidden=true href=#logo>#logo</a></div>
<p>The ~vern ~V logo was created by Arya. The full ~Vern version was made by The Cobra.</p>
<p>Every iteration of the logo is licensed under CC BY-SA 4.0.</p>
@ -27,6 +27,6 @@
<div class=h><h2 id=full-transparent>Full transparent form (<a href=/media/vernfulltrans.xcf>XCF file</a>)</h2> <a aria-hidden=true href=#full-transparent>#full-transparent</a></div>
<img src=/media/vernfulltrans.png alt="Full ~vern logo with a transparent background">
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,10 +6,10 @@
<title>Onion Services | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=onion>Onion sites</h1> <a aria-hidden=true href=#onion>#onion</a></div>
<p>We respect your privacy and want you to be able to choose to be anonymous if you want. So most of our services have corresponding <a href=//torproject.org>Tor</a> <a href=//community.torproject.org/onion-services/>.onion</a> sites.</p>
<!--#include file=/onion-services.html -->
<!--#include file=/footer.html -->
<!--#include file="onion-services" -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,10 +6,10 @@
<title>Privacy Policy | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=privacy>Privacy Statement</h1> <a aria-hidden=true href=#privacy>#privacy</a></div>
<p>The only circumstances in which we collect and store data from our users is when such information is directly provided to us, i.e. when one registers to any of our services. Any automatically generated information (log files) that contains personal user information such as IP addresses, locations, or full names is to be deleted from our servers in at most 48 hours. If you decide that you want any of your accounts with us to be closed, send an e-mail to: <code>deletion (AT SYMBOL) vern (PERIOD) cc</code>. Any associated personal information will be deleted from our servers in up to 96 hours.</p>
<p>A full legalese privacy policy can be found <a href="/legal-privacy">here</a>.</p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Registration | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<p><b>Please Note that Email is not included by default anymore due to OVH's restrictive email policies. Please contact an <a href=/admins>admin</a> to get access </b></p>
<p><b>If you can/do not want to share your email for ~vern registration, please contact an <a href=/admins>admin</a> so we can create one for you without one</b></p>
@ -209,6 +209,6 @@
}
?>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Rule Reasoning | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=rules>Rule Reasoning</h1> <a aria-hidden=true href=#rules>#rules</a></div>
<ol>
@ -21,6 +21,6 @@
<ol>
<li>We want our community to be as friendly and welcoming as possible, so please be kind to others.</li>
</ol>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Rules | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=rules>Rules</h1> <a aria-hidden=true href=#rules>#rules</a></div>
<p>We, like you, enjoy freedom, and we wish to respect our members' rights to free speech. However, we must restrict that right under circumstances in which it would directly harm us or this service. We also have ideological views that are important to us and our users. Therefore:</p>
@ -30,6 +30,6 @@
<p>The ~vern team can change these rules at any time. It is likely that we will announce when doing so, but make sure when referencing the rules to check them.</p>
<p>Thanks for being part of ~vern!</p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -6,7 +6,7 @@
<title>Systems Information | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=sysinfo>~vern Systems Information</h1> <a aria-hidden=true href=#sysinfo>#sysinfo</a></div>
<div class=h><h3 id=pubnix>PubnixVM</h3> <a aria-hidden=true href=#pubnix>#pubnix</a></div>
<ul>
@ -44,6 +44,6 @@
<p>Additional Info: Payed for by ~neo; NAT for tilserv</p></li>
</ul>
<p><small>Do you get it? We <i>really</i> like Debian</small></p>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -44,12 +44,12 @@
}
closedir($handle);
?>
<!--#include file=/nav.html -->
<!--#include file="nav" -->
<div class=h><h1 id=users>Users</h1> <a aria-hidden=true href=#users>#users</a></div>
<p>This is a list of all ~vern users, and whether they are online (<b><span class=green></span></b>) or not (<b><span class=red></span></b>) in order of joining. There are currently a total of <?php echo $total; ?> members, <?php echo $on; ?> of which <?php echo $on !== 1 ? are : is ?> online.</p>
<ol>
<?php echo $list; ?>
</ol>
<!--#include file=/footer.html -->
<!--#include file="footer" -->
</body>
</html>