bootstrap.local.css: add padding-bottom to footer
All checks were successful
/ deploy (push) Successful in 27s
All checks were successful
/ deploy (push) Successful in 27s
This commit is contained in:
parent
e6a03e20c2
commit
40a9ae3ee5
40 changed files with 1714 additions and 307 deletions
|
@ -91,8 +91,6 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="../index.en.html">Home</a></li>
|
||||
<li><span class="selflink">Platforms</span></li>
|
||||
<li><a href="https://notif.ilot.io/archive">Archives</a></li>
|
||||
<li><a href="https://support.ilot.io/en/hc/706927618">Support</a></li>
|
||||
<li><a href="../join/index.en.html">Join</a></li>
|
||||
<li>
|
||||
<button class="btn sign-in" onclick="window.location.href='https://ilot.io/apps/files';">
|
||||
|
@ -115,18 +113,10 @@
|
|||
|
||||
<div class="container" id="content">
|
||||
|
||||
<h1><a href="https://cloud.ilot.io">The Cloud</a></h1>
|
||||
<h1><a href="https://ilot.io/apps/files">The Cloud</a></h1>
|
||||
|
||||
<p>The Cloud is an instance of <a href="https://nextcloud.com/">Nextcloud</a>, a productivity collaboration platform analogous to Google Drive. An <strong>instance</strong> is an autonomous version of a web service. In Nextcloud's case, even though there exists an official service maintained by the developpers, we are totally independant from them. The only thing that ties us to the official instance is that we use the same underlying technology, hosted on our own infrastructure.</p>
|
||||
|
||||
<h1><a href="https://wiki.ilot.io">The Wiki</a></h1>
|
||||
|
||||
<p>The Wiki is an instance of <a href="https://js.wiki/">Wiki.JS</a>, a wiki engine that acts as a knowledge base for the community and for the membership. Since the membership is engaged with various causes, we can expect this space to eventually become a resource for those whose values matches ours.</p>
|
||||
|
||||
<h1><a href="https://lab.ilot.io">The Lab</a></h1>
|
||||
|
||||
<p>The Lab is an instance of <a href="https://en.wikipedia.org/wiki/GitLab">GitLab</a>, a forge based on Git that enables easier collaboration between developpers. As of now, it is the main developpment space for ilot, thus it is more used by the technical working group. If you are a developper, or use Git in your workflow, this is a cooperative alternative to GitHub. If you are curious, all of our known issues our tracked <a href="https://lab.ilot.io/ilot/issues/-/issues">here</a>. Our very own website uses GitLab Pages as its backend and its source-code can be found <a href="https://lab.ilot.io/ilot/ilot.io">here</a>.</p>
|
||||
|
||||
<h1>Our Auxillary Services</h1>
|
||||
|
||||
<p>The following platforms are more there as a support role. They allow better management of the other platforms, and they are here to give you an overview of our infrastructure.</p>
|
||||
|
@ -135,7 +125,9 @@
|
|||
<li><a href="https://auth.ilot.io">Auth</a>, an instance of <a href="https://goauthentik.io">Authentik</a>, is our unified authenticaton system. It is the service that allows a membre to access all of our platforms using the same account. From this space, you can also see all of the different spaces that you have access to. It is also through Auth that you can change account settings, like your password or email.</li>
|
||||
<li><a href="https://support.ilot.io/en/hc/706927618">Support</a>, an instance of <a href="https://freescout.net/">Freescout</a>, is our technical support platform where you can find guides on how to use ilot and where you can open support tickets. You can go <a href="https://support.ilot.io/en/hc/706927618/3/how-to-request-help?category_id=3">here</a> for more details on how to ask for help.</li>
|
||||
<li><a href="https://status.ilot.io">Status</a>, an instance of <a href="https://github.com/louislam/uptime-kuma">Uptime-Kuma</a>, allows us to keep track of the state of the network. If something goes down, Status will alert the technical working group. If you have issues connecting to any of our platforms, you can go there to see the state of the network.</li>
|
||||
<li><a href="https://notif.ilot.io/">Notif</a>, an instance of <a href="https://listmonk.app/">listmonk</a>, allows the working groups to easily communicate with the rest of the membership in case of announcements or technical issues</li>
|
||||
<li><a href="https://notif.ilot.io/">Notif</a>, an instance of <a href="https://listmonk.app/">listmonk</a>, allows the working groups to easily communicate with the rest of the membership in case of announcements or technical issues.</li>
|
||||
<li><a href="https://forge.ilot.io">Forge</a>, an instance of <a href="https://forgejo.org/">Forgejo</a>, is a forge based on git that is the main developpment space for ilot. It is used to <a href="https://forge.ilot.io/ilot/issues/issues">track our bugs</a>, <a href="https://forge.ilot.io/ilot/iports">compile our platforms</a> and <a href="https://forge.ilot.io/ilot/ilot.io">power our website</a>.</li>
|
||||
<li><a href="https://wiki.ilot.io">Wiki</a>, an instance of <a href="https://js.wiki/">Wiki.JS</a>, is a wiki engine that acts as a knowledge base for the community and for the membership. Since the membership is engaged with various causes, we can expect this space to eventually become a resource for those whose values matches ours.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -158,12 +150,51 @@
|
|||
|
||||
|
||||
<p class="text-muted">
|
||||
<span class="copyright">
|
||||
Copyleft © 2024-2024 ilot <a href="../meta/license/">CC-BY-SA</a>
|
||||
</span>
|
||||
<span class="pull-right powered-by">
|
||||
Powered by <a href="http://ikiwiki.info/">ikiwiki</a>.
|
||||
</span>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<h5>Support</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://support.ilot.io/en/hc/706927618">FAQs</a></li>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects/3">Known issues</a></li>
|
||||
<li><a href="https://support.ilot.io/help/706927618">Support ticket</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>Contribute</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="../join/index.en.html">Become a member</a>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects">Git Forge</a></li>
|
||||
<li><a href="https://wiki.ilot.io">Wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>About us</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="../meta/code-of-conduct/">Code of conduct</a></li>
|
||||
<li><a href="../meta/license/">Licenses</a></li>
|
||||
<li><a href="https://status.ilot.io/status/ilot">Network Status</a></li>
|
||||
</div>
|
||||
<div class="col-sm-3 listmonk-form">
|
||||
<h5>News</h5>
|
||||
|
||||
<p>Subscribe to our <a href="https://notif.ilot.io/archive">newsletter</a></p>
|
||||
|
||||
<form method="post" action="https://notif.ilot.io/subscription/form" class="listmonk-form">
|
||||
|
||||
<input type="hidden" name="nonce" />
|
||||
<input id="9c490" type="hidden" name="l" value="9c490957-b50b-4162-898d-92259e350cd6" />
|
||||
<div class="t">
|
||||
<input aria-label="Email" class="btn" type="email" name="email" required placeholder="E-mail" />
|
||||
</div>
|
||||
<button aria-label="Subscribe" class="btn" type="submit">Subscribe</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -92,8 +92,6 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="../index.fr.html">Accueil</a></li>
|
||||
<li><span class="selflink">Plateformes</span></li>
|
||||
<li><a href="https://notif.ilot.io/archive">Archives</a></li>
|
||||
<li><a href="https://support.ilot.io/fr/hc/706927618">Aide</a></li>
|
||||
<li><a href="../join/index.fr.html">Se joindre</a></li>
|
||||
<li>
|
||||
<button class="btn sign-in"
|
||||
|
@ -116,7 +114,7 @@ onclick="window.location.href='https://ilot.io/apps/files';"> Vos fichiers
|
|||
|
||||
<div class="container" id="content">
|
||||
|
||||
<h1><a href="https://cloud.ilot.io">Le Cloud</a></h1>
|
||||
<h1><a href="https://ilot.io/apps/files">Le Cloud</a></h1>
|
||||
|
||||
<p>Le Cloud est une instance de <a href="https://nextcloud.com/">Nextcloud</a>, une
|
||||
plateforme de collaboration en matière de productivité analogue à Google
|
||||
|
@ -126,27 +124,6 @@ développeurs, nous sommes totalement indépendants d'eux. La seule chose qui
|
|||
nous lie à l'instance officielle est que nous utilisons la même technologie
|
||||
sous-jacente, hébergée sur notre propre infrastructure.</p>
|
||||
|
||||
<h1><a href="https://wiki.ilot.io">Le Wiki</a></h1>
|
||||
|
||||
<p>Le Wiki est une instance de <a href="https://js.wiki/">Wiki.JS</a>, un moteur wiki qui
|
||||
agit comme une base de connaissances pour la communauté et pour les
|
||||
membres. Comme les membres sont engagés dans diverses causes, nous pouvons
|
||||
nous attendre à ce que cet espace devienne une ressource pour ceux dont les
|
||||
valeurs correspondent aux nôtres.</p>
|
||||
|
||||
<h1><a href="https://lab.ilot.io">Le Lab</a></h1>
|
||||
|
||||
<p>Le Lab est une instance de <a href="https://en.wikipedia.org/wiki/GitLab">GitLab</a>,
|
||||
une forge basée sur Git qui facilite la collaboration entre les
|
||||
développeurs. Pour l'instant, c'est le principal espace de développement
|
||||
d'ilot, et il est donc plus utilisé par le groupe de travail technique. Si
|
||||
vous êtes un développeur, ou si vous utilisez Git dans votre travail, c'est
|
||||
une alternative coopérative à GitHub. Si vous êtes curieux-ses, tous nos
|
||||
bogues informatiques connus sont suivis
|
||||
<a href="https://lab.ilot.io/ilot/issues/-/issues">ici</a>. Notre propre site web
|
||||
utilise GitLab Pages comme technology d'hébergement et son code source peut
|
||||
être trouvé <a href="https://lab.ilot.io/ilot/ilot.io">ici</a>.</p>
|
||||
|
||||
<h1>Nos services auxiliaires</h1>
|
||||
|
||||
<p>Les plates-formes suivantes ont plutôt un rôle de soutien. Elles permettent
|
||||
|
@ -177,7 +154,19 @@ du réseau.</li>
|
|||
<li><a href="https://notif.ilot.io/">Notif</a>, une instance de
|
||||
<a href="https://listmonk.app/">listmonk</a>, permet aux groupes de travail de
|
||||
communiquer facilement avec le reste des membres en cas d'annonces ou de
|
||||
problèmes techniques</li>
|
||||
problèmes techniques.</li>
|
||||
<li><a href="https://forge.ilot.io">Forge</a>, une instance de
|
||||
<a href="https://forgejo.org/">Forgejo</a>, est une forge basée sur git qui est le
|
||||
principal espace de développement d'ilot. Elle est utilisée pour
|
||||
<a href="https://forge.ilot.io/ilot/issues/issues">suivre nos bugs</a>, <a href="https://forge.ilot.io/ilot/iports">compiler
|
||||
nos plateformes</a> et <a href="https://forge.ilot.io/ilot/ilot.io">alimenter notre
|
||||
site web</a>.</li>
|
||||
<li><a href="https://wiki.ilot.io">Wiki</a>, une instance de
|
||||
<a href="https://js.wiki/">Wiki.JS</a>, est un moteur wiki qui agit comme une base
|
||||
de connaissances pour la communauté et pour les membres. Comme les
|
||||
membres sont engagés dans diverses causes, nous pouvons nous attendre à
|
||||
ce que cet espace devienne une ressource pour ceux dont les valeurs
|
||||
correspondent aux nôtres.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -200,9 +189,52 @@ problèmes techniques</li>
|
|||
|
||||
|
||||
<p class="text-muted">
|
||||
<span class="copyright"> Copyleft © 2024-2024 ilot <a href="../meta/license/">CC-BY-SA</a>
|
||||
</span> <span class="pull-right powered-by"> Propulsé par
|
||||
<a href="http://ikiwiki.info/">ikiwiki</a>. </span>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<h5>Soutient</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://support.ilot.io/fr/hc/706927618">FAQ</a></li>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects/3">Problèmes connus</a></li>
|
||||
<li><a href="https://support.ilot.io/help/706927618">Soutient technique</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>Contribuer</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="../join/index.fr.html">Devenir membre</a>
|
||||
<li><a href="https://forge.ilot.io/ilot/-/projects">Forge Git</a></li>
|
||||
<li><a href="https://wiki.ilot.io">Wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<h5>À propos de nous</h5>
|
||||
|
||||
<ul>
|
||||
<li><a href="../meta/code-of-conduct/">Code de conduite</a></li>
|
||||
<li><a href="../meta/license/">Licenses</a></li>
|
||||
<li><a href="https://status.ilot.io/status/ilot">État du réseau</a></li>
|
||||
</div>
|
||||
<div class="col-sm-3 listmonk-form">
|
||||
<h5>Nouvelles</h5>
|
||||
|
||||
<p>S'abonner à notre <a href="https://notif.ilot.io/archive">liste de diffusion</a></p>
|
||||
|
||||
<form method="post" action="https://notif.ilot.io/subscription/form" class="listmonk-form">
|
||||
|
||||
<input type="hidden" name="nonce" /> <input id="9c490" type="hidden"
|
||||
name="l" value="9c490957-b50b-4162-898d-92259e350cd6" />
|
||||
<div class="t">
|
||||
<input aria-label="Email" class="btn" type="email" name="email" required
|
||||
placeholder="Courriel" />
|
||||
</div>
|
||||
<button aria-label="Subscribe" class="btn" type="submit">S'abonner</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue