Add web UI.

This commit is contained in:
Boris 2023-09-25 00:41:28 +02:00
parent 3ee9a4a43b
commit 3e624e2f02
770 changed files with 12364 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{{- $searchDataFile := printf "search/%s.data.json" .Language.Lang -}}
{{- $searchData := resources.Get "search/data.json" | resources.ExecuteAsTemplate $searchDataFile . | resources.Minify -}}
{
"dataFile": {{ $searchData.RelPermalink | jsonify }},
"indexConfig": {{ .Site.Params.geekdocSearchConfig | jsonify }},
"showParent": {{ if .Site.Params.geekdocSearchShowParent }}true{{ else }}false{{ end }},
"showDescription": {{ if .Site.Params.geekdocSearchshowDescription }}true{{ else }}false{{ end }}
}

View File

@ -0,0 +1,13 @@
[
{{ range $index, $page := (where .Site.Pages "Params.geekdocProtected" "ne" true) }}
{{ if ne $index 0 }},{{ end }}
{
"id": {{ $index }},
"href": "{{ $page.RelPermalink }}",
"title": {{ (partial "utils/title" $page) | jsonify }},
"parent": {{ with $page.Parent }}{{ (partial "utils/title" .) | jsonify }}{{ else }}""{{ end }},
"content": {{ $page.Plain | jsonify }},
"description": {{ $page.Summary | plainify | jsonify }}
}
{{ end }}
]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

55
web/config.toml Normal file
View File

@ -0,0 +1,55 @@
baseURL = "http://localhost"
title = "Geekdocs"
theme = "hugo-geekdoc"
pluralizeListTitles = false
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
# Required if you want to render robots.txt template
enableRobotsTXT = false
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
defaultContentLanguage = "fr"
[languages.fr]
languageName = "Français"
contentDir = "content/fr"
weight = 10
[languages.en]
languageName = "English"
contentDir = "content/en"
weight = 20
[taxonomies]
tag = "tags"
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^npx$', '^postcss$', 'asciidoctor']
osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|(XDG_CONFIG_)?HOME|USERPROFILE|SSH_AUTH_SOCK|DISPLAY|LANG)$']
[security.funcs]
getenv = ['^HUGO_', '^CI$']
[security.goTemplates]
AllowActionJSTmpl = false
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']

View File

@ -0,0 +1,3 @@
---
geekdocHidden: true
---

View File

@ -0,0 +1,10 @@
_**Example page include**_
{{< hint type=note >}}
**Example Shortcode**\
Shortcode used in an include page.
{{< /hint >}}
| Head 1 | Head 2 | Head 3 |
| ------ | ------ | ------ |
| 1 | 2 | 3 |

63
web/content/en/_index.md Normal file
View File

