esglua updates

This commit is contained in:
sejo 2022-03-27 19:54:45 -06:00
parent 06db0cf856
commit e65582e22c
7 changed files with 25 additions and 5 deletions

View File

@ -5,8 +5,8 @@ meta = {
fecha = os.date("%Y-%m-%d")
}
webdir = "webtest" -- web output directory
gemdir = "gemtest" -- gemini output directory
webdir = "web" -- web output directory
gemdir = "gem" -- gemini output directory
-- TODO templates in spanish
templates = {
webEn = {

View File

@ -2,6 +2,8 @@
lang=es en->{now}
en qué andamos aproximadamente en estos momentos:
programamos un nuevo generador de sitio estático para este {wiki}, llamado {esglua}.
presentamos {alive computing dance} en el 10 aniversario de algorave, nuestro primer performance que utiliza a la {qiudanz technique}.
en preparación para iniciar una posición de investigación en movimiento y computación.

11
src/esglua.gmo Normal file
View File

@ -0,0 +1,11 @@
# esglua
our static site generator written in lua
# about
esglua generates this {wiki} in both html and {gemini} formats.
it was written when learning about the lua programming language.
=> https://tildegit.org/sejo/compudanzas/src/branch/main/generasitio.lua esglua source code

View File

@ -1,5 +1,5 @@
# gemini
lang=es
protocolo del "small internet" para documentos de hipertexto:
* minimalista en su especificación
@ -18,6 +18,8 @@ este sitio está servido desde un programa de "cosecha propia", chamorrx:
además hemos creado varias herramientas basadas en gemtext utilizando {awk}.
el generador que utilizamos para manejar el sitio se llama {esglua}
# enlaces
## sobre gemini

View File

@ -1,3 +1,4 @@
2022-03-27T19:00:00-06:00 started using esglua, our static site generator {esglua}
2022-03-20T12:00:00-06:00 performed (a)live computing dance on algorave 10th birthday {alive computing dance}
2022-02-09T19:00:00-06:00 updated our introduction to uxn e-books with a new table formatting and some minor corrections {publications}
2022-02-01T11:00:00-06:00 created la sala, experimental, slow, and online-but-offline-first community based on ssb {la sala}

View File

@ -2,6 +2,8 @@
lang=en es->{ahora}
what are we up to approximately now.
wrote a new static site generator for the {wiki}, called {esglua}.
we just performed {alive computing dance} on the 10th anniversay of algorave, a livecoding performance using the {qiudanz technique}.
preparing to start a movement and computing research position.

View File

@ -4,7 +4,7 @@ this wiki is an interconnected repository of the interdisciplinary research and
# about
the site is available in both the gemini protocol and the web
the site is available in both the {gemini} protocol and the web
=> https://compudanzas.net/ compudanzas (web)
=> gemini://compudanzas.net/ compudanzas (gemini)
@ -26,6 +26,8 @@ te invitamos a colaborar con {traducciones}.
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.
the site is built to its corresponding formats with a custom engine composed of a shell script, {awk} scripts, and a python script.
the site is built to its corresponding formats with a custom engine called {esglua}.
previously it was composed of a shell script, {awk} scripts, and a python script.
=> https://tildegit.org/sejo/compudanzas compudanzas site generator and source files