aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-03petit paragraphe sur les contacts & calendriersNicolas Peugnet
mention du client web email pour consulter et modifier les calendriers et carnets d'adresse.
2022-05-03docs: remplacement de MySQL par SQLn-peugnet
pour éviter la confusion entre MariaDB et MySQL. MariaDB commence à avoir bien divergé, donc il vaut mieux éviter de faire référence à MySQL
2022-05-02refactor: prefix locales dir with underscoren-peugnet
to separate it more clearly from the content of the docs
2022-05-01feat: add very basic index templaten-peugnet
It based on nginx's one, with the meta viewport added, as it is not there by default (see https://mailman.nginx.org/pipermail/nginx-devel/2020-November/013609.html) It could be customized later.
2022-04-29Update webdav-android.mdMissMogwai
une faute corrigée
2022-04-23Merge pull request #48 from club-1/Mement0o-patch-1n-peugnet-ssh-tutosNicolas Peugnet
Update webdav-android.md
2022-04-23i18n: run update-pon-peugnet
2022-04-23Ajout d'un lien vers le tuto webdav androidNicolas Peugnet
Le texte du lien est inséré automatiquement par MyST et correspond au titre de la page en question
2022-04-22Merge pull request #45 from club-1/n-peugnet-ssh-detailsLeilaRenard
Ajout de détails sur la partie SSH
2022-04-22Ajout de détails sur la partie SSHNicolas Peugnet
- séparation de la partie "se connecter" en "avec mot de passe" et "avec une clé publique". - plus de détails sur la partie des clés de chiffrement
2022-04-22Update webdav-android.mdlamoitié
2022-04-19i18n: run update-pon-peugnet
and fix some translations by the way
2022-04-19Translated using Weblate (English)Nicolas Peugnet
Currently translated at 75.1% (187 of 249 strings) Translation: CLUB1/Documentation Translate-URL: https://hosted.weblate.org/projects/club-1/docs/en/
2022-04-18Update ssh.md (#38)LeilaRenard
* Update ssh.md addition section "se connecter" * Update ssh.md Corrections d'après les commentaires de Nicolas + mot de passe "invisible" * Update services/ssh.md Co-authored-by: Nicolas Peugnet <n.peugnet@free.fr> * Update services/ssh.md Co-authored-by: Nicolas Peugnet <n.peugnet@free.fr> * Update ssh.md Fin des modifications du 2e round Co-authored-by: Nicolas Peugnet <n.peugnet@free.fr>
2022-04-18style: fix version selector stylesn-peugnet
2022-04-18style: add underline to links on hovern-peugnet
had to fix some of the icon styles to make it look good
2022-04-18i18n: run update-pon-peugnet
2022-04-18docs: corrections de maniaquen-peugnet
2022-04-18style: imitate github blockquote CSSn-peugnet
2022-04-17style: better css rules + custom external linksn-peugnet
2022-04-17style: better way to include additional css filesn-peugnet
2022-04-17style: add dotted underline to glossary linksn-peugnet
2022-04-17Merge pull request #35 from club-1/LeilaRenard-patch-1LeilaRenard
Update webdav-android.md
2022-04-17Update webdav-android.mdLeilaRenard
Spelling editing
2022-04-17i18n: generate translation templatesn-peugnet
2022-04-17first add of custom CSSn-peugnet
2022-04-17add webdav android tutovincent-peugnet
2022-04-11i18n: run update-pon-peugnet
2022-04-11docs: add webdav & driven-peugnet
2022-04-10Translated using Weblate (English)Nicolas Peugnet
Currently translated at 94.3% (185 of 196 strings) Translation: CLUB1/Documentation Translate-URL: https://hosted.weblate.org/projects/club-1/docs/en/
2022-04-09fix: en link in glossaryn-peugnet-sidebarsn-peugnet
2022-04-09i18n: run and fix update-pon-peugnet
2022-04-09docs: scatterd updates + enable back external linksn-peugnet
2022-04-08Translated using Weblate (English)Nicolas Peugnet
Currently translated at 92.8% (182 of 196 strings) Translation: CLUB1/Documentation Translate-URL: https://hosted.weblate.org/projects/club-1/docs/en/
2022-04-08Translated using Weblate (English)Nicolas Peugnet
Currently translated at 86.7% (170 of 196 strings) Translation: CLUB1/Documentation Translate-URL: https://hosted.weblate.org/projects/club-1/docs/en/
2022-04-08i18n: run update-pon-peugnet
2022-04-08docs: update some services pagesn-peugnet
2022-04-08Translated using Weblate (English)Nicolas Peugnet
Currently translated at 79.3% (154 of 194 strings) Translation: CLUB1/Documentation Translate-URL: https://hosted.weblate.org/projects/club-1/docs/en/
2022-04-07i18n: run update-pon-peugnet
2022-04-07docs: add rss service pagen-peugnet
2022-04-07Translated using Weblate (English)n-peugnet-more-latex-customizationsNicolas Peugnet
Currently translated at 82.3% (154 of 187 strings) Translation: CLUB1/Documentation Translate-URL: https://hosted.weblate.org/projects/club-1/docs/en/
2022-04-07i18n: run update-pon-peugnet
2022-04-07docs: add email service pagen-peugnet
had to recursively add a lot of terms to the glossary... XD
2022-04-06i18n: run update pon-peugnet
2022-04-06feat: use --previous flag of msgmerge for changes in weblaten-peugnet
and maybe also other editors
2022-04-06feat: start using Sphinx specific featuresn-peugnet
- Add a Glossary and start using it - Add an Attention admonition about the specifics of MyST-Parser
2022-04-03docs: add info about static websitesn-peugnet
2022-04-03Translated using Weblate (English)Nicolas Peugnet
Currently translated at 79.0% (117 of 148 strings) Translation: CLUB1/Documentation Translate-URL: https://hosted.weblate.org/projects/club-1/docs/en/
2022-04-02build: small fixes & enhancementsn-peugnet
- rename LANGUAGE exported env var to LOCAL, not to disturb Make messages - remove failing sphinx commands - remove quotes around BUILDDIR and SOURCEDIR as these will never have spaces - share doctrees for localized builders for perf. This also fixes warning for epub about .doctrees unknown mimetype - fix LaTeX paper size to always use A4 - fix today format to use a localized version
2022-04-02feat: add favicon.icon-peugnet