direct viewers to forum instead of removed subscription server
All checks were successful
Deploy / deploy (push) Successful in 28s

This commit is contained in:
Jacob Lifshay 2024-07-11 23:10:39 -07:00
parent caeb0cc6ee
commit 441fb82411
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
3 changed files with 5 additions and 43 deletions

View file

@ -4,11 +4,12 @@ Libre-Chip is a project for creating [Free/Libre](https://en.wikipedia.org/wiki/
More content is coming soon!
* [Subscribe for Announcements via E-Mail](subscription/index.md)[^subscribe]
* Join us on [Libre-Chip's Git](https://git.libre-chip.org/)
* Sign up for Announcements by joining us on [our Forum](https://forum.libre-chip.org/)
* Join our discussions on [our Forum][forum-general] and enable notifications for [General][forum-general] (click the bell icon).
* Join us on [our Git instance](https://git.libre-chip.org/)
* Chat with us at [#libre-chip:matrix.org](https://matrix.to/#/#libre-chip:matrix.org) or at #libre-chip on [OFTC IRC](https://www.oftc.net/)
* If you're interested in supporting us, [subscribe](subscription/index.md) and we'll announce when we're ready!
* If you're interested in supporting us, sign up for announcements and we'll announce when we're ready!
* We have a [Code of Conduct](Conduct.md)
[^subscribe]: Announcement Emails are coming soon, though you can sign up now!
[forum-general]: https://forum.libre-chip.org/c/general/4

View file

@ -1,5 +1,4 @@
* [Libre-Chip](README.md)
* [Subscribe for Announcements via E-Mail](subscription/index.md)
* [Conduct](Conduct.md)
* [License](LICENSE.md)
* [GPL 3.0](gpl-3.0.md)

View file

@ -1,38 +0,0 @@
# Subscribe for Announcements via E-Mail
<!-- this page is handled by https://git.libre-chip.org/libre-chip/subscribe-list -->
<script><!--
// hide sidebar
var body = document.querySelector('body');
var sidebar_toggle = document.getElementById("sidebar-toggle-anchor");
sidebar_toggle.checked = false;
body.classList.remove('sidebar-visible');
body.classList.add('sidebar-hidden');
//--></script>
<div class="subscribe_list_template_section" id="SubscriptionLoggedOut"/>
As an anti-spam measure, you need to register using a 3rd-party account:
<br/>
<div class="subscribe_list_buttons">
{{- for provider in providers -}}
<a href="{provider.url}">Sign in with {provider.pretty_name}</a>
{{- endfor -}}
</div>
<div class="subscribe_list_template_section"/>
<div class="subscribe_list_template_section" id="SubscriptionLoggedIn"/>
<h2>Signed in as {email}</h2>
You are subscribed.
<br/>
<div class="subscribe_list_buttons">
<a href="/subscription/logout">Logout</a>
<a href="/subscription/unsubscribe" class="subscribe_list_delete_account"><b>Unsubscribe and Delete Account</b></a>
</div>
<div class="subscribe_list_template_section"/>