2024-08-26 02:40:17 +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 -->
|
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
|
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
|
|
<link href="bootstrap.local.css" rel="stylesheet" />
|
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- Custom styles for derivatives -->
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="local.css" type="text/css" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
|
|
|
<div class="container">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="navbar" class="collapse navbar-collapse">
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 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="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"
|
2024-08-26 03:27:29 +00:00
|
|
|
onclick="window.location.href='https://ilot.io/apps/files';"> Vos fichiers
|
2024-08-26 02:50:01 +00:00
|
|
|
</button>
|
2024-08-26 02:40:17 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="nav navbar-nav">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</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 <br />
|
|
|
|
<a href="https://notif.ilot.io/archive">Archives</a> - Archives de nos communications avec nos membres <br />
|
|
|
|
<a href="https://support.ilot.io/fr/hc/706927618">Support</a> - Guides sur la façon de faire les choses sur l'ilot et d'obtenir de l'aide </p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- legacy Ikiwiki comments.pm section -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Mastodon comments -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> <!-- /container -->
|
|
|
|
|
|
|
|
<footer class="footer" role="contentinfo">
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
|
|
|
|
<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>.
|
|
|
|
<a href="https://gitlab.com/anarcat/ikiwiki-bootstrap-anarcat">Thème</a> par
|
|
|
|
<a href="https://anarc.at/blog/2015-09-09-bootstrap">anarcat</a>. </span>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<!-- TODO: Find other ways to setup analytics
|
|
|
|
<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>
|
|
|
|
-->
|
|
|
|
</body>
|
|
|
|
</html>
|