This commit is contained in:
dachus 2023-02-11 21:50:52 -06:00
parent 846e346f1f
commit 9b3e7b1275
3 changed files with 2 additions and 13 deletions

View File

@ -1,5 +1,5 @@
/- blog
/+ dbug, default-agent, blog-lib=blog
/+ dbug, default-agent
::
%- agent:dbug
^- agent:gall

View File

@ -1,11 +0,0 @@
|%
++ template
|= $: paths=(list path)
header=response-header:http
data=octs
==
:~ [%give %fact paths %http-resposne-header !>(header)]
[%give %fact paths %http-response-data !>(`data)]
[%give %kick paths ~]
==
--

View File

@ -1,6 +1,6 @@
|%
+$ action
$% [%save-file file=path text=@t]
$% [%save-file file=path text=@t] :: TODO needs to be text and md
[%delete-file file=path]
==
--