compudanzas/src/wiki.gmo

26 lines
907 B
Plaintext
Raw Normal View History

2021-06-17 02:53:26 +00:00
# wiki
2021-06-18 00:39:56 +00:00
this wiki is an interconnected repository of the interdisciplinary research and development of compudanzas.
2021-06-18 03:32:35 +00:00
# about
the site is available in both the gemini protocol and the web
=> https://compudanzas.net/ compudanzas (web)
=> gemini://compudanzas.net/ compudanzas (gemini)
2021-06-18 00:39:56 +00:00
like compudanzas, this wiki is always in construction, see the {roadmap} for what wants to happen.
it is heavily inspired by xxiivv and several sites in that webring
2021-06-17 02:53:26 +00:00
=> https://wiki.xxiivv.com/ XXIIVV
=> https://webring.xxiivv.com/ Webring
2021-06-18 03:32:35 +00:00
# static site generator
2021-06-18 03:32:35 +00:00
the source files are written in a gemtext-like format, ready to be used in the {gemini} protocol, and to be easily convertible to html.
2021-06-17 02:53:26 +00:00
2021-06-18 00:39:56 +00:00
the site is built to its corresponding formats with a custom engine composed of a shell script, awk scripts, and a python script.
2021-06-17 02:53:26 +00:00
=> https://codeberg.org/sejo/compudanzas compudanzas site generator and source files