myheats-website

Website for myheats
git clone https://git.in0rdr.ch/myheats-website.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 793bca5eb0863d6272f3fe46b2d966bce93b4188
parent 409f9a1b9faa277569516ae89df3c9d87cf43e27
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 14 Jun 2025 22:55:34 +0200

feat: add xmpp-web

Diffstat:
MGemfile | 4+++-
M_includes/nav.html | 2+-
Mindex.html | 26++++++++++++++++++++++----
3 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/Gemfile b/Gemfile @@ -9,5 +9,7 @@ end gem 'html-proofer' gem 'tzinfo' gem 'tzinfo-data' - gem 'webrick' +gem 'logger' +gem 'csv' +gem 'base64' diff --git a/_includes/nav.html b/_includes/nav.html @@ -4,7 +4,7 @@ <h1 class="logo"><a href="{{ '/' | relative_url }}">{{ site.title_left }}<span>{{ site.title_right }}</span></a></h1> <ul class="navbar"> <li><a href="https://code.in0rdr.ch/myheats">{% octicon repo %}<span> src</span></a></li> - <li><a href="https://web.libera.chat/gamja/#p0c">{% octicon comment-discussion %}<span> irc</span></a></li> + <li><a href="https://chat.in0rdr.ch/#/guest?join=p0c@conference.in0rdr.ch">{% octicon comment-discussion %}<span> chat</span></a></li> <li><a href="https://p0c.ch">{% octicon person %}<span> about</span></a></li> </ul> </div> diff --git a/index.html b/index.html @@ -12,10 +12,6 @@ title: Home </header> <div class="page-content"> <p>A development instance and reference leaderboard is hosted on <a href="https://myheats-demo.p0c.ch">https://myheats-demo.p0c.ch</a> 🔥.</p> - <p> - Interested in the scoring backend for judges and event admins? Drop me a line on IRC - <a href="https://web.libera.chat/gamja/#p0c">#p0c</a> or on <a href="https://m.in0rdr.ch/users/in0rdr">Fediverse</a>. - </p> </div> <header class="page-header"> <h1 class="page-title">Documentation and Self-Hosting</h1> @@ -25,6 +21,28 @@ title: Home Clone the code and read the docs (<a href="https://code.in0rdr.ch/myheats/file/README.md.html">README.md</a>) to host your own instance. </p> </div> + <header class="page-header"> + <h1 class="page-title">Development and Support</h1> + </header> + <div class="page-content"> + <p> + Interested in the development of the application? Get in touch 💬 + </p> + <table> + <tr> + <td>XMPP</td> + <td><a href="https://chat.in0rdr.ch/#/guest?join=p0c@conference.in0rdr.ch">p0c@conference.in0rdr.ch</a></td> + </tr> + <tr> + <td>IRC</td> + <td><a href="https://web.libera.chat/gamja/#p0c">libera/#p0c</a></td> + </tr> + <tr> + <td>Fediverse</td> + <td><a href="https://m.in0rdr.ch/users/in0rdr">m.in0rdr.ch</a></td> + </tr> + </table> + </div> </div> </section>