M blocks/1 => blocks/1 +0 -0
M blocks/gemtext/1.gmi => blocks/gemtext/1.gmi +5 -5
@@ 10,9 10,9 @@
. the block. (All code blocks are loaded to a shared buffer; not
. doing this may leave the block buffer in an unexpected state)
-[ @Blocks [ #64 !Blocks
- (`standard_library`,_`blocks`,_`manual`,_`describe)
- '(std) needs '(termina) needs '(tools/describe) needs
- '(tools/blocks) needs '(tools/manual) needs
- ] dip !Blocks ] call
+[ @Blocks [ #128 !Blocks
+ '(std) needs '(termina) needs
+ '(tools/describe) needs '(tools/blocks) needs
+ '(tools/manual) needs
+] dip !Blocks ] call
```
M blocks/text/1.txt => blocks/text/1.txt +5 -5
@@ 9,8 9,8 @@
. the block. (All code blocks are loaded to a shared buffer; not
. doing this may leave the block buffer in an unexpected state)
-[ @Blocks [ #64 !Blocks
- (`standard_library`,_`blocks`,_`manual`,_`describe)
- '(std) needs '(termina) needs '(tools/describe) needs
- '(tools/blocks) needs '(tools/manual) needs
- ] dip !Blocks ] call>
\ No newline at end of file
+[ @Blocks [ #128 !Blocks
+ '(std) needs '(termina) needs
+ '(tools/describe) needs '(tools/blocks) needs
+ '(tools/manual) needs
+] dip !Blocks ] call<
\ No newline at end of file
M ilo.blocks => ilo.blocks +0 -0
M upload.sh => upload.sh +2 -2
@@ 26,5 26,5 @@ dd if=interim bs=1 skip=1045 of=blocks.html
rm interim
# upload
-scp -r blocks/text/* crc@forth.works:/home/crc/forth.works/blocks/
-scp blocks.html crc@forth.works:/home/crc/forth.works
+#scp -r blocks/text/* crc@forth.works:/home/crc/forth.works/blocks/
+#scp blocks.html crc@forth.works:/home/crc/forth.works