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.rss | |
| parent | 94e8ac3b5f9080489eae4ed9efa1e760a983857c (diff) | |
added log report generator for recursive self-improvement
Diffstat (limited to 'htroot/api/logreports.rss')
| -rw-r--r-- | htroot/api/logreports.rss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/htroot/api/logreports.rss b/htroot/api/logreports.rss new file mode 100644 index 000000000..8a0d9f2ed --- /dev/null +++ b/htroot/api/logreports.rss @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<rss version="2.0"> +<channel> +<title>#[channel_title]#</title> +<description>#[channel_description]#</description> +<pubDate>#[channel_pubDate]#</pubDate> +#(authorized)# +<item> +<title>Authorization required</title> +<description>Administrative authentication is required to read YaCy log reports.</description> +<guid isPermaLink="false">authorization-required</guid> +</item> +:: +#(/authorized)# +#{reports}# +<item> +<title>#[title-rss]#</title> +<description>#[description-rss]#</description> +<pubDate>#[pubDate-rss]#</pubDate> +<guid isPermaLink="false">#[guid-rss]#</guid> +</item> +#{/reports}# +</channel> +</rss> |
