aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-01 18:35:47 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-01 18:38:02 +0100
commit0323bbd5b929b55c4031974b43559ce773440723 (patch)
tree19fcf66d1e3e9a6c55a7d4a13688a3797c0c5c30 /content
parent92f04c836f4d0cd367428532f64fd82f9874b07c (diff)
Custom template for applications page
Diffstat (limited to 'content')
-rwxr-xr-xcontent/pages/applications/applications.rst64
-rwxr-xr-xcontent/pages/css_merger/css_merger.rst6
-rw-r--r--content/pages/demo.rst7
-rwxr-xr-xcontent/pages/graph-editor/graph-editor.rst14
-rwxr-xr-xcontent/pages/script.it/script.rst11
-rwxr-xr-xcontent/pages/tengwar/tengtelc.ttfbin0 -> 265152 bytes
-rw-r--r--content/pages/tengwar/tengwar.rst28
7 files changed, 65 insertions, 65 deletions
diff --git a/content/pages/applications/applications.rst b/content/pages/applications/applications.rst
index 6849619..54c7988 100755
--- a/content/pages/applications/applications.rst
+++ b/content/pages/applications/applications.rst
@@ -4,24 +4,10 @@
Applications
============
-.. raw:: html
-
- <style>
- @font-face {
- font-family: "Tengwar Annatar" ;
- src: url("/pages/tengwar/tngan.ttf") format("truetype");
- }
-
- .tengwar {
- font-family: "Tengwar Annatar" ;
- }
- </style>
-
+:template: applications
:save_as: pages/applications/index.html
:url: pages/applications/
-.. role:: tengwar
-
.. note::
Voir la charte_ que je m’engage de suivre quant aux applications présentes
@@ -29,51 +15,3 @@ Applications
.. _charte: {filename}/pages/charte.rst#applications-en-ligne
-`Transcription en Tengwar`__
-----------------------------
-
-Prendre un mot de la langue française et le changer d’alphabet.
-Comme ce que fait tecendil_ mais en français :)
-
-.. class::
- :center:
-
- :tengwar:`riU qr&iR 13V1uR 5# ajaG5#6 jL jl5% 3`B 23ViÙ`
-
-.. _tecendil: https://tecendil.com/
-.. __: {filename}/pages/tengwar/tengwar.rst
-
-
-`Fusion de CSS`__
------------------
-
-Outil de fusion de CSS en ligne. Je l’utilise dans ce blog pour surcharger le
-thème par défaut (dans une version exécutable).
-
-.. __: {filename}/pages/css_merger/css_merger.rst#css-merger
-
-`Ardoise calligraphique`__
---------------------------
-
-Application javascript pour dessiner dans le navigateur avec le même rendu
-qu'une plume.
-
-.. image:: {static}/pages/applications/calligraphie.svg
- :align: center
- :target: {filename}/pages/script.it/script.rst#ardoise-calligraphique
-
-.. __: {filename}/pages/script.it/script.rst#ardoise-calligraphique
-
-
-`Graphviz en ligne`__
----------------------
-
-Application javascript pour représenter des graphes
-
-.. image:: {static}/resources/viz.js/example.svg
- :align: center
- :target: {filename}/pages/graph-editor/graph-editor.rst#graph-editor
-
-.. __: {filename}/pages/graph-editor/graph-editor.rst#graph-editor
-
-
diff --git a/content/pages/css_merger/css_merger.rst b/content/pages/css_merger/css_merger.rst
index 14d818c..c23e498 100755
--- a/content/pages/css_merger/css_merger.rst
+++ b/content/pages/css_merger/css_merger.rst
@@ -7,6 +7,12 @@ Fusion de CSS
:status: hidden
:save_as: pages/css_merger/index.html
:url: pages/css_merger/
+:tags: application
+:date: 2021-02
+:summary:
+
+ Outil de fusion de CSS en ligne. Je l’utilise dans ce blog pour surcharger le
+ thème par défaut (dans une version exécutable).
Chargez les fichiers à fusionner :
diff --git a/content/pages/demo.rst b/content/pages/demo.rst
index f20103d..c4ac2f7 100644
--- a/content/pages/demo.rst
+++ b/content/pages/demo.rst
@@ -32,6 +32,13 @@ aliquet enim tortor at auctor.
α_t(i) = P(O_1, O_2, … O_t, q_t = S_i λ)
+.. math::
+
+ \text{Gain}(S, A) = \text{Entropie}(S) - \sum_{v \in \text{valeurs}(A)}
+ \frac{|S_v|}{|S|} \text{Entropie}(S_v)
+
+
+
.. Previous text
.. |replace| replace:: replace
diff --git a/content/pages/graph-editor/graph-editor.rst b/content/pages/graph-editor/graph-editor.rst
index 34462e4..233a61a 100755
--- a/content/pages/graph-editor/graph-editor.rst
+++ b/content/pages/graph-editor/graph-editor.rst
@@ -1,10 +1,20 @@
-Graph editor
-============
+Graphviz en ligne
+=================
:status: hidden
:save_as: pages/graph-editor/index.html
:url: pages/graph-editor/
+:tags: application
+:date: 2020-12
+:summary:
+
+ Application javascript pour représenter des graphes
+
+ .. image:: {static}/resources/viz.js/example.svg
+ :align: center
+ :target: {filename}/pages/graph-editor/graph-editor.rst#graph-editor
+
.. raw:: html
diff --git a/content/pages/script.it/script.rst b/content/pages/script.it/script.rst
index d211bce..b0f515f 100755
--- a/content/pages/script.it/script.rst
+++ b/content/pages/script.it/script.rst
@@ -7,6 +7,17 @@ Ardoise calligraphique
:status: hidden
:save_as: pages/script.it/index.html
:url: pages/script.it/
+:tags: application
+:date: 2021-01
+:summary:
+
+ Application javascript pour dessiner dans le navigateur avec le même rendu
+ qu'une plume.
+
+ .. image:: {static}/pages/applications/calligraphie.svg
+ :align: center
+ :target: {filename}/pages/script.it/script.rst#ardoise-calligraphique
+
.. raw:: html
diff --git a/content/pages/tengwar/tengtelc.ttf b/content/pages/tengwar/tengtelc.ttf
new file mode 100755
index 0000000..0fe1b6f
--- /dev/null
+++ b/content/pages/tengwar/tengtelc.ttf
Binary files differ
diff --git a/content/pages/tengwar/tengwar.rst b/content/pages/tengwar/tengwar.rst
index eacfa27..9808b3f 100644
--- a/content/pages/tengwar/tengwar.rst
+++ b/content/pages/tengwar/tengwar.rst
@@ -5,9 +5,37 @@
Écrire les tengwar
==================
+.. role:: tengwar
+
:status: hidden
:save_as: pages/tengwar/index.html
:url: pages/tengwar/
+:tags: application
+:date: 2021-09
+:summary:
+
+ .. raw:: html
+
+ <style>
+ @font-face {
+ font-family: "Tengwar Annatar" ;
+ src: url("/pages/tengwar/tngan.ttf") format("truetype");
+ }
+
+ .tengwar {
+ font-family: "Tengwar Annatar" ;
+ }
+ </style>
+
+ Prendre un mot de la langue française et le changer d’alphabet.
+ Comme ce que fait tecendil_ mais en français :)
+
+ .. class::
+ :center:
+
+ :tengwar:`riU qr&iR 13V1uR 5# ajaG5#6 jL jl5% 3`B 23ViÙ`
+
+ .. _tecendil: https://tecendil.com/
.. raw:: html