From 26b3c7d781302ff77f4f10078c9517e42dba5fe9 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 12 Feb 2022 13:23:38 +0000 Subject: [PATCH] README (mostly TODO list) --- crier/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crier/README.md diff --git a/crier/README.md b/crier/README.md new file mode 100644 index 0000000..37fc8bf --- /dev/null +++ b/crier/README.md @@ -0,0 +1,15 @@ +# Crier + +A rudimentary [Desktop +Notifications](https://specifications.freedesktop.org/notification-spec/latest/ar01s02.html) +server optimised for mobile form devices. + +## TO DO + +- test with "replace" +- implement actions +- implement timeouts +- implement default timeout for urgency in (low, normal) +- test multi-paragraph body and markup +- implement GetCapabilities properly +- implement "image-data", "image-path" https://specifications.freedesktop.org/notification-spec/latest/ar01s05.html (is this required? it needs a hint, so maybe not)