removed {biosejo*}

This commit is contained in:
sejo 2022-10-16 19:40:28 +02:00
parent 2ea7c88d9f
commit db398c4995
11 changed files with 1 additions and 9 deletions

View File

@ -532,7 +532,7 @@ os.execute( string.format("find src/img/ -type f -exec cp -vut %s/img/ {} +",gem
-- copy stylesheet and misc files
os.execute(string.format("cp -vu templates/estilo.css %s/static/",webdir))
local miscfiles = { "src/llave_sejo.asc", "src/biosejo.xml" }
local miscfiles = { "src/llave_sejo.asc" }
for k = 1, #miscfiles do
os.execute(string.format("cp -vu %s %s/", miscfiles[k], webdir))
os.execute(string.format("cp -vu %s %s/", miscfiles[k], gemdir))

View File

@ -1,11 +1,3 @@
2022-08-25T12:00:00+02:00 movement: a personal reframing {biosejo 120220825}
2022-07-17T21:00:00+02:00 on sticky notes {biosejo 120220717}
2022-07-10T15:00:00+02:00 the other side {biosejo 120220710}
2022-06-07T13:00:00-05:00 closure(s) and not {biosejo 120220607}
2022-05-19T20:00:00-05:00 packing and unpacking {biosejo 120220519}
2022-05-11T09:00:00-05:00 on systems, dreams and practice {biosejo 120220511}
2022-05-03T18:00:00-05:00 here we go: intro, research and notes {biosejo 120220503}
2022-05-03T17:00:00-05:00 started biosejo: a chronological account of sejo's life and research. {biosejo}
2022-04-22T14:00:00-05:00 new version of our introduction to uxn e-book with the screen auto byte and other updates in varvara devices {introduction to uxn programming book}
2022-04-07T20:00:00-05:00 released jarotsim, a playground for the discovery, exploration and livecoding of turing machines {jarotsim}
2022-04-02T12:00:00-06:00 started developing jarotsim, a playful tool to explore and livecode turing machines {jarotsim}