Updated RSS Feed (markdown)

Tzahi12345
2023-01-03 23:58:23 -05:00
parent fb51cce53a
commit 29a57bac39

@@ -1,4 +1,4 @@
Placeholder for where future documentation will exist. This is WIP documentation.
Helpful validator: https://validator.w3.org/feed/check.cgi Helpful validator: https://validator.w3.org/feed/check.cgi
@@ -6,14 +6,14 @@ Prettier web-based viewer: https://rssviewer.app/
Examples: Examples:
<URL>/api/rss \<URL\>/api/rss
* Generate feed with files downloaded in single-user mode * Generate feed with files downloaded in single-user mode
<URL>/api/rss?uid=admin \<URL\>/api/rss?uid=admin
* Generate feed with files downloaded by user `admin` * Generate feed with files downloaded by user `admin`
<URL>/api/rss?uid=admin&text_search=chess \<URL\>/api/rss?uid=admin&text_search=chess
* Generate feed with files downloaded by user `admin`, and filter for files that include the word `chess` * Generate feed with files downloaded by user `admin`, and filter for files that include the word `chess`
<URL>/api/rss?sub_id=<sub id> \<URL\>/api/rss?sub_id=<sub id>
* Generate feed with files from subscription with ID `<sub id>` * Generate feed with files from subscription with ID `<sub id>`