diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-06-28 22:49:39 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-06-28 22:49:39 +0200 |
| commit | e1c988b5c38972ae855efdabbc5e24586e938733 (patch) | |
| tree | a1eba09bb07efbfd4bd9d5e253add55c471ff7ad /htroot/api/logreports.json | |
| parent | 94e8ac3b5f9080489eae4ed9efa1e760a983857c (diff) | |
added log report generator for recursive self-improvement
Diffstat (limited to 'htroot/api/logreports.json')
| -rw-r--r-- | htroot/api/logreports.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/htroot/api/logreports.json b/htroot/api/logreports.json new file mode 100644 index 000000000..4b495dada --- /dev/null +++ b/htroot/api/logreports.json @@ -0,0 +1,17 @@ +{ + #(authorized)# + "error": "authorization required", + :: + #(/authorized)# + "reports": [ + #{reports}# + { + "filename": "#[filename]#", + "title": "#[title]#", + "published": "#[published]#", + "daily": #(daily)#false::true#(/daily)#, + "content": "#[content]#" + }#(comma)#::,#(/comma)# + #{/reports}# + ] +} |
