<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/styles/style.css"> <link rel="stylesheet" href="/styles/services.css"> <link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon"> <script src="/scripts/main.js" defer></script> <title>Decentrala - Servisi</title> </head> <body> <header> <a class="logo" href="/index.html">Decentrala</a> <span> <button id="theme-switcher">turn the lights off</button> <a class="account" href="/pages/account.html">Nalog</a> </span> </header> <div class="main"> <h1>Servisi</h1> <table> <tr> <th>Servis</th> <th>Opis</th> </tr> <tr> <td><a href="">Email</a></td> <td>Email nalog koji mozes koristiti putem naseg <a href="/index.html">mail web interfejsa</a> ili na bilo kom email klijentu generalne namene, na primer <a href="https://www.thunderbird.net/">Thunderbird-u</a>. Bolji od Gmail-a. </td> </tr> <tr> <td><a href="https://forum.dmz.rs/">Forum</a></td> <td>Forum na kojem obicno organizujemo nase <a href="/pages/events.html">dogadjaje</a>. Bolji od Reddit-a. </td> </tr> <tr> <td>Chat</td> <td>Odrzavamo svoj XMPP server, na kojem mozes napraviti nalog ili ako vec imas nalog mozes nas naci u grupi <a href="decentrala@conference.dmz.rs">decentrala@conference.dmz.rs</a> . Bolji od WhatsApp-a.</td> </tr> <tr> <td><a href="https://gitea.dmz.rs/">Git</a></td> <td><a href="https://gitea.io/en-us/">Gitea</a> instanca na kojoj drzimo kod kao i ostale resurse za nase <a href="/pages/projects.html">projekte</a>, <a href="/pages/events.html">dogadjaje</a>, kao i neke nase random projekte kao i projekte nasih prijatelja. Ovo moze bit dom tvog sledeceg projekta. Bolji od Github-a. </td> </tr> <tr> <td><a href="https://wiki.dmz.rs/">Wiki</a></td> <td><a href="https://js.wiki/">Wiki.js</a> instanca koju koristimo da dokumentujemo nase <a href="/pages/projects.html">projekte</a> kao i ostale <a href="/pages/events.html">dogadjaje</a>. </td> </tr> </table> <p>Ovo su neki od servisa koje trenutno odrzavamo na nasim serverima. Da bi koristio ove servise, <em>mozes</em> se registrujes za svaki servis posebno, ali mozes i da da napravis <a href="/pages/account.html">nalog</a> na nasem serveru i koristis sve servis sa istim nalogom.</p> <img id="mesh" src="/img/mesh-light.svg"> </div> <footer> <span class="sections"> <a href="/pages/events.html">Dogadjaji</a> <a href="/pages/projects.html">Projekti</a> <a href="/pages/blog.html">Blog</a> <a href="/pages/services.html">Servisi</a> <a href="/pages/contact.html">Kontakt</a> </span> <span class="copyleft"> <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a> <a href=""><img src="/img/w-light.svg" alt="Webring"></a> <a href="https://gitea.dmz.rs/eline/decentrala-website-static-new"><img src="/img/git-light.svg" alt="SourceCode"></a> <a href="https://balkan.fedive.rs/@decentrala"><img src="/img/mastodon-light.svg" alt="Mastodon"></a> <span>Decentrala © 2023</span> </span> </footer> </body> </html>