2024-09-10 20:15:11 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
|
|
|
|
|
|
|
|
|
|
<title>Accueil - ilot.io</title>
|
|
|
|
|
|
|
|
<!-- cargo-culted from https://realfavicongenerator.net/ -->
|
|
|
|
<!-- for the record: it is absolutely ridiculous that new browsers
|
|
|
|
*and* operating systems each want their own little precious
|
|
|
|
snowflake just for a frigging icon -->
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="site.webmanifest">
|
|
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
|
|
<!-- ikiwiki CSS -->
|
|
|
|
<link href="style.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
|
<!-- those checksums can be verified with: shasum -b -a 384 $file | xxd -r -p | base64 -->
|
2024-09-10 20:15:26 +00:00
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
|
2024-09-10 20:15:11 +00:00
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
|
|
<link href="bootstrap.local.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
<!-- Custom styles for derivatives -->
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="local.css" type="text/css" />
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2024-09-10 20:15:26 +00:00
|
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
|
|
|
<div class="container">
|
2024-09-10 20:15:11 +00:00
|
|
|
<div class="navbar-header">
|
2024-09-10 20:15:26 +00:00
|
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
|
|
|
<a class="navbar-brand" href="">
|
|
|
|
<img alt="ilot.io" src="favicon.png" width="48" height="48" />
|
|
|
|
</a>
|
2024-09-10 20:15:11 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="navbar" class="collapse navbar-collapse">
|
2024-09-10 20:15:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
<div class="dropdown navbar-left">
|
|
|
|
<button class="btn language-switcher dropdown-toggle" type="button" id="language-menu-top" data-toggle=
|
|
|
|
"dropdown" aria-haspopup="true" aria-expanded="true">
|
|
|
|
Français
|
|
|
|
<img src="wikiicons/languages.png">
|
|
|
|
</button>
|
|
|
|
<ul class="dropdown-menu" aria-labelledby="language-menu-top">
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a href="./index.en.html">English</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2024-09-10 20:15:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- the anchors force ikiwiki to use a tags instead of spans. hopefully. -->
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li><span class="selflink">Accueil</span></li>
|
|
|
|
<li><a href="./platforms/index.fr.html">Plateformes</a></li>
|
|
|
|
<li><a href="./join/index.fr.html">Se joindre</a></li>
|
|
|
|
<li>
|
|
|
|
<button class="btn sign-in"
|
|
|
|
onclick="window.location.href='https://ilot.io/apps/files';"> Vos fichiers
|
|
|
|
</button>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
2024-09-10 20:15:26 +00:00
|
|
|
<ul class="nav navbar-nav">
|
|
|
|
|
2024-09-10 20:15:11 +00:00
|
|
|
|
2024-09-10 20:15:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
2024-09-10 20:15:11 +00:00
|
|
|
</div>
|
2024-09-10 20:15:26 +00:00
|
|
|
|
|
|
|
</div>
|
2024-09-10 20:15:11 +00:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="container" id="content">
|
|
|
|
|
|
|
|
<p><header class="text-center">
|
|
|
|
<img src="images/ilot_black_256x256.png" />
|
|
|
|
<h1>BIENVENUE</h1>
|
|
|
|
<hr>
|
|
|
|
</header></p>
|
|
|
|
|
|
|
|
<p><a href="https://ilot.io">ilot</a> est une isle coopérative de l'internet. Nous
|
|
|
|
administrons une instance de Nextcloud, une plateformes libre de travail et
|
|
|
|
de stockage de donnée analogue à Google Drive. Notre objectif est de nous
|
|
|
|
constituer en coopérative afin de créer une infrastructure numérique par et
|
|
|
|
pour ses utilisateur-ice-s, en alternative à l'internet cloisonné et
|
|
|
|
privatisé d'aujourd'hui. Les membres financent nos opérations et décident de
|
|
|
|
la manière de définir nos politiques communautaires, de gérer nos données et
|
|
|
|
nos technologies partagées. Les membres fournissent également la
|
|
|
|
main-d'œuvre nécessaire au fonctionnement de l'ilot à tous les niveaux.</p>
|
|
|
|
|
|
|
|
<p>Le projet est actuellement en version bêta, car il reste encore beaucoup de
|
|
|
|
travail à faire. Alors que l'infrastructure technique est mise en place et
|
|
|
|
stable, la gouvernance et les lignes directrices de la communauté sont
|
|
|
|
encore en cours d'élaboration. Si vous souhaitez rejoindre ilot, visitez
|
|
|
|
notre <a href="./join/index.fr.html">formulaire d'inscription</a>.</p>
|
|
|
|
|
|
|
|
<p>ilot a vu le jour en 2021 lorsque l'AESA-CIRI, l'association des étudiants
|
|
|
|
en sociologie, anthropologie et études de l'immigration de l'UQAM, a voulu
|
|
|
|
créer sa propre infrastructure numérique. Depuis, nous travaillons dans le
|
|
|
|
but de rendre le projet utile à d'autres organisations et individus.</p>
|
|
|
|
|
|
|
|
<h2>En savoir plus</h2>
|
|
|
|
|
|
|
|
<p>Pour en savoir plus, veuillez consulter ces pages :</p>
|
|
|
|
|
|
|
|
<p><a href="./platforms/index.fr.html">Plateformes</a> - Les espaces en ligne que nous utilisons et gérons </p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- /container -->
|
|
|
|
|
|
|
|
<footer class="footer" role="contentinfo">
|
2024-09-10 20:15:26 +00:00
|
|
|
<div class="container">
|
2024-09-10 20:15:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
<p class="text-muted">
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-09-10 20:15:26 +00:00
|
|
|
</div>
|
2024-09-10 20:15:11 +00:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
2024-09-10 20:15:26 +00:00
|
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous" integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"></script>
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" crossorigin="anonymous" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"></script>
|
2024-09-10 20:15:11 +00:00
|
|
|
|
2024-09-10 20:15:26 +00:00
|
|
|
<!-- TODO: Find other ways to setup analytics
|
2024-09-10 20:15:11 +00:00
|
|
|
<script data-goatcounter="https://analytics.anarc.at/count" async src="//analytics.anarc.at/count.js"></script>
|
|
|
|
<noscript>
|
|
|
|
<img src="https://analytics.anarc.at/count?p=index.fr&t=Accueil" alt="tracking pixel to count visitors when Javascript is disabled" />
|
|
|
|
</noscript>
|
2024-09-10 20:15:26 +00:00
|
|
|
-->
|
2024-09-10 20:15:11 +00:00
|
|
|
</body>
|
|
|
|
</html>
|