From dc84868b8b32e106dd97672040f251bb78f7d9ab Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 10 Jul 2026 00:20:29 +0200 Subject: added help files for YaCy UI web pages --- help/rssTerminal.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 help/rssTerminal.md (limited to 'help/rssTerminal.md') diff --git a/help/rssTerminal.md b/help/rssTerminal.md new file mode 100644 index 000000000..714432b27 --- /dev/null +++ b/help/rssTerminal.md @@ -0,0 +1,49 @@ +--- +page: htroot/rssTerminal.html +help: help/rssTerminal.md +title: rss terminal +package: machine-api-peer +access: public +kind: ui-page +backend_java: none +--- + +# rss terminal + +## Purpose + +RSS Terminal exposes feed-style output for terminal or script use. + +Use it when a caller needs YaCy data as a feed rather than an HTML page. + +## What You Can Do Here + +- RSS Terminal exposes feed-style output for terminal or script use. +- Send exact parameter names and encoded values rather than natural-language approximations. +- Inspect the response format before using the endpoint in a larger tool chain. + +## Page Architecture + +This is a compact endpoint-style page. Its behavior is driven mainly by request parameters and the selected response template, so callers should send only the fields needed for the specific query or peer-service action. + +## Correct Use + +Call the endpoint as a protocol surface. Use exact parameter names and encoded values, authenticate when required, and inspect the response before relying on it. Avoid sending browser-only submit buttons unless the backend explicitly requires the action key. + +## Access And Safety + +The page is normally public or read-only, unless the peer is configured to require authentication for all pages. + +## Automation And API + +No matching Java servlet was found for this template. + +No request parameters are needed for normal use of this page. + +## What To Expect + +Expect a compact service response rather than a teaching interface. The response may be XML, RSS, JSON-like text, plain text, or a small HTML template depending on the endpoint. + +## Related Pages + +- Related protocol work usually continues through the calling tool, the peer endpoint family under `/yacy/`, or the API page that consumes this response. -- cgit v1.2.3