hivedav-website

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

commit 7c30da9e42ed0664d27e3fb8fb12eb9584f88ba4
parent c73359dfa59c771f115a72ec29ec45b2daf966e5
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 14 Jun 2025 22:52:22 +0200

feat: add xmpp-web

Diffstat:
MGemfile | 4+++-
M_includes/nav.html | 2+-
Mindex.html | 25+++++++++++++++++++++----
3 files changed, 25 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/hivedav">{% 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,18 +12,35 @@ title: Home </header> <div class="page-content"> <p>A development instance and reference scheduler is hosted on 🗓️ <a href="https://meet.in0rdr.ch">https://meet.in0rdr.ch</a>, try <code>curl meet.in0rdr.ch</code> 🤖.</p> + <header class="page-header"> + <h1 class="page-title">Documentation and Self-Hosting</h1> + </header> + <div class="page-content"> <p> - Interested in the development of the application? 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>. + Clone the code and read the docs (<a href="https://code.in0rdr.ch/hivedav/file/README.md.html">README.md</a>) to host your own instance. </p> </div> <header class="page-header"> - <h1 class="page-title">Documentation and Self-Hosting</h1> + <h1 class="page-title">Development and Support</h1> </header> <div class="page-content"> <p> - Clone the code and read the docs (<a href="https://code.in0rdr.ch/hivedav/file/README.md.html">README.md</a>) to host your own instance. + 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>