@ -0,0 +1,63 @@
---
title: Welcome to the CHATONS
geekdocNav: false
geekdocAlign: center
geekdocAnchor: false
---
<!-- markdownlint-capture -->
<!-- markdownlint-disable MD033 -->
<span class="badge-placeholder">[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/hugo-geekdoc/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekdoc)</span>
<span class="badge-placeholder">[![Hugo Version](https://img.shields.io/badge/hugo-0.112-blue.svg)](https://gohugo.io)</span>
<span class="badge-placeholder">[![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/releases/latest)</span>
<span class="badge-placeholder">[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors)</span>
<span class="badge-placeholder">[![License: MIT](https://img.shields.io/github/license/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE)</span>
<!-- markdownlint-restore -->
Geekdoc is a simple Hugo theme for documentations. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex projects. If a more feature-complete theme is required there are a lot of got alternatives out there.
{{< button size="large" relref="usage/getting-started/" >}}Getting Started{{< /button >}}
## Feature overview
{{< columns >}}
### Clean and simple design
Stay focused on exploring the content and don't get overwhelmed by a complex design.
<--->
### Light and mobile-friendly
The theme is powered by less than 1 MB and looks impressive on mobile devices as well as on a regular Desktop.
<--->
### Easy customization
The look and feel can be easily customized by CSS custom properties (variables), features can be adjusted by Hugo parameters.
{{< /columns >}}
{{< columns >}}
### Zero initial configuration
Getting started in minutes. The theme is shipped with a default configuration and works out of the box.
<--->
### Handy shortcodes
We included some (hopefully) useful custom shortcodes so you don't have to and can focus on writing amazing docs.
<--->
### Dark mode
Powerful dark mode that detects your system preferences or can be controlled by a toggle switch.
{{< /columns >}}

63
web/content/en/_index.md~ Normal file
View File

@ -0,0 +1,63 @@
---
title: Welcome to the documentation
geekdocNav: false
geekdocAlign: center
geekdocAnchor: false
---
<!-- markdownlint-capture -->
<!-- markdownlint-disable MD033 -->
<span class="badge-placeholder">[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/hugo-geekdoc/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekdoc)</span>
<span class="badge-placeholder">[![Hugo Version](https://img.shields.io/badge/hugo-0.112-blue.svg)](https://gohugo.io)</span>
<span class="badge-placeholder">[![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/releases/latest)</span>
<span class="badge-placeholder">[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors)</span>
<span class="badge-placeholder">[![License: MIT](https://img.shields.io/github/license/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE)</span>
<!-- markdownlint-restore -->
Geekdoc is a simple Hugo theme for documentations. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex projects. If a more feature-complete theme is required there are a lot of got alternatives out there.
{{< button size="large" relref="usage/getting-started/" >}}Getting Started{{< /button >}}
## Feature overview
{{< columns >}}
### Clean and simple design
Stay focused on exploring the content and don't get overwhelmed by a complex design.
<--->
### Light and mobile-friendly
The theme is powered by less than 1 MB and looks impressive on mobile devices as well as on a regular Desktop.
<--->
### Easy customization
The look and feel can be easily customized by CSS custom properties (variables), features can be adjusted by Hugo parameters.
{{< /columns >}}
{{< columns >}}
### Zero initial configuration
Getting started in minutes. The theme is shipped with a default configuration and works out of the box.
<--->
### Handy shortcodes
We included some (hopefully) useful custom shortcodes so you don't have to and can focus on writing amazing docs.
<--->
### Dark mode
Powerful dark mode that detects your system preferences or can be controlled by a toggle switch.
{{< /columns >}}

View File

@ -0,0 +1,29 @@
+++
title = "Admonition Icons"
+++
:icons: font
By default, the admonition is rendered with a plain text label. To enable font icons the document attribute `:icons: font` need to be set.
== Example
[NOTE]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[TIP]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[IMPORTANT]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[CAUTION]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[WARNING]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.

View File

@ -0,0 +1,75 @@
+++
title = "Admonitions"
+++
:toc:
:toclevels: 2
{{< toc >}}
== Admonition types
There are certain statements you may want to draw attention to by taking them out of the content's flow and labeling them with a priority. These are called admonitions.
```tpl
[NOTE|TIP|IMPORTANT|CAUTION|WARNING]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
```
=== Example
[NOTE]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[TIP]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[IMPORTANT]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[CAUTION]
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
[WARNING]
====
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
Ornateness bland it ex enc, est yeti am bongo detract re.
Romanesque acclimates investiture.
====
== Admonition icons
Icons can be added by setting a unicode glyph or a character reference to the `tip-caption` attribute:
```text
:tip-caption: 💡
[TIP]
It's possible to use Unicode glyphs as admonition icons.
```
```text
:tip-caption: pass:[&#128293;]
[TIP]
It's possible to use Unicode glyphs as admonition icons.
```
=== Example
:tip-caption: 💡
[TIP]
It's possible to use Unicode glyphs as admonition icons.
:tip-caption: pass:[&#128293;]
[TIP]
It's possible to use Unicode glyphs as admonition icons.

View File

@ -0,0 +1,16 @@
---
title: A-Hébergement
date: 2023-08-24T21:59:32+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Julienth37_500x500.png
Contact: Via notre Site web
URL: https://www.a-h.fr

View File

@ -0,0 +1,16 @@
---
title: ALOLISE
date: 2023-02-18T17:48:54+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-01/LogoCHATONS_sweat.png
Contact: contact@alolise.fr
URL: https://alolise.org

View File

@ -0,0 +1,16 @@
---
title: ARN - sans-nuage.fr
date: 2023-06-25T21:11:14+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-01/Avatar%2002.jpg
Contact: contact@arn-fai.net
URL: https://arn-fai.net

View File

@ -0,0 +1,16 @@
---
title: Altertek
date: 2023-01-01T16:35:20+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-12/logo-200x200.b5bef749%5B1%5D.png
Contact: contact@altertek.org
URL: https://altertek.org

View File

@ -0,0 +1,16 @@
---
title: Animafac
date: 2023-03-02T10:02:24+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Logo-animafac-2014.jpg
Contact: numerique@animafac.net
URL: http://www.animafac.net

View File

@ -0,0 +1,16 @@
---
title: Artifaille
date: 2023-01-05T09:32:17+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Logo_100.png
Contact: contact@artifaille.fr
URL: https://artifaille.fr

View File

@ -0,0 +1,16 @@
---
title: Assodev-Marsnet
date: 2023-01-09T20:16:34+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_assodev_marsnet_carre_assemblage.png
Contact: assodev@marsnet.org
URL: https://www.marsnet.org/

View File

@ -0,0 +1,16 @@
---
title: Aux Portes de l'Imaginaire
date: 2023-02-06T15:36:28+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-10/logo_PI_Por_500x500x300.gif
Contact: contact@portes-imaginaire.org
URL: https://portes-imaginaire.org

View File

@ -0,0 +1,16 @@
---
title: Bastet Parinux
date: 2023-01-14T07:23:17+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/PortaildesservicesduChatonsParinux.jpg
Contact: chatons@lists.parinux.org
URL: https://bastet.parinux.org

View File

@ -0,0 +1,16 @@
---
title: Bechamail.fr
date: 2023-01-08T21:15:10+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/bechamailfr.jpg
Contact: antoine@bechamail.fr
URL: https://bechamail.fr

View File

@ -0,0 +1,16 @@
---
title: Bee Home
date: 2023-01-02T08:32:41+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-11/logo-nom3.png
Contact: contact@bee-home.fr
URL: https://www.bee-home.fr/

View File

@ -0,0 +1,16 @@
---
title: Caracos.net
date: 2023-01-03T11:14:13+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/favicon_V9.png
Contact: contact@caracos.net
URL: https://caracos.net/

View File

@ -0,0 +1,16 @@
---
title: Chalec
date: 2023-01-01T23:05:05+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-04/logo.png
Contact: contact+chatons@chalec.org
URL: https://www.chalec.org/

View File

@ -0,0 +1,16 @@
---
title: Chapril
date: 2023-01-03T09:00:59+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/chapril-logo-x90.png
Contact: contact@chapril.org
URL: https://www.chapril.org/

View File

@ -0,0 +1,16 @@
---
title: Chère de Prince
date: 2023-01-16T21:30:24+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/picture-2931-1513706892.png
Contact: becasse@cheredeprince.net
URL: https://cheredeprince.net/

View File

@ -0,0 +1,16 @@
---
title: Cliss XXI
date: 2023-02-08T13:42:05+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logoClissXXI.png
Contact: contact@cliss21.com
URL: https://cliss21.com

View File

@ -0,0 +1,16 @@
---
title: Club1
date: 2023-01-02T14:44:33+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-11/club1logo.png
Contact: contact@club1.fr
URL: https://club1.fr

View File

@ -0,0 +1,16 @@
---
title: Colibris Outils libres
date: 2023-01-12T18:04:23+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-06/logo-colibris-outilslibres.png
Contact: contact@colibris-outilslibres.org
URL: https://colibris-outilslibres.org

View File

@ -0,0 +1,16 @@
---
title: DEVLOPROG
date: 2023-02-06T15:49:14+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/picture-2907-1533568607%5B1%5D.png
Contact: baptiste.schalck@protonmail.ch
URL: https://www.devloprog.org

View File

@ -0,0 +1,16 @@
---
title: DediKam
date: 2023-02-06T19:28:25+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Logo.png
Contact: support@dedikam.com
URL: https://www.dedikam.com

View File

@ -0,0 +1,16 @@
---
title: Deuxfleurs
date: 2023-01-02T15:49:36+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-04/deuxfleurs.png
Contact: coucou@deuxfleurs.fr
URL: https://deuxfleurs.fr

View File

@ -0,0 +1,16 @@
---
title: DistriLab
date: 2023-01-21T16:41:52+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-10/distrilab-logo-2-color-512.png
Contact: contact@distrilab.fr
URL: https://distrilab.fr

View File

@ -0,0 +1,16 @@
---
title: Domaine Public
date: 2023-01-17T14:19:59+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-06/logo_dp.png
Contact: info@domainepublic.net
URL: https://www.domainepublic.net/

View File

@ -0,0 +1,16 @@
---
title: Enough
date: 2023-01-23T16:43:10+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Yellow-180x45.png
Contact: contact@enough.community
URL: https://enough.community

View File

@ -0,0 +1,16 @@
---
title: Ethibox
date: 2023-07-06T13:24:53+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/ethibox%20social%20logo.png
Contact: contact@ethibox.fr
URL: https://ethibox.fr

View File

@ -0,0 +1,16 @@
---
title: Evolix
date: 2023-02-06T15:53:39+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_evolix_3.0.png
Contact: chatons@evolix.fr
URL: https://evolix.com/

View File

@ -0,0 +1,16 @@
---
title: Exarius
date: 2023-01-02T08:07:54+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-12/exarius_v3.4.png
Contact: contact@exarius.org
URL: https://exarius.org/

View File

@ -0,0 +1,16 @@
---
title: FACiL
date: 2023-02-06T17:10:47+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo-facil-600.png
Contact: mathieu.g.p@facil.qc.ca
URL: https://facil.qc.ca

View File

@ -0,0 +1,16 @@
---
title: Farmserv.org
date: 2023-02-08T17:48:57+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-02/logo_0.png
Contact: contact@farmserv.org
URL: https://www.farmserv.org

View File

@ -0,0 +1,16 @@
---
title: Framasoft
date: 2023-04-12T15:27:54+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/biglogo.png
Contact: None
URL: https://framasoft.org

View File

@ -0,0 +1,16 @@
---
title: FuturÉtic
date: 2023-06-21T11:48:04+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2023-04/logoFuturEticR_0.png
Contact: infos@futuretic.fr
URL: https://futuretic.fr/

View File

@ -0,0 +1,16 @@
---
title: G3L
date: 2023-02-23T08:12:48+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/g3l-logo.png
Contact: chatons@g3l.org
URL: https://g3l.org

View File

@ -0,0 +1,16 @@
---
title: Galilée
date: 2023-01-08T17:49:16+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-12/logo%20Galil%C3%A9e.png
Contact: intercomcom@md2t.eu
URL: https://galilee.eedf.fr/

View File

@ -0,0 +1,16 @@
---
title: Garbaye
date: 2023-01-03T13:09:31+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-06/Garbaye_carre_vert_512px.png
Contact: contact@garbaye.fr
URL: https://garbaye.fr/

View File

@ -0,0 +1,16 @@
---
title: GeekInfo
date: 2023-02-20T09:21:13+00:00
---
## Informations générales
Logo: None
Contact: contact@geekinfo.fr
URL: https://www.geekinfo.fr/

View File

@ -0,0 +1,16 @@
---
title: Gna!
date: 2023-02-18T11:34:58+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-10/gna-logo-square.png
Contact: contact@hostea.org
URL: https://gna.org

View File

@ -0,0 +1,16 @@
---
title: Hadoly
date: 2023-01-09T14:47:37+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo-hadoly.png
Contact: contact@hadoly.fr
URL: https://www.hadoly.fr

View File

@ -0,0 +1,16 @@
---
title: ImmaeEu
date: 2023-01-02T18:53:41+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_big.jpg
Contact: contact@mail.immae.eu
URL: https://www.immae.eu

View File

@ -0,0 +1,16 @@
---
title: IndieHosters
date: 2023-01-23T09:49:52+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo-usage-vertical-tl.svg_.png
Contact: contact@indiehosters.net
URL: https://indiehosters.net

View File

@ -0,0 +1,16 @@
---
title: Infini
date: 2023-01-05T18:35:39+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/infini.png
Contact: contact@infini.fr
URL: https://www.infini.fr

View File

@ -0,0 +1,16 @@
---
title: Isidorus.fr
date: 2023-01-09T13:49:05+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-12/logo%20Isidorus.png
Contact: nathanael+contact@isidorus.fr
URL: https://isidorus.fr

View File

@ -0,0 +1,16 @@
---
title: JabberFR
date: 2023-06-17T14:00:58+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo2_0.png
Contact: admins@jabberfr.org
URL: https://jabberfr.org

View File

@ -0,0 +1,16 @@
---
title: KAZ
date: 2023-01-17T15:33:06+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Kaz%20LogoFinal.png
Contact: contact@kaz.bzh
URL: https://kaz.bzh

View File

@ -0,0 +1,16 @@
---
title: Kaihuri
date: 2023-01-08T16:16:24+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/K.png
Contact: contact@keskonfai.fr
URL: https://www.kaihuri.org/

View File

@ -0,0 +1,16 @@
---
title: Katzei
date: 2023-01-09T21:21:03+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2020-02-03_egg-cat.png
Contact: contact_fxvwk@katzei.fr
URL: https://katzei.fr

View File

@ -0,0 +1,16 @@
---
title: La Contre-Voie
date: 2023-01-07T09:32:15+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/ava_42l.png
Contact: contact@lacontrevoie.fr
URL: https://lacontrevoie.fr

View File

@ -0,0 +1,16 @@
---
title: Lautre Net
date: 2023-02-07T13:02:35+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/picture-2716-1475751636.png
Contact: contact@lautre.net
URL: https://www.lautre.net/

View File

@ -0,0 +1,16 @@
---
title: Le Cloud Girofle
date: 2023-01-01T19:46:26+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-02/Logo-03.png
Contact: contact@girofle.cloud
URL: https://girofle.cloud

View File

@ -0,0 +1,16 @@
---
title: Le Filament
date: 2023-02-07T14:02:35+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-01/logo-lefilament-sansaccroche-V-CMJN.png
Contact: contact@le-filament.com
URL: https://le-filament.com

View File

@ -0,0 +1,16 @@
---
title: Le Retzien Libre
date: 2023-01-03T17:31:29+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/picture-2875-1496433299.png
Contact: contact@retzien.fr
URL: https://retzien.fr

View File

@ -0,0 +1,16 @@
---
title: Leprette.fr
date: 2023-01-05T18:48:27+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-08/logo-leprette.png
Contact: info@leprette.fr
URL: https://leprette.fr

View File

@ -0,0 +1,16 @@
---
title: Liberta
date: 2023-07-26T16:33:21+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/liberta_penguin.png
Contact: libertadmin@liberta.vip
URL: https://www.liberta.vip

View File

@ -0,0 +1,16 @@
---
title: Libreon
date: 2023-03-14T09:48:07+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/libreon.png
Contact: contact@libreon.fr
URL: https://libreon.fr

View File

@ -0,0 +1,16 @@
---
title: Libre-service.eu
date: 2023-08-23T23:02:03+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-12/libre-service-logo-name_0.png
Contact: contact@libre-service.eu
URL: https://www.libre-service.eu/

View File

@ -0,0 +1,16 @@
---
title: Libretic
date: 2023-01-06T17:04:13+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-07/Logo.png
Contact: bureau@libretic.fr
URL: https://libretic.fr

View File

@ -0,0 +1,16 @@
---
title: Linux07
date: 2023-01-09T19:15:27+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-12/logo-color-rondx256.png
Contact: contact@linux07.fr
URL: https://linux07.fr/services/

View File

@ -0,0 +1,16 @@
---
title: Ma Data - Association Défis
date: 2023-01-09T19:01:21+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_association_defis_web-300x112.png
Contact: madata@defis.info
URL: https://madata.defis.info

View File

@ -0,0 +1,16 @@
---
title: Nebulae
date: 2023-02-06T15:34:48+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-11/logo-squared.png
Contact: contact@nebulae.co
URL: https://nebulae.co

View File

@ -0,0 +1,16 @@
---
title: Nomagic
date: 2023-01-10T10:14:06+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-10/nomagic_logo_title_lineart.png
Contact: contact@nomagic.uk
URL: https://nomagic.uk

View File

@ -0,0 +1,16 @@
---
title: Nubla
date: 2023-01-02T10:23:28+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-04/logo_0.png
Contact: contact@nubla.fr
URL: https://nubla.fr

View File

@ -0,0 +1,16 @@
---
title: Nubo
date: 2023-01-19T13:02:54+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-02/logo_nubo.jpg
Contact: admin@team.nubo.coop
URL: https://nubo.coop

View File

@ -0,0 +1,16 @@
---
title: Numéricloud
date: 2023-01-05T09:25:01+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_numericloud_286x70.png
Contact: support@numericloud.eu
URL: https://numericloud.eu/

View File

@ -0,0 +1,16 @@
---
title: Octodome
date: 2023-02-24T09:05:47+00:00
---
## Informations générales
Logo: None
Contact: mazzhe@free.fr
URL: None

View File

@ -0,0 +1,16 @@
---
title: Picasoft
date: 2023-01-02T13:27:29+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/picasoft_logo_definitif.png
Contact: picasoft@assos.utc.fr
URL: https://picasoft.net/

View File

@ -0,0 +1,16 @@
---
title: Projet Internet et Citoyenneté
date: 2023-01-05T09:50:55+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/le-pic-logo.png
Contact: picca@le-pic.org
URL: https://www.le-pic.org

View File

@ -0,0 +1,16 @@
---
title: Pâquerette
date: 2023-01-01T21:01:55+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-01/paquerette-ico_0.png
Contact: contact@paquerette.eu
URL: https://paquerette.eu

View File

@ -0,0 +1,16 @@
---
title: ReflexLibre
date: 2023-01-01T22:02:05+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Logo_0.png
Contact: bonjour@reflexlibre.net
URL: https://reflexlibre.net

View File

@ -0,0 +1,16 @@
---
title: Retzo.net
date: 2023-01-30T08:08:34+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2023-01/retzo-low-resolution-logo-color-on-transparent-background-768x260.png
Contact: contact@retzo.net
URL: https://retzo.net/

View File

@ -0,0 +1,16 @@
---
title: Réseau Koumbit
date: 2023-02-27T21:20:38+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_6.png
Contact: info@koumbit.org
URL: https://www.koumbit.org/

View File

@ -0,0 +1,16 @@
---
title: RésiLien
date: 2023-01-06T10:14:39+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-02/RESILIEN_LOGO_disc.png
Contact: contact@resilien.fr
URL: https://resilien.fr

View File

@ -0,0 +1,16 @@
---
title: Sequanux
date: 2023-01-06T09:29:41+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_sq_coul_vecto.png
Contact: contact@sequanux.org
URL: http://sequanux.org

View File

@ -0,0 +1,16 @@
---
title: Siick's services
date: 2023-02-07T16:27:08+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/avatar.png
Contact: services@siick.fr
URL: https://services.siick.fr

View File

@ -0,0 +1,16 @@
---
title: Simon Vieille/Deblan
date: 2023-01-02T18:13:46+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/5cc19320.png
Contact: simon@deblan.fr
URL: https://www.deblan.io/hebergement

View File

@ -0,0 +1,16 @@
---
title: Simple Hosting
date: 2023-02-23T16:19:05+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Capture%20d%E2%80%99e%CC%81cran%202019-12-19%20a%CC%80%2016.07.09.png
Contact: simplehosting@protonmail.com
URL: https://simplehosting.me/

View File

@ -0,0 +1,16 @@
---
title: Sleto
date: 2023-01-05T13:17:13+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_7.png
Contact: laurent@sleto.net
URL: https://www.sleto.net

View File

@ -0,0 +1,16 @@
---
title: Sud-Ouest.org
date: 2023-01-05T09:23:54+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/sud-ouest.org-logo.png
Contact: contact@sud-ouest.org
URL: https://sud-ouest.org

View File

@ -0,0 +1,16 @@
---
title: Syntax Informatique
date: 2023-02-20T10:55:40+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/chaton-domfrontais.png
Contact: contact@syntax61.fr
URL: https://www.syntax61.fr/

View File

@ -0,0 +1,16 @@
---
title: TeDomum
date: 2023-01-29T13:06:52+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo_large_high.png
Contact: admin@tedomum.net
URL: https://www.tedomum.net

View File

@ -0,0 +1,16 @@
---
title: Ti Nuage
date: 2023-01-01T21:21:44+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2022-12/logo%20Ti-Nuage.png
Contact: contact@ti-nuage.fr
URL: https://www.ti-nuage.fr

View File

@ -0,0 +1,16 @@
---
title: Tila.im
date: 2023-01-01T16:14:00+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Tila.im_.png
Contact: florence@biree.name
URL: https://tila.im/

View File

@ -0,0 +1,16 @@
---
title: UNDERWORLD
date: 2023-01-02T20:28:23+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Fedivers2.png
Contact: admin@underworld.fr
URL: https://www.underworld.fr

View File

@ -0,0 +1,16 @@
---
title: Vincent-Xavier Jumel
date: 2023-01-08T20:01:48+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/mpv-shot0001.jpg
Contact: endymion+chaton@thetys-retz.net
URL: https://jumel.net

View File

@ -0,0 +1,16 @@
---
title: Vulpecula Constellation
date: 2023-01-06T13:33:29+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/vulpecula.png
Contact: bonjour@vulpecula.fr
URL: https://www.vulpecula.fr

View File

@ -0,0 +1,16 @@
---
title: WEBLIB.RE
date: 2023-09-12T13:08:05+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-08/e5d70eeaf3ba87f1.png
Contact: samuel@vermeulen.pro
URL: https://www.weblib.re

View File

@ -0,0 +1,16 @@
---
title: Zaclys
date: 2023-01-05T12:24:30+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/Logo-Zaclys-1024.png
Contact: contact@zaclys.com
URL: https://www.zaclys.com

View File

@ -0,0 +1,16 @@
---
title: Zici
date: 2023-01-03T12:31:56+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo.png
Contact: admin@zici.fr
URL: http://zici.fr

View File

@ -0,0 +1,16 @@
---
title: Zourit.net
date: 2023-01-09T14:25:03+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/logo%20rose.png
Contact: zourit@cemea.asso.fr
URL: https://zourit.net

View File

@ -0,0 +1,13 @@
---
title: CHATONS
geekdocFlatSection: true
geekdocCollapseSection: true
---
This is just a demo section for the <!-- spellchecker-disable -->[toc-tree](/shortcodes/toc-tree/)<!-- spellchecker-enable --> shortcode.
<!-- spellchecker-disable -->
{{< toc-tree >}}
<!-- spellchecker-enable -->

View File

@ -0,0 +1,16 @@
---
title: allella
date: 2023-02-07T15:10:51+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/allella.png
Contact: contact@allella.fr
URL: https://allella.fr

View File

@ -0,0 +1,16 @@
---
title: clawd.fr
date: 2023-01-03T08:09:57+00:00
---
## Informations générales
Logo: https://www.chatons.org/sites/default/files/2021-10/logo.png
Contact: contact@clawd.fr
URL: https://clawd.fr

Some files were not shown because too many files have changed in this diff Show More