From b733a5568e2b746bb15804f57b07b95b033d3b36 Mon Sep 17 00:00:00 2001 From: aleteoryx Date: Tue, 29 Oct 2024 14:41:03 -0400 Subject: [PATCH] roadmap, more core proto --- design/roadmap | 61 +++++++++++++++++++++++++++++++++++++++++++++ proto/uri_shell.xml | 40 +++++++++++++++++++++-------- 2 files changed, 91 insertions(+), 10 deletions(-) create mode 100644 design/roadmap diff --git a/design/roadmap b/design/roadmap new file mode 100644 index 0000000..c17698b --- /dev/null +++ b/design/roadmap @@ -0,0 +1,61 @@ +Tasks +===== +- fill out urish_surface +- create uri_shell_modals sister protocol +- begin work on proper implementation of a reference wm +- settings management + +Schemas to specify and implement +================================ +web: + http + https + gopher + gemini + spartan + ftp + sftp + rsync + ipfs + smb + nfs + git + dns + magnet +net: + tcp + udp + raw + unix +util: + file + zip + tar +shell: + telnet + ssh + exec +app: + irc + ircs + xmpp + matrix + mailto + tel + imap + imaps + pop + pops + smtp + smtps + message +internal: + system + settings + debug + chrome + about +special: + data + javascript (this will require special protocol support!) + blob diff --git a/proto/uri_shell.xml b/proto/uri_shell.xml index 67bbaee..16a1fec 100644 --- a/proto/uri_shell.xml +++ b/proto/uri_shell.xml @@ -45,10 +45,10 @@ - + - + @@ -67,12 +67,12 @@ - + - + @@ -88,7 +88,7 @@ - + @@ -111,7 +111,6 @@ - @@ -150,6 +149,9 @@ + + + @@ -186,23 +188,41 @@ + - + - + + - + - + + + + + + + + + + + + + + + + + -- 2.45.2