Corrections

dev
gravel 8 months ago
parent 6d74f07a0a
commit 9f07ab84e6
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -8,9 +8,9 @@
</p>
<nav id="about-us">
<a
href="<?=$REPOSITORY_CANONICAL_URL_FILES?>/README.md"
href="./about.html"
target="_blank"
title="sessioncommunities.online README on Codeberg."
title="About sessioncommunities.online"
>About</a
><a
href="./privacy.html"
@ -37,6 +37,11 @@
target="_blank"
title="Support sessioncommunities.online"
>$$</a
><a
href="<?=$REPOSITORY_CANONICAL_URL_FILES?>/for-sogops.md"
target="_blank"
title="Read our recommendations for Open Group operators"
>Host a Community?</a
><a
href="./about.html#contact-us"
target="_blank"
@ -80,11 +85,6 @@ if (basename($_SERVER['SCRIPT_FILENAME']) == "index.php"):
target="_blank"
title="Information about running a community server."
>Host Your Own Community</a
><a
href="<?=$REPOSITORY_CANONICAL_URL_FILES?>/for-sogops.md"
target="_blank"
title="Read our recommendations for Open Group operators"
>(Already do?)</a
><a
href="https://getsession.org/terms-of-service"
target="_blank"

@ -72,9 +72,10 @@
<div id="header-start"></div>
<div id="header-end">
<a
id="link-about"
href="#footer"
title="Learn more about sessioncommunities.online."
id="link-about"
href="./about.html"
title="Learn more about sessioncommunities.online."
target="_blank"
>About</a>
<span
id="btn-toggle-search"
@ -116,7 +117,7 @@
<hr id="footer-divider">
<footer id="footer">
<footer id="summary">
<p id="server_summary">
<?=count_rooms($servers)?> unique Session Communities
on <?=count($servers)?> servers have been found.
@ -129,13 +130,6 @@
</span>.
</p>
<p id="disclaimer">
This site is not affiliated with
<a
href="https://optf.ngo"
target="_blank"
>Oxen Privacy Tech Foundation</a>.
<br>
<br>
Communities shown are fetched automatically from
<a
href="<?=$REPOSITORY_CANONICAL_URL?>#which-sources-are-crawled"
@ -157,84 +151,9 @@
However, some interactive features are
only available with JS enabled.
</p>
<nav id="about-us">
<a
href="<?=$REPOSITORY_CANONICAL_URL_FILES?>/README.md"
target="_blank"
title="sessioncommunities.online README on Codeberg."
>About</a
><a
href="./privacy.html"
target="_blank"
title="Read sessioncommunities.online's Privacy Policy."
>Privacy</a
><a
href="<?=$REPOSITORY_CANONICAL_URL?>"
target="_blank"
title="sessioncommunities.online official repository."
>Source Code</a
><a
href="<?=$REPOSITORY_MIRROR_URL?>"
target="_blank"
title="sessioncommunities.online alternate repository."
>Source Code (Mirror)</a
><a
href="<?=$API_CANONICAL_URL?>"
target="_blank"
title="Visit the index page of our Session Listing Provider API."
>API</a
><a
href="./donate.html"
target="_blank"
title="Support sessioncommunities.online"
>$$</a
><a
href="./about.html#contact-us"
target="_blank"
title="Information on how to contact the maintainer(s) of sessioncommunities.online"
>Report an issue</a
>
</nav>
<nav id="more-sites">
<a
href="https://lokilocker.com/Mods/Session-Groups/wiki/Session-Closed-Groups"
target="_blank"
title="Closed groups curated by community moderators"
>Closed Groups</a
><a
href="https://session.directory/"
target="_blank"
title="User-submitted closed groups, communities and user profiles. Not safe for work."
>session.directory (NSFW)</a
><a
href="https://oxen.directory/"
target="_blank"
title="Discover more resources in the Oxen ecosystem."
>oxen.directory</a
><span
id="more-sites-info-button"
class="clickable enter-clicks"
href="#"
title="Read more about sites hosting additional groups."
tabindex="0"
>()</span>
</nav>
<nav id="about-session" class="highlight">
<a
href="https://getsession.org/"
title="Download Session private messenger for Android, iOS, Windows, Linux, or Mac."
>Download Session</a
><a
href="https://github.com/oxen-io/session-pysogs"
target="_blank"
title="Information about running a community server."
>Host Your Own Community</a
><a
href="https://getsession.org/terms-of-service"
target="_blank"
>Session Terms Of Service</a>
</nav>
</footer>
<?php include "+components/footer.php"; ?>
<div id="copy-snackbar"></div>
</div>
</body>

@ -103,6 +103,7 @@
<p>The cookie emoji will take you to the donation page. Try it!</p>
<?php include "+components/footer.php"; ?>
</body>
</html>

Loading…
Cancel
Save