Replace redirected URLs with full variants

dev
gravel 6 months ago
parent 5fd62bfcc6
commit ba82af0f8f
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -1,8 +1,8 @@
User-agent: * User-agent: *
Allow: / Allow: /
Allow: /about Allow: /about/
Allow: /donate Allow: /donate/
Allow: /index.html Allow: /index.html
Allow: /instructions Allow: /instructions/
Allow: /privacy Allow: /privacy/
Sitemap: https://sessioncommunities.online/sitemap.xml Sitemap: https://sessioncommunities.online/sitemap.xml

@ -10,13 +10,13 @@
<footer id="footer"> <footer id="footer">
<nav id="about-us"> <nav id="about-us">
<a <a
href="/about" href="/about/"
class="footer__nav-target" class="footer__nav-target"
target="_blank" target="_blank"
title="About sessioncommunities.online" title="About sessioncommunities.online"
>About</a >About</a
><a ><a
href="/privacy" href="/privacy/"
class="footer__nav-target" class="footer__nav-target"
target="_blank" target="_blank"
title="Read sessioncommunities.online's Privacy Policy." title="Read sessioncommunities.online's Privacy Policy."
@ -40,7 +40,7 @@
title="Visit the index page of our Session Listing Provider API." title="Visit the index page of our Session Listing Provider API."
>API</a >API</a
><a ><a
href="/donate" href="/donate/"
class="footer__nav-target" class="footer__nav-target"
target="_blank" target="_blank"
title="Support sessioncommunities.online" title="Support sessioncommunities.online"
@ -52,7 +52,7 @@
title="Read our recommendations for Open Group operators" title="Read our recommendations for Open Group operators"
>Host a Community?</a >Host a Community?</a
><a ><a
href="/about#contact-us" href="/about/#contact-us"
class="footer__nav-target" class="footer__nav-target"
target="_blank" target="_blank"
title="Information on how to contact the maintainer(s) of sessioncommunities.online" title="Information on how to contact the maintainer(s) of sessioncommunities.online"

@ -16,7 +16,7 @@
?>This web project crawls known sources of Session Communities, and <?php ?>This web project crawls known sources of Session Communities, and <?php
?>displays information about them as a static HTML page."> ?>displays information about them as a static HTML page.">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about"> <meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about/">
</head> </head>
<body> <body>
<h1 id="self-updating-list-of-session-communities"><a href="/" title="Visit sessioncommunities.online">Session Community List</a> — About</h1> <h1 id="self-updating-list-of-session-communities"><a href="/" title="Visit sessioncommunities.online">Session Community List</a> — About</h1>

@ -25,7 +25,7 @@
?>sessioncommunities.online relies on donations for development and server costs. <?php ?>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!"> ?>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:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/donate"> <meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/donate/">
<title>Donate — sessioncommunities.online</title> <title>Donate — sessioncommunities.online</title>
<style> <style>
h1 { h1 {

@ -40,7 +40,7 @@
<script type="module" src="/main.js?<?=md5_file("$DOCUMENT_ROOT/main.js")?>"></script> <script type="module" src="/main.js?<?=md5_file("$DOCUMENT_ROOT/main.js")?>"></script>
<link rel="modulepreload" href="/js/util.js?<?=md5_file("$DOCUMENT_ROOT/js/util.js")?>"> <link rel="modulepreload" href="/js/util.js?<?=md5_file("$DOCUMENT_ROOT/js/util.js")?>">
<link rel="preload" href="/servers.json" as="fetch" crossorigin="anonymous"/> <link rel="preload" href="/servers.json" as="fetch" crossorigin="anonymous"/>
<link rel="help" href="/instructions"> <link rel="help" href="/instructions/">
<title>Session Communities — sessioncommunities.online</title> <title>Session Communities — sessioncommunities.online</title>
<meta name="description" content="Public Session Group list updated daily! <?php <meta name="description" content="Public Session Group list updated daily! <?php
?>Click here to join your favorite Community in Session Messenger. <?php ?>Click here to join your favorite Community in Session Messenger. <?php
@ -138,7 +138,7 @@
<a href="https://getsession.org/" rel="follow external">Session</a> <a href="https://getsession.org/" rel="follow external">Session</a>
is a private messaging app that protects your meta-data, is a private messaging app that protects your meta-data,
encrypts your communications, and makes sure your messaging activities encrypts your communications, and makes sure your messaging activities
leave no digital trail behind. <a href="/about">Read more.</a> leave no digital trail behind. <a href="/about/">Read more.</a>
</p> </p>
</details> </details>
<details> <details>
@ -146,7 +146,7 @@
<p class="carousel-target"> <p class="carousel-target">
Session Communities are public chatrooms accessible from within Session Messenger. Session Communities are public chatrooms accessible from within Session Messenger.
This web project crawls known sources of Session Communities, and This web project crawls known sources of Session Communities, and
displays information about them as a static HTML page. <a href="/about">Read more.</a> displays information about them as a static HTML page. <a href="/about/">Read more.</a>
</p> </p>
</details> </details>
<p>Disclaimer:</p> <p>Disclaimer:</p>

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

@ -20,7 +20,7 @@
<meta property="og:title" content="Privacy — sessioncommunities.online"> <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: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:type" content="article">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/privacy"> <meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/privacy/">
<link rel="stylesheet" href="/css/common-dark.css"> <link rel="stylesheet" href="/css/common-dark.css">
<style> <style>
label, label a { text-decoration: underline dotted white 1px; text-underline-offset: 0.2em; } label, label a { text-decoration: underline dotted white 1px; text-underline-offset: 0.2em; }
@ -101,7 +101,7 @@
<h2>Cookies</h2> <h2>Cookies</h2>
<p>We don't use 'em. <a href="/donate" 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> <h2>So, you scrolled all the way down here.</h2>

@ -19,22 +19,22 @@
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>
<?=loc_lastmod("/about")?> <?=loc_lastmod("/about/")?>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.7</priority> <priority>0.7</priority>
</url> </url>
<url> <url>
<?=loc_lastmod("/privacy")?> <?=loc_lastmod("/privacy/")?>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.0</priority> <priority>0.0</priority>
</url> </url>
<url> <url>
<?=loc_lastmod("/donate")?> <?=loc_lastmod("/donate/")?>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.0</priority> <priority>0.0</priority>
</url> </url>
<url> <url>
<?=loc_lastmod("/instructions")?> <?=loc_lastmod("/instructions/")?>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<priority>0.0</priority> <priority>0.0</priority>
</url> </url>

Loading…
Cancel
Save