hivedav-website

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

index.html (1442B)


      1 ---
      2 layout: default
      3 title: Home
      4 ---
      5 
      6 {% include intro.html %}
      7 
      8 <section class="post-list">
      9   <div class="container">
     10     <header class="page-header">
     11       <h1 class="page-title">Demo</h1>
     12     </header>
     13     <div class="page-content">
     14 	    <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>
     15     <header class="page-header">
     16       <h1 class="page-title">Documentation and Self-Hosting</h1>
     17     </header>
     18     <div class="page-content">
     19       <p>
     20         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.
     21       </p>
     22     </div>
     23     <header class="page-header">
     24       <h1 class="page-title">Development and Support</h1>
     25     </header>
     26     <div class="page-content">
     27       <p>
     28         Interested in the development of the application? Get in touch 💬
     29       </p>
     30       <table>
     31       <tr>
     32         <td>XMPP</td>
     33         <td><a href="https://chat.in0rdr.ch/#/guest?join=p0c@conference.in0rdr.ch">p0c@conference.in0rdr.ch</a></td>
     34       </tr>
     35       <tr>
     36         <td>IRC</td>
     37         <td><a href="https://web.libera.chat/gamja/#p0c">libera/#p0c</a></td>
     38       </tr>
     39       <tr>
     40         <td>Fediverse</td>
     41         <td><a href="https://m.in0rdr.ch/users/in0rdr">m.in0rdr.ch</a></td>
     42       </tr>
     43       </table>
     44     </div>
     45   </div>
     46 
     47 </section>