Move pages to own subfolders

dev
gravel 8 months ago
parent 33f1f863e9
commit f6bee964db
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -8,12 +8,12 @@
</p>
<nav id="about-us">
<a
href="./about.html"
href="./about"
target="_blank"
title="About sessioncommunities.online"
>About</a
><a
href="./privacy.html"
href="./privacy"
target="_blank"
title="Read sessioncommunities.online's Privacy Policy."
>Privacy</a
@ -33,7 +33,7 @@
title="Visit the index page of our Session Listing Provider API."
>API</a
><a
href="./donate.html"
href="./donate"
target="_blank"
title="Support sessioncommunities.online"
>$$</a
@ -43,7 +43,7 @@
title="Read our recommendations for Open Group operators"
>Host a Community?</a
><a
href="./about.html#contact-us"
href="./about#contact-us"
target="_blank"
title="Information on how to contact the maintainer(s) of sessioncommunities.online"
>Report an issue</a

@ -6,7 +6,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/about.html">
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/about">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/common-dark.css">
<meta name="description" content="Learn more about sessioncommunities.online, the online self-updating list of Session Communities.">
@ -16,7 +16,7 @@
?>This web project crawls known sources of Session Communities, and <?php
?>displays information about them as a static HTML page.">
<meta property="og:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about.html">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about">
</head>
<body>
<h1 id="self-updating-list-of-session-communities"><a href="./" title="Visit sessioncommunities.online">Session Community List</a> — About</h1>

@ -15,7 +15,7 @@
<html>
<?php include "+components/page-head.php" ?>
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/donate.html">
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/donate">
<link rel="stylesheet" href="css/common-dark.css">
<meta name="description" content="<?php
?>Support sessioncommunities.online development with donations if you have disposable income. <?php
@ -25,7 +25,7 @@
?>sessioncommunities.online relies on donations for development and server costs. <?php
?>Help us redefine what it means to be sustainable and support our mission of improving the Session ecosystem!">
<meta property="og:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/donate.html">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/donate">
<title>Donate — sessioncommunities.online</title>
<style>
h1 {

@ -38,7 +38,7 @@
<link rel="stylesheet" href="./index.css">
<script type="module" src="./main.js"></script>
<link rel="modulepreload" href="js/util.js">
<link rel="help" href="./instructions.html">
<link rel="help" href="./instructions">
<title>Session Communities — sessioncommunities.online</title>
<meta name="description" content="Public Session Group list updated daily! <?php
?>Click here to join your favorite Community in Session Messenger. <?php
@ -98,7 +98,7 @@
target="_blank"
rel="help"
title="Multi-language guide to using the site."
href="instructions.html"
href="instructions"
>Instructions</a>
</div>
</header>
@ -134,14 +134,14 @@
<a href="https://getsession.org/" rel="follow external">Session</a>
is a private messaging app that protects your meta-data,
encrypts your communications, and makes sure your messaging activities
leave no digital trail behind. <a href="./about.html">Read more.</a>
leave no digital trail behind. <a href="./about">Read more.</a>
</p>
<input type="checkbox" id="carousel-1b" name="carousel-1" class="carousel-trigger"/>
<h2 class="carousel-label"><label for="carousel-1b">What are Session Communities?</label></h2>
<p>
Session Communities are public chatrooms accessible from within Session Messenger.
This web project crawls known sources of Session Communities, and
displays information about them as a static HTML page. <a href="./about.html">Read more.</a>
displays information about them as a static HTML page. <a href="./about">Read more.</a>
</p>
<p id="disclaimer">
Session Communities shown on this list are fetched automatically from

@ -30,7 +30,7 @@
?>">
<meta property="og:title" content="How to — sessioncommunities.online">
<meta property="og:description" content="Learn how to use sessioncommunities.online to join Communities in Session Messenger.">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/instructions.html">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/instructions">
<meta property="og:type" content="article">
<title>Instructions — sessioncommunities.online</title>
</head>

@ -12,7 +12,7 @@
<head>
<?php include "+components/page-head.php" ?>
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/privacy.html">
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/privacy">
<title>Privacy — sessioncommunities.online</title>
<meta name="description" content="<?php
?>This page covers the Privacy Policy of sessioncommunities.online <?php
@ -20,7 +20,7 @@
<meta property="og:title" content="Privacy — sessioncommunities.online">
<meta property="og:description" content="Read our transparent account of what data sessioncommunities.online collects when you browse the site.">
<meta property="og:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/privacy.html">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/privacy">
<link rel="stylesheet" href="css/common-dark.css">
<style>
label, label a { text-decoration: underline dotted white 1px; text-underline-offset: 0.2em; }
@ -101,7 +101,7 @@
<h2>Cookies</h2>
<p>We don't use 'em. <a href="./donate.html" style="text-decoration: inherit; color: inherit;">🍪</a></p>
<p>We don't use 'em. <a href="./donate" style="text-decoration: inherit; color: inherit;">🍪</a></p>
<h2>So, you scrolled all the way down here.</h2>
Loading…
Cancel
Save