From 76b8565806d5bb4849e3c7e3377357a7919fa2d6 Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Mon, 22 Sep 2025 17:06:26 +0200 Subject: [PATCH] Add `?opds` to devnotes.md --- docs/devnotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/devnotes.md b/docs/devnotes.md index 5100471a..1b200c57 100644 --- a/docs/devnotes.md +++ b/docs/devnotes.md @@ -165,6 +165,7 @@ authenticate using header `Cookie: cppwd=foo` or url param `&pw=foo` | GET | `?ls&dots` | list files/folders at URL as JSON, including dotfiles | | GET | `?ls=t` | list files/folders at URL as plaintext | | GET | `?ls=v` | list files/folders at URL, terminal-formatted | +| GET | `?opds` | list files/folders at URL as opds feed, for e-readers | | GET | `?lt` | in listings, use symlink timestamps rather than targets | | GET | `?b` | list files/folders at URL as simplified HTML | | GET | `?tree=.` | list one level of subdirectories inside URL |