This commit is contained in:
Yann Esposito (Yogsototh) 2024-01-21 23:10:19 +01:00
parent ce8c0c0689
commit 23f2198b28
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -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