From d40eef0356be6b5b4c38fa94a8322e9a8a37ae86 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sat, 18 Apr 2020 15:33:39 +1200 Subject: [PATCH] ISSUES: Decompose links issue. --- ISSUES/links.md | 5 ----- ISSUES/openwith-menu.md | 6 ++++++ ISSUES/tls-certificates.md | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 ISSUES/links.md create mode 100644 ISSUES/openwith-menu.md create mode 100644 ISSUES/tls-certificates.md diff --git a/ISSUES/links.md b/ISSUES/links.md deleted file mode 100644 index a0288ef..0000000 --- a/ISSUES/links.md +++ /dev/null @@ -1,5 +0,0 @@ -# Extract links from network protocols -Network protocols should be able to return links to the embedding application -to communicate information about the connection, e.g. HTTPS certificates. - -This may also be useful for an open-with feature on FreeDesktop.Org-compliant systems. diff --git a/ISSUES/openwith-menu.md b/ISSUES/openwith-menu.md new file mode 100644 index 0000000..7d98405 --- /dev/null +++ b/ISSUES/openwith-menu.md @@ -0,0 +1,6 @@ +# Open With Menu +Since HURL is querying the OS for which apps to open a link with (by MIMEtype or URI scheme), +it should expose these options to the caller. + +In Rhapsode these would become psuedo-links for the user to open text or XML-based files in +a specified app, which would be especially nice for handling webfeeds! diff --git a/ISSUES/tls-certificates.md b/ISSUES/tls-certificates.md new file mode 100644 index 0000000..80e42b7 --- /dev/null +++ b/ISSUES/tls-certificates.md @@ -0,0 +1,2 @@ +# Expose TLS certificates +TLS certificates should be exposed to the caller & in turn the user. The question is how. -- 2.30.2