From 23f2198b289674516ac200f6cb7d0b3788dd73d5 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sun, 21 Jan 2024 23:10:19 +0100 Subject: [PATCH] New org --- README.org | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.org b/README.org index 5d36cbe..63e1854 100644 --- a/README.org +++ b/README.org @@ -45,3 +45,43 @@ phase 2: -> ... -> keyword-n.html #+end_src + +Organization of transformers: + +#+begin_src +operators/ + map/ + html/ + gemini.sh + html.sh + md.sh + org.sh + txt.sh + css/ + sass.sh + less.sh + css.sh + webp/ + jpg.sh + jpeg.sh + gif.sh + png.sh + cache/ + map/ + rss.json/ + gemini.sh + html.sh + md.sh + org.sh + txt.sh + sitemap.json/ + gemini.sh + html.sh + md.sh + org.sh + txt.sh + reduce/ + rss.xml/rss.json.sh + sitemap.xml/sitemap.json.sh + sitemap.html/sitemap.json.sh +#+end_src