From 5a14ea4e352d17cbeca2c08f28106b6fe82b8de3 Mon Sep 17 00:00:00 2001 From: echolib Date: Thu, 29 Feb 2024 11:07:27 +0100 Subject: [PATCH] [1.11.7] - fix typos ; Ouput blockquote HTML changes --- src/usr/bin/tyto | 4 +- .../docs/www/article/redac_blockcites.html | 137 ++++++++++++++++++ .../docs/www/article/redac_blockcites.tyto | 71 +++++++++ src/usr/share/tyto/docs/www/rss.xml | 49 ++++--- src/usr/share/tyto/docs/www/sitemap.html | 11 +- src/usr/share/tyto/docs/www/sitemap.tyto | 5 +- src/var/lib/tyto/program/wip.py | 16 +- 7 files changed, 262 insertions(+), 31 deletions(-) create mode 100644 src/usr/share/tyto/docs/www/article/redac_blockcites.html create mode 100644 src/usr/share/tyto/docs/www/article/redac_blockcites.tyto diff --git a/src/usr/bin/tyto b/src/usr/bin/tyto index 50287cf..cc0d190 100755 --- a/src/usr/bin/tyto +++ b/src/usr/bin/tyto @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# version: 1.11.6 -# date: 2024-02-09 1707492702 +# version: 1.11.7 +# date: 2024-02-29 1709199427 # Tyto - Littérateur # Copyright (C) 2023 Cyrille Louarn diff --git a/src/usr/share/tyto/docs/www/article/redac_blockcites.html b/src/usr/share/tyto/docs/www/article/redac_blockcites.html new file mode 100644 index 0000000..8a7a029 --- /dev/null +++ b/src/usr/share/tyto/docs/www/article/redac_blockcites.html @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Afficher des citations (echolib) | Tyto - Littérateur + + + +
+ + + + +
+ +
+ +
+ + + +
+ + + +
+ + + + diff --git a/src/usr/share/tyto/docs/www/article/redac_blockcites.tyto b/src/usr/share/tyto/docs/www/article/redac_blockcites.tyto new file mode 100644 index 0000000..a190dc0 --- /dev/null +++ b/src/usr/share/tyto/docs/www/article/redac_blockcites.tyto @@ -0,0 +1,71 @@ +title: Afficher des citations +about: Comment afficher des citations détaillées pour Tyto - Littérateur +tags: rédaction,marqueurs,citation,blockquote +date: 2024-02-29 +authors: echolib + +link: les marqueurs de paragraphes + ./redac_paragraphes.html + Comment créer des paragraphes pour Tyto - Littérateur + + +------------------------------------------------------------------------------- +! TOC + + +#1 Écrire les citations par bloc +(( + Une citation par bloc ({`
`}) en HTML se trouve entre le + marqueur d'ouverture {` (" `} et de fermeture {` )" `}. Ces marqueurs sont + seuls sur une ligne. Le marqueur d'ouverture supporte une classe CSS ; + {` (" MaClass `} (par défaut, celle dans la configuration du domaine) +)) +(( + Chaque citation peut contenir des métadonnées, indiquant un auteur, un lien, + une langue (2 caractères comme "fr", "en"), une date (format AAAA, ou AAAA-MM, + AAAA-MM-JJ), et une référence de support (nom d'un livre, d'une peinture...) + définit par le marqueur {` book: `}). En fonction de la présence de ces + métadonnées, le code source HTML sera amélioré +)) +(( + Il est recommandé d'utiliser ::les marqueurs de paragraphes pour mieux + entourer le texte cité. +)) + +#2 Exemple d'une citation complète +{{ + (" + cite: Richard Matthew Stallman + link: https://stallman.org/ + lang: en + date: 2009 + book: Free Software, Free Society : Selected Essays of Richard M. Stallman + + (( + In the free/libre software movement, we develop software that respects + users' freedom, so we and you can escape from software that doesn't. I + could have made money this way, and perhaps amused myself writing code. + But I knew that at the end of my career, I would look back on years of + building walls to divide people, and feel I had spent my life making + the world a worse place + )) + )" +}} + +#3 Rendu de la citation +(" + cite: Richard Matthew Stallman + link: https://stallman.org/ + lang: en + date: 2009 + book: Free Software, Free Society : Selected Essays of Richard M. Stallman + + (( + In the free/libre software movement, we develop software that respects + users' freedom, so we and you can escape from software that doesn't. I + could have made money this way, and perhaps amused myself writing code. + But I knew that at the end of my career, I would look back on years of + building walls to divide people, and feel I had spent my life making + the world a worse place + )) +)" diff --git a/src/usr/share/tyto/docs/www/rss.xml b/src/usr/share/tyto/docs/www/rss.xml index 4c7a02e..a5abb9c 100644 --- a/src/usr/share/tyto/docs/www/rss.xml +++ b/src/usr/share/tyto/docs/www/rss.xml @@ -3,7 +3,7 @@ - + @@ -20,13 +20,28 @@ fr Tyto,littérateur,logiciel libre,documentation - Fri, 09 Feb 2024 16:33:42 + Thu, 29 Feb 2024 11:02:14 gfdl-1.3 echolib+tyto@a-lec.org Tyto - Littérateur + + Afficher des citations + https://tyto.echolib.re/article/redac_blockcites.html + https://tyto.echolib.re/article/redac_blockcites.html + Thu, 29 Feb 2024 + Comment afficher des citations détaillées pour Tyto - Littérateur + echolib + + https://tyto.echolib.re/template/VH_Tyto_logo.png + Afficher des citations (logo) + https://tyto.echolib.re/article/redac_blockcites.html + + rédaction,marqueurs,citation,blockquote + + Bienvenue, librement https://tyto.echolib.re/index.html @@ -41,7 +56,7 @@ accueil,projet,description - + Insérer du code depuis un fichier https://tyto.echolib.re/article/redac_raws.html @@ -56,7 +71,7 @@ rédaction,marqueurs,raw - + Afficher du code en bloc https://tyto.echolib.re/article/redac_blockcodes.html @@ -71,7 +86,7 @@ rédaction,marqueurs,blockcode - + Créer des abréviations https://tyto.echolib.re/article/mere_abbrs.html @@ -86,7 +101,7 @@ rédaction,marqueurs,abréviation - + Les URIs spécifiques https://tyto.echolib.re/article/metas_uris.html @@ -101,7 +116,7 @@ format .tyto,écrire,liens,URIs - + Publier un article https://tyto.echolib.re/publier/index.html @@ -116,7 +131,7 @@ publier,wip,publish - + Créer des liens https://tyto.echolib.re/article/metas_liens.html @@ -131,7 +146,7 @@ format .tyto,écrire,liens - + Mentions Légales https://tyto.echolib.re/a-propos/index.html @@ -146,7 +161,7 @@ mentions légales,C.G.U,licence - + Écrire les métadonnées indispensables https://tyto.echolib.re/article/metas_obligatoires.html @@ -161,7 +176,7 @@ format .tyto,écrire,métadonnées,entête - + Créer des paragraphes https://tyto.echolib.re/article/redac_paragraphes.html @@ -176,7 +191,7 @@ rédaction,marqueurs,paragraphes - + Afficher des images https://tyto.echolib.re/article/mere_images.html @@ -191,7 +206,7 @@ marqueurs,images - + Écrire des titres et sous-titres https://tyto.echolib.re/article/redac_titres.html @@ -206,7 +221,7 @@ rédaction,marqueurs,titres,table des matières - + Créer des boites DIVs https://tyto.echolib.re/article/redac_divs.html @@ -221,7 +236,7 @@ rédaction,marqueurs,div - + Gérer les modules dans les pages https://tyto.echolib.re/modules/index.html @@ -236,7 +251,7 @@ modules,nginx,metas,header,navbar,sidebar,footer - + Écrire les marqueurs de mots https://tyto.echolib.re/article/redac_mots.html @@ -251,7 +266,7 @@ rédaction,marqueurs,gras,souligné,italique,cité,icode - + Créer et configurer un domaine https://tyto.echolib.re/config/index.html diff --git a/src/usr/share/tyto/docs/www/sitemap.html b/src/usr/share/tyto/docs/www/sitemap.html index a5e6480..c9d9cd6 100644 --- a/src/usr/share/tyto/docs/www/sitemap.html +++ b/src/usr/share/tyto/docs/www/sitemap.html @@ -33,7 +33,7 @@ - + Plan du site (Tyto) | Tyto - Littérateur @@ -46,19 +46,20 @@
-