~alcinnz/hurl

d40eef0356be6b5b4c38fa94a8322e9a8a37ae86 — Adrian Cochrane 4 years ago 5116153
ISSUES: Decompose links issue.
3 files changed, 8 insertions(+), 5 deletions(-)

D ISSUES/links.md
A ISSUES/openwith-menu.md
A ISSUES/tls-certificates.md
D ISSUES/links.md => ISSUES/links.md +0 -5
@@ 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.

A ISSUES/openwith-menu.md => ISSUES/openwith-menu.md +6 -0
@@ 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!

A ISSUES/tls-certificates.md => ISSUES/tls-certificates.md +2 -0
@@ 0,0 1,2 @@
# Expose TLS certificates
TLS certificates should be exposed to the caller & in turn the user. The question is how.