diff options
author | rsc <devnull@localhost> | 2004-03-02 23:11:58 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-02 23:11:58 +0000 |
commit | af78a4cd2b73800af86db8d999d80b1ef0e9bd75 (patch) | |
tree | 9b74749fd4bcea9c56914e916a0717235a1aa62d /TODO | |
parent | efc2b0c99e1a4f9d2be9e72785d566df903c66fb (diff) | |
download | plan9port-af78a4cd2b73800af86db8d999d80b1ef0e9bd75.tar.gz plan9port-af78a4cd2b73800af86db8d999d80b1ef0e9bd75.tar.bz2 plan9port-af78a4cd2b73800af86db8d999d80b1ef0e9bd75.zip |
Little tweaks and documentation.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -2,24 +2,6 @@ - bug with discovery of initial window size in certain cases (reported by Sean Dorward) -* Plumber - - have named-pipe-based plumber from Caerwyn Jones - - 9term right-click plumbs - - plumb rules file runs B - - easy to hook up web browser: - -# urls to web browser -type is text -data matches '(https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=]+([:.][a-zA-Z0-9_?,%#~&/\-+=]+)*' -plumb to web -plumb start /usr/rsc/bin/web $0 - - - want to change back to 9P-based plumber, need to build - infrastructure first - -* Acme - - with 9P infrastructure, should "just work". - * upas/fs+Mail - with 9P infrastructure, should "just work". |