summaryrefslogtreecommitdiff
path: root/htroot/api/logreports.rss
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-04 10:57:22 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-04 10:57:22 +0200
commita8b90eb3653cea8322a9e0101eda6c14c3f25cc8 (patch)
tree721d222657f6d463be40fd0ae30a847f821cb0a8 /htroot/api/logreports.rss
parent177cc87b8967fc3f25b2f22e88611b99e61c02aa (diff)
parente1c988b5c38972ae855efdabbc5e24586e938733 (diff)
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
Diffstat (limited to 'htroot/api/logreports.rss')
-rw-r--r--htroot/api/logreports.rss24
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>