Compare commits
15 commits
main
...
label-wiki
Author | SHA1 | Date | |
---|---|---|---|
d0efe739e8 | |||
3b0acc7e20 | |||
274bbef305 | |||
d003bbb8d8 | |||
ddfea36db0 | |||
ef8acfd788 | |||
74c59d1dc0 | |||
|
d20e4aaab9 | ||
|
d9de2b30bd | ||
|
6283936170 | ||
|
72f30c4319 | ||
8e269d3e55 | |||
|
e5df39ed50 | ||
2ca54a5e91 | |||
efc93b142a |
4 changed files with 489 additions and 493 deletions
|
@ -1,5 +1,403 @@
|
||||||
Pour générer de nouveaux calendriers, utiliser le script Scheme présent dans le dossier algo/calendar de ce projet de Quentin : https://github.com/superboum/code-bazaar
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER OCTOBRE 2022 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— |
|
||||||
|
| | 01 | 02 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 31 | |
|
||||||
|
| ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER NOVEMBRE 2022 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | 06 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 07 | 08 | 09 | 10 | 11 | 12 | 13 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER DÉCEMBRE 2022 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 05 | 06 | 07 | 08 | 09 | 10 | 11 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 26 | 27 | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER JANVIER 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— |
|
||||||
|
| | 01 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 02 | 03 | 04 | 05 | 06 | 07 | 08 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 23 | 24 | 25 | 26 | 27 | 28 | 29 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 30 | 31 | |
|
||||||
|
| ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER FÉVRIER 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 27 | 28 | |
|
||||||
|
| ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER MARS 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 27 | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER AVRIL 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— |
|
||||||
|
| | 01 | 02 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER MAI 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | 06 | 07 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 08 | 09 | 10 | 11 | 12 | 13 | 14 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 15 | 16 | 17 | 18 | 19 | 20 | 21 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER JUIN 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 05 | 06 | 07 | 08 | 09 | 10 | 11 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER JUILLET 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— |
|
||||||
|
| | 01 | 02 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 31 | |
|
||||||
|
| ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER AOÛT 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | 06 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 07 | 08 | 09 | 10 | 11 | 12 | 13 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER SEPTEMBRE 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 04 | 05 | 06 | 07 | 08 | 09 | 10 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 11 | 12 | 13 | 14 | 15 | 16 | 17 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 18 | 19 | 20 | 21 | 22 | 23 | 24 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 25 | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER OCTOBRE 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— |
|
||||||
|
| | 01 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 02 | 03 | 04 | 05 | 06 | 07 | 08 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 23 | 24 | 25 | 26 | 27 | 28 | 29 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 30 | 31 | |
|
||||||
|
| ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER NOVEMBRE 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER DÉCEMBRE 2023 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 04 | 05 | 06 | 07 | 08 | 09 | 10 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 11 | 12 | 13 | 14 | 15 | 16 | 17 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 18 | 19 | 20 | 21 | 22 | 23 | 24 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 25 | 26 | 27 | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER JANVIER 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | 06 | 07 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 08 | 09 | 10 | 11 | 12 | 13 | 14 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 15 | 16 | 17 | 18 | 19 | 20 | 21 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER FÉVRIER 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 05 | 06 | 07 | 08 | 09 | 10 | 11 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 26 | 27 | 28 | 29 | |
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER MARS 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 04 | 05 | 06 | 07 | 08 | 09 | 10 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 11 | 12 | 13 | 14 | 15 | 16 | 17 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 18 | 19 | 20 | 21 | 22 | 23 | 24 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 25 | 26 | 27 | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER AVRIL 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | 06 | 07 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 08 | 09 | 10 | 11 | 12 | 13 | 14 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 15 | 16 | 17 | 18 | 19 | 20 | 21 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 29 | 30 | |
|
||||||
|
| ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER MAI 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 27 | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER JUIN 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— |
|
||||||
|
| | 01 | 02 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER JUILLET 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | 06 | 07 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 08 | 09 | 10 | 11 | 12 | 13 | 14 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 15 | 16 | 17 | 18 | 19 | 20 | 21 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER AOÛT 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 05 | 06 | 07 | 08 | 09 | 10 | 11 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 26 | 27 | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER SEPTEMBRE 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— |
|
||||||
|
| | 01 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 02 | 03 | 04 | 05 | 06 | 07 | 08 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 23 | 24 | 25 | 26 | 27 | 28 | 29 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 30 | |
|
||||||
|
| ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER OCTOBRE 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | 04 | 05 | 06 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 07 | 08 | 09 | 10 | 11 | 12 | 13 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 28 | 29 | 30 | 31 | |
|
||||||
|
| ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
|
.——————————————————————————————————————.
|
||||||
|
| CALENDRIER NOVEMBRE 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— ———— |
|
||||||
|
| | 01 | 02 | 03 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 04 | 05 | 06 | 07 | 08 | 09 | 10 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 11 | 12 | 13 | 14 | 15 | 16 | 17 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 18 | 19 | 20 | 21 | 22 | 23 | 24 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 25 | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|
|
||||||
.——————————————————————————————————————.
|
.——————————————————————————————————————.
|
||||||
| CALENDRIER DÉCEMBRE 2024 |
|
| CALENDRIER DÉCEMBRE 2024 |
|
||||||
|——————————————————————————————————————|
|
|——————————————————————————————————————|
|
||||||
|
@ -17,373 +415,3 @@ Pour générer de nouveaux calendriers, utiliser le script Scheme présent dans
|
||||||
| | 30 | 31 | |
|
| | 30 | 31 | |
|
||||||
| ———— ———— |
|
| ———— ———— |
|
||||||
|______________________________________|
|
|______________________________________|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER JANVIER 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER FÉVRIER 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— |
|
|
||||||
| | 01 | 02 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 24 | 25 | 26 | 27 | 28 | |
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER MARS 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— |
|
|
||||||
| | 01 | 02 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 31 | |
|
|
||||||
| ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER AVRIL 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | 06 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 07 | 08 | 09 | 10 | 11 | 12 | 13 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 28 | 29 | 30 | |
|
|
||||||
| ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER MAI 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 05 | 06 | 07 | 08 | 09 | 10 | 11 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 26 | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER JUIN 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— |
|
|
||||||
| | 01 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 02 | 03 | 04 | 05 | 06 | 07 | 08 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 23 | 24 | 25 | 26 | 27 | 28 | 29 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 30 | |
|
|
||||||
| ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER JUILLET 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | 06 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 07 | 08 | 09 | 10 | 11 | 12 | 13 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER AOÛT 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 04 | 05 | 06 | 07 | 08 | 09 | 10 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 11 | 12 | 13 | 14 | 15 | 16 | 17 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 18 | 19 | 20 | 21 | 22 | 23 | 24 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 25 | 26 | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER SEPTEMBRE 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | 06 | 07 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 08 | 09 | 10 | 11 | 12 | 13 | 14 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 15 | 16 | 17 | 18 | 19 | 20 | 21 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 29 | 30 | |
|
|
||||||
| ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER OCTOBRE 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER NOVEMBRE 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— |
|
|
||||||
| | 01 | 02 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER DÉCEMBRE 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | 06 | 07 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 08 | 09 | 10 | 11 | 12 | 13 | 14 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 15 | 16 | 17 | 18 | 19 | 20 | 21 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER JANVIER 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 05 | 06 | 07 | 08 | 09 | 10 | 11 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 26 | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER FÉVRIER 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— |
|
|
||||||
| | 01 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 02 | 03 | 04 | 05 | 06 | 07 | 08 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 23 | 24 | 25 | 26 | 27 | 28 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER MARS 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— |
|
|
||||||
| | 01 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 02 | 03 | 04 | 05 | 06 | 07 | 08 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 23 | 24 | 25 | 26 | 27 | 28 | 29 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 30 | 31 | |
|
|
||||||
| ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER AVRIL 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 27 | 28 | 29 | 30 | |
|
|
||||||
| ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER MAI 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 04 | 05 | 06 | 07 | 08 | 09 | 10 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 11 | 12 | 13 | 14 | 15 | 16 | 17 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 18 | 19 | 20 | 21 | 22 | 23 | 24 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 25 | 26 | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER JUIN 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | 06 | 07 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 08 | 09 | 10 | 11 | 12 | 13 | 14 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 15 | 16 | 17 | 18 | 19 | 20 | 21 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 22 | 23 | 24 | 25 | 26 | 27 | 28 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 29 | 30 | |
|
|
||||||
| ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER JUILLET 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 06 | 07 | 08 | 09 | 10 | 11 | 12 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER AOÛT 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— |
|
|
||||||
| | 01 | 02 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 03 | 04 | 05 | 06 | 07 | 08 | 09 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 17 | 18 | 19 | 20 | 21 | 22 | 23 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 31 | |
|
|
||||||
| ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER SEPTEMBRE 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | 06 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 07 | 08 | 09 | 10 | 11 | 12 | 13 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 28 | 29 | 30 | |
|
|
||||||
| ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER OCTOBRE 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 05 | 06 | 07 | 08 | 09 | 10 | 11 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 26 | 27 | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER NOVEMBRE 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— |
|
|
||||||
| | 01 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 02 | 03 | 04 | 05 | 06 | 07 | 08 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 23 | 24 | 25 | 26 | 27 | 28 | 29 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 30 | |
|
|
||||||
| ———— |
|
|
||||||
|______________________________________|
|
|
||||||
.——————————————————————————————————————.
|
|
||||||
| CALENDRIER DÉCEMBRE 2026 |
|
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 01 | 02 | 03 | 04 | 05 | 06 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 07 | 08 | 09 | 10 | 11 | 12 | 13 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 28 | 29 | 30 | 31 | |
|
|
||||||
| ———— ———— ———— ———— |
|
|
||||||
|______________________________________|
|
|
||||||
|
|
|
@ -88,35 +88,4 @@
|
||||||
<!-- Avril 2024 -->
|
<!-- Avril 2024 -->
|
||||||
<li role="none"><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 2 avril 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
<li role="none"><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 2 avril 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
||||||
<li role="none"><a href="https://jitsi.deuxfleurs.fr/infra">Réunion mensuelle d'infrastructure</a> en ligne, <span class="highlight">le 17 avril 2024 à 20h00</span>.<br>Point mensuel en visioconférence où l'on aborde toutes les questions techniques qui méritent notre attention, concernant notre infrastructure ou nos services.</li>
|
<li role="none"><a href="https://jitsi.deuxfleurs.fr/infra">Réunion mensuelle d'infrastructure</a> en ligne, <span class="highlight">le 17 avril 2024 à 20h00</span>.<br>Point mensuel en visioconférence où l'on aborde toutes les questions techniques qui méritent notre attention, concernant notre infrastructure ou nos services.</li>
|
||||||
<li role="none"><a href="#">Permanence associative autour du Libre</a> au Café Citoyen à Lille, <span class="highlight">le 30 avril 2024 à 19h30</span>.<br> La permanence associative autour du Libre est une manifestation conviviale, ouverte à toutes et tous, organisée le dernier mardi de chaque mois, et regroupant les collectifs Chtinux, Raoull, Deuxfleurs, Mycélium, CLX et Cliss XXI.</li>
|
<li role="none"><a href="#">Permanence associative autour du Libre</a> au Café Citoyen à Lille, <span class="highlight">le 30 avril 2024 à 19h30</span>.<br> La permanence associative autour du Libre est une manifestation conviviale, ouverte à toutes et tous, organisée le dernier mardi de chaque mois, et regroupant les collectifs Chtinux, Raoull, Deuxfleurs, Mycélium, CLX et Cliss XXI.</li>
|
||||||
|
|
||||||
|
|
||||||
<!-- Mai 2024 -->
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 7 mai 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/infra">Réunion mensuelle d'infrastructure</a> en ligne, <span class="highlight">le 22 mai 2024 à 20h00</span>.<br>Point mensuel en visioconférence où l'on aborde toutes les questions techniques qui méritent notre attention, concernant notre infrastructure ou nos services.</li>
|
|
||||||
<li><a href="https://cis.cnrs.fr/netgouv24/">#NetGouv24</a> à Paris, <span class="highlight">le 29 mai 2024</span>.<br>Première conférence annuelle du groupe de travail Gouvernance et Régulation d'Internet. L'ensemble de la communauté scientifique intéressée par ces sujets s'y retrouvera pour une journée de présentations et de discussion.</li>
|
|
||||||
<li><a href="https://passageenseine.fr/">Pas Sage en Seine</a> à Choisy-le-Roi, <span class="highlight">le 31 mai, 1 et 2 juin</span>.<br>Festival annuel gratuit dédié au logiciel libre. De nombreuses présentations sur des sujets techniques ou non y sont faites.</li>
|
|
||||||
<!-- Juin 2024 -->
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 4 juin 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/infra">Réunion d'infrastructure</a> en ligne, <span class="highlight">le 5 juin 2024 à 19h15</span>.<br>Point en visioconférence sur les nouveaux sites géographiques à mettre en place pour pouvoir mieux résister aux pannes.</li>
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/infra">Réunion mensuelle d'infrastructure</a> en ligne, <span class="highlight">le 19 juin 2024 à 20h00</span>.<br>Point mensuel en visioconférence où l'on aborde toutes les questions techniques qui méritent notre attention, concernant notre infrastructure ou nos services.</li>
|
|
||||||
<li><em>Barcamp Interne</em> en Auvergne, <span class="highlight">les 21, 22 et 23 juin</span>.<br> Les membres de Deuxfleurs prennent le temps de se retrouver et de discuter de l'association.</li>
|
|
||||||
<!-- Juillet 2024 -->
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 2 juillet 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
|
||||||
<li><a href="https://www.agendadulibre.org/events/30240">Quadrapéro</a>, au Garage de la Quadrature du Net à Paris, <span class="highlight">le 5 juillet 2024 à 19h00</span>.<br>Apéritif convivial pour discuter des divers enjeux en cours autour des droits et libertés numériques, en présence de membres de la Quadrature du Net et de bien autres intéressés. Vous y verrez Vincent.</li>
|
|
||||||
<li><a href="https://bbb.paquerette.eu/b/dom-67q-irl-nfc">Réunion mensuelle du collectif CHATONS</a> en ligne, <span class="highlight">le 9 juillet 2024 à 20h00</span>.<br>Une fois par mois a lieu une réunion entre les membres du collectif <a href=https://www.chatons.org/>CHATONS</a>, à laquelle nous participons.</li>
|
|
||||||
<li><a href="https://libreto.sans-nuage.fr/campchatons2024/">Camp CHATONS</a> à Sévérac, <span class="highlight">du 11 au 15 juillet</span>.<br>Chaque année, les membres du collectif CHATONS se réunissent en présentiel pour aborder les grands sujets à son propos et partager des moments conviviaux. Vous y verrez Adrien.</li>
|
|
||||||
<li><a href="#">Permanence associative autour du Libre</a> au Café Citoyen à Lille, <span class="highlight">le 30 juillet 2024 à 19h30</span>.<br>La permanence associative autour du Libre est une manifestation conviviale, ouverte à toutes et tous, organisée le dernier mardi de chaque mois, et regroupant les collectifs Chtinux, Raoull, Deuxfleurs, Mycélium, CLX et Cliss XXI.</li>
|
|
||||||
<!-- Août 2024 -->
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle « au coin du feu »</a> en ligne, <span class="highlight">le 6 août 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
|
||||||
<!-- Septembre 2024 -->
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle « au coin du feu »</a> en ligne, <span class="highlight">le 3 septembre 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
|
||||||
<li><a href="https://www.agendadulibre.org/events/30486">Numérique libre à la Braderie de Lille</a> au village associatif du Café Citoyen, <span class="highlight">du 14 septembre 2024 à 10h au 15 à 18h</span>.<br>Le spot le plus cool durant la Braderie de Lille, c'est le Café Citoyen (ses spectacles qualitatifs y surpassent de loin les articles vendus trop chers par les brocanteurs que vous trouverez ailleurs). Le spot le plus cool au Café Citoyen, c'est son village associatif. Mais alors la cerise sur le gâteau, c'est sans doute le stand sur les libertés numériques tenu par les collectifs de Chtinux (Raoull, Deuxfleurs, Mycélium, CLX et Cliss XXI...). Venez dire bonjour, vous serez bien reçu⋅e !</li>
|
|
||||||
<li><a href="https://fete.humanite.fr/">Fête de l'Humanité</a> à la base 217 à Bretigny-sur-Orge, <span class="highlight">le 14 et 15 septembre 2024</span>.<br>Plus qu'un festival de musique, la fête de l'Humanité est un rendez-vous important des forces militantes sur un peu tous les sujets. Si vous souhaitez y rencontrer Vincent, n'hésitez pas à nous contacter par courriel auparavant pour que l'on s'organise et que l'on ne se rate pas.</li>
|
|
||||||
<li><a href="https://www.agendadulibre.org/events/30485">Permanence associative autour du Libre</a> au Café Citoyen à Lille, <span class="highlight">le 24 septembre 2024 à 19h30</span>.<br>La permanence associative autour du Libre est une manifestation conviviale, ouverte à toutes et tous, organisée le dernier mardi de chaque mois, et regroupant les collectifs de Chtinux (Raoull, Deuxfleurs, Mycélium, CLX, Cliss XXI...).</li>
|
|
||||||
<!-- Octobre 2024 -->
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle « au coin du feu »</a> en ligne, <span class="highlight">le 1 octobre 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
|
||||||
<li><a href="https://forumdepartementaldessciences.fr/evenements/exposition-numerique-en-eaux-troubles/">Vernissage de l'exposition « Numérique en eaux troubles »</a>, au forum des sciences à Villeneuve-d'Ascq, <span class="highlight">le 11 octobre 2024 à 17h00</span>.<br>Inauguration de cette exposition abordant l'impact des divers aspects du numérique sur les ressources en eau. Parmis ses responsables scientifiques, vous y verrez Adrien.</li>
|
|
||||||
<!-- Novembre 2024 -->
|
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle « au coin du feu »</a> en ligne, <span class="highlight">le 5 novembre 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
|
||||||
<li><a href="https://capitoledulibre.org">Capitole du libre</a>, à l'ENSEEIHT à Toulouse, <span class="highlight">le 16 et 17 novembre 2024</span>.<br>Conférence annuelle dédiée au logiciel libre et à sa communauté, ouverte à tout public, et ceci gratuitement. N'hésitez pas à venir discuter avec Vincent.</li>
|
|
||||||
|
|
|
@ -66,17 +66,17 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="https://guide.deuxfleurs.fr/" role="menuitem" aria-label="wiki" class="icone">
|
<a href="https://guide.deuxfleurs.fr/" role="menuitem" aria-label="wiki" class="icone">
|
||||||
<pre aria-hidden="true">
|
<pre aria-hidden="true">
|
||||||
((((((()
|
(((((((()
|
||||||
|------|
|
|-------|
|
||||||
| WIKI |
|
| GUIDE |
|
||||||
|------|
|
|-------|
|
||||||
|______| </pre>
|
|_______| </pre>
|
||||||
<pre class="img_top" aria-hidden="true">
|
<pre class="img_top" aria-hidden="true">
|
||||||
((((((()
|
(((((((()
|
||||||
/-----/|
|
/------/|
|
||||||
/-----/ |
|
/------/ |
|
||||||
/_____/ |
|
/______/ |
|
||||||
|______| </pre>
|
|_______| </pre>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -862,43 +862,28 @@
|
||||||
<div id="txt_connaissance">
|
<div id="txt_connaissance">
|
||||||
<p lang="fr">L'accès à nos services est à prix libre. Nous estimons leur coût à 15€/an/compte pour leur maintien en fonctionnement et recommandons le double pour permettre à l'association de se développer. Il est conditionné par les ressources disponibles, à la fois matérielles et humaines.</p>
|
<p lang="fr">L'accès à nos services est à prix libre. Nous estimons leur coût à 15€/an/compte pour leur maintien en fonctionnement et recommandons le double pour permettre à l'association de se développer. Il est conditionné par les ressources disponibles, à la fois matérielles et humaines.</p>
|
||||||
<p lang="fr">Pour accéder à nos services ou simplement discuter avec nous, écrivez à <span class="highlight">coucou[@]deuxfleurs.fr</span>, rejoignez-nous sur le salon Matrix <span class="highlight">#deuxfleurs:deuxfleurs.fr</span> ou rencontrez-nous à : </p>
|
<p lang="fr">Pour accéder à nos services ou simplement discuter avec nous, écrivez à <span class="highlight">coucou[@]deuxfleurs.fr</span>, rejoignez-nous sur le salon Matrix <span class="highlight">#deuxfleurs:deuxfleurs.fr</span> ou rencontrez-nous à : </p>
|
||||||
<!-- L'historique des événements passés est sur evenements_passes.html -->
|
|
||||||
<ul>
|
<ul>
|
||||||
<!-- Décembre 2024 -->
|
<!-- L'historique des événements passés est sur evenements_passes.html -->
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle « au coin du feu »</a> en ligne, <span class="highlight">le 3 décembre à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
<!-- Mai 2024 -->
|
||||||
<li><a href="https://events.ccc.de/congress/2024/infos/index.html">38C3</a> à Hambourg, <span class="highlight">du 27 au 30 décembre</span>. <br>Rendez-vous annuel européen des communautés de l'activisme numérique et des milieux hackers, le Chaos Communication Congress (CCC) est un rassemblement d'envergure. Vous pourrez y voir Adrien, Vincent, Marion et bien d'autres.</li>
|
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 7 mai 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
||||||
<!-- Janvier 2025 -->
|
<li><a href="https://jitsi.deuxfleurs.fr/infra">Réunion mensuelle d'infrastructure</a> en ligne, <span class="highlight">le 22 mai 2024 à 20h00</span>.<br>Point mensuel en visioconférence où l'on aborde toutes les questions techniques qui méritent notre attention, concernant notre infrastructure ou nos services.</li>
|
||||||
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle « au coin du feu »</a> en ligne, <span class="highlight">le 7 janvier à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
<li><a href="https://cis.cnrs.fr/netgouv24/">#NetGouv24</a> à Paris, <span class="highlight">le 29 mai 2024</span>.<br>Première conférence annuelle du groupe de travail Gouvernance et Régulation d'Internet. L'ensemble de la communauté scientifique intéressée par ces sujets s'y retrouvera pour une journée de présentations et de discussion.</li>
|
||||||
<li><a href="#">Rencontres Deuxfleurs</a> au <a href="https://saisonszero.fr/">Couvent des Clarisses</a> à Roubaix, <span class="highlight">du vendredi 24 au dimanche 26 janvier 2025</span>.<br>Week-end de rencontre physique des membres de Deuxfleurs et de ses sympathisants. À cette occasion, nous travaillons un peu sur la technique, discutons un peu de l'association, et passons le plus clair de notre temps à manger et à profiter de cette rare occasion de nous retrouver. Cette fois-ci, il y aura peut-être un⋅e invité⋅e surprise !</li>
|
<li><a href="https://passageenseine.fr/">Pas Sage en Seine</a> à Choisy-le-Roi, <span class="highlight">le 31 mai, 1 et 2 juin</span>.<br>Festival annuel gratuit dédié au logiciel libre. De nombreuses présentations sur des sujets techniques ou non y sont faites.</li>
|
||||||
|
<!-- Juin 2024 -->
|
||||||
|
<li><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 4 juin 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
||||||
|
<li><a href="https://jitsi.deuxfleurs.fr/infra">Réunion d'infrastructure</a> en ligne, <span class="highlight">le 5 juin 2024 à 19h15</span>.<br>Point en visioconférence sur les nouveaux sites géographiques à mettre en place pour pouvoir mieux résister aux pannes.</li>
|
||||||
|
<li><a href="https://jitsi.deuxfleurs.fr/infra">Réunion mensuelle d'infrastructure</a> en ligne, <span class="highlight">le 19 juin 2024 à 20h00</span>.<br>Point mensuel en visioconférence où l'on aborde toutes les questions techniques qui méritent notre attention, concernant notre infrastructure ou nos services.</li>
|
||||||
|
<li><em>Barcamp Interne</em> en Auvergne, <span class="highlight">les 21, 22 et 23 juin</span>.<br> Les membres de Deuxfleurs prennent le temps de se retrouver et de discuter de l'association.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="calendrier">
|
<div id="calendrier">
|
||||||
<!--
|
<!--
|
||||||
Pour générer les mois suivants, voir : https://github.com/superboum/code-bazaar/tree/master/algo/calendar
|
Pour générer les mois suivants, voir : https://github.com/superboum/code-bazaar/tree/master/algo/calendar
|
||||||
Notez que les mois sont déjà générés jusqu'à décembre 2024 dans ce fichier : https://github.com/superboum/code-bazaar/blob/master/algo/calendar/calendars.txt
|
Notez que les mois sont déjà générés jusqu'à décembre 2024 dans ce fichier : https://github.com/superboum/code-bazaar/blob/master/algo/calendar/calendars.txt
|
||||||
-->
|
-->
|
||||||
<div id="mois_actuel" role="img" aria-label="calendrier de nos jours de permanence prévus pour ce mois-ci">
|
<div id="mois_actuel" role="img" aria-label="calendrier de nos jours de permanence prévus pour ce mois-ci">
|
||||||
<pre aria-hidden="true">.——————————————————————————————————————.
|
<pre aria-hidden="true">.——————————————————————————————————————.
|
||||||
| CALENDRIER DÉCEMBRE 2024 |
|
| CALENDRIER MAI 2024 |
|
||||||
|——————————————————————————————————————|
|
|
||||||
| ———— |
|
|
||||||
| | 01 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 02 |<span class="highlight"> 03 </span>| 04 | 05 | 06 | 07 | 08 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| | 23 | 24 | 25 | 26 |<span class="highlight"> 27 | 28 | 29 </span>| |
|
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
|
||||||
| |<span class="highlight"> 30 </span>| 31 | |
|
|
||||||
| ———— ———— |
|
|
||||||
|______________________________________|</pre>
|
|
||||||
</div>
|
|
||||||
<div id="mois_suivant" role="img" aria-label="calendrier de nos jours de permanence prévus pour le mois prochain">
|
|
||||||
<pre aria-hidden="true">.——————————————————————————————————————.
|
|
||||||
| CALENDRIER JANVIER 2025 |
|
|
||||||
|——————————————————————————————————————|
|
|——————————————————————————————————————|
|
||||||
| ———— ———— ———— ———— ———— |
|
| ———— ———— ———— ———— ———— |
|
||||||
| | 01 | 02 | 03 | 04 | 05 | |
|
| | 01 | 02 | 03 | 04 | 05 | |
|
||||||
|
@ -907,12 +892,29 @@
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
| | 20 | 21 | 22 | 23 |<span class="highlight"> 24 | 25 | 26 </span>| |
|
| | 20 | 21 |<span class="highlight"> 22 </span>| 23 | 24 | 25 | 26 | |
|
||||||
| ———— ———— ———— ———— ———— ———— ———— |
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
| | 27 | 28 | 29 | 30 | 31 | |
|
| | 27 | 28 |<span class="highlight"> 29 </span>| 30 |<span class="highlight"> 31 </span>| |
|
||||||
| ———— ———— ———— ———— ———— |
|
| ———— ———— ———— ———— ———— |
|
||||||
|______________________________________|</pre>
|
|______________________________________|</pre>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="mois_suivant" role="img" aria-label="calendrier de nos jours de permanence prévus pour le mois prochain">
|
||||||
|
<pre aria-hidden="true">.——————————————————————————————————————.
|
||||||
|
| CALENDRIER JUIN 2024 |
|
||||||
|
|——————————————————————————————————————|
|
||||||
|
| ———— ———— |
|
||||||
|
| |<span class="highlight"> 01 </span>|<span class="highlight"> 02 </span>| |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 03 |<span class="highlight"> 04 </span>|<span class="highlight"> 05 </span>| 06 | 07 | 08 | 09 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 10 | 11 | 12 | 13 | 14 | 15 | 16 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 17 | 18 |<span class="highlight"> 19 </span>| 20 |<span class="highlight"> 21 </span>|<span class="highlight"> 22 </span>|<span class="highlight"> 23 </span>| |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
| | 24 | 25 | 26 | 27 | 28 | 29 | 30 | |
|
||||||
|
| ———— ———— ———— ———— ———— ———— ———— |
|
||||||
|
|______________________________________|</pre>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer class="noscroll" aria-label="pied de page et liens vers CGU, mentions, sources et risques">
|
<footer class="noscroll" aria-label="pied de page et liens vers CGU, mentions, sources et risques">
|
||||||
|
|
|
@ -1,47 +1,44 @@
|
||||||
// dictionary to keep track of frame count for each animation
|
// dictionary to keep track of frame count for each animation
|
||||||
let frameCounts = {};
|
let frameCounts = {};
|
||||||
|
|
||||||
function animate(id, delay) {
|
function animate(id, delay) {
|
||||||
|
|
||||||
// get the container and frames for the amination
|
// get the container and frames for the amination
|
||||||
const container = document.getElementById(id);
|
const container = document.getElementById(id);
|
||||||
const frames = container.children;
|
const frames = container.children;
|
||||||
|
|
||||||
// set up the frame counter
|
// set up the frame counter
|
||||||
frameCounts[id] = 0;
|
frameCounts[id] = 0;
|
||||||
|
|
||||||
// hide all frames except for the first
|
// hide all frames except for the first
|
||||||
frames[0].style.display = "flex";
|
frames[0].style.display = "flex";
|
||||||
for (let i = 1; i < frames.length; i++) {
|
for (let i = 1; i < frames.length; i++) {
|
||||||
frames[i].style.display = "none";
|
frames[i].style.display = "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
// start the animation
|
// start the animation
|
||||||
const interval = setInterval(updateAnimation, delay, id, frames, frames.length);
|
const interval = setInterval(updateAnimation, delay, id, frames, frames.length);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateAnimation(id, frames, totalFrames) {
|
function updateAnimation(id, frames, totalFrames) {
|
||||||
|
|
||||||
// increment the frame counter for the given id
|
// increment the frame counter for the given id
|
||||||
frameCounts[id] = (frameCounts[id] + 1) % totalFrames;
|
frameCounts[id] = (frameCounts[id] + 1) % totalFrames;
|
||||||
|
|
||||||
// show the next frame
|
// show the next frame
|
||||||
frames[frameCounts[id]].style.display = "flex";
|
frames[frameCounts[id]].style.display = "flex";
|
||||||
|
|
||||||
// hide the previous frame
|
// hide the previous frame
|
||||||
if (frameCounts[id] == 0) {
|
if (frameCounts[id] == 0) {
|
||||||
frames[totalFrames - 1].style.display = "none";
|
frames[totalFrames - 1].style.display = "none";
|
||||||
} else {
|
} else {
|
||||||
frames[frameCounts[id] - 1].style.display = "none";
|
frames[frameCounts[id] - 1].style.display = "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the user have a setting on their device to minimize the amount of non-essential motion
|
animate("illustration-accueil", 500);
|
||||||
const preferReduceMotion = window.matchMedia("(prefers-reduced-motion)").matches;
|
animate("rennes", 1000);
|
||||||
|
animate("orsay", 2000);
|
||||||
animate("illustration-accueil", preferReduceMotion ? 1500 : 500); // Reduce framerate if use preference is to reduce motion
|
animate("parterre", 1500);
|
||||||
animate("rennes", preferReduceMotion ? 3000 : 1000); // Reduce framerate if use preference is to reduce motion
|
|
||||||
animate("orsay", preferReduceMotion ? 4000 : 2000); // Reduce framerate if use preference is to reduce motion
|
|
||||||
animate("parterre", 1500);
|
|
Loading…
Reference in a new issue