tTODO: remove, not updated in 15 years - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1c78140d83ed1f3a2ced027a64113dcf187971fb
 (DIR) parent 369923f6fca5a713698dbac76c486ddb28f43721
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Mon, 13 Jan 2020 17:04:06 -0500
       
       TODO: remove, not updated in 15 years
       
       Diffstat:
         M README.md                           |       6 +++---
         D TODO                                |      12 ------------
       
       2 files changed, 3 insertions(+), 15 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -4,7 +4,7 @@ Installation
        ------------
        
        To install, run ./INSTALL.  It builds mk and then uses mk to
       -run the rest of the installation.  
       +run the rest of the installation.
        
        For more details, see install(1), at install.txt in this directory
        and at https://9fans.github.io/plan9port/man/man1/install.html.
       t@@ -22,7 +22,7 @@ or differences from Plan 9.
        Helping out
        -----------
        
       -If you'd like to help out, great!  The TODO file contains a small list.
       +If you'd like to help out, great!
        
        If you port this code to other architectures, please share your changes
        so others can benefit.
       t@@ -30,7 +30,7 @@ so others can benefit.
        Git
        ---
        
       -You can use Git to keep your local copy up-to-date as we make 
       +You can use Git to keep your local copy up-to-date as we make
        changes and fix bugs.  See the git(1) man page here ("9 man git")
        for details on using Git.
        
 (DIR) diff --git a/TODO b/TODO
       t@@ -1,12 +0,0 @@
       -BUGS
       -        - libdraw sometimes gets initial window size wrong.
       -
       -PORTS
       -        - acme Mail in some form?
       -        - upas/fs in some form?
       -
       -FEATURES
       -        - add NTFS, FAT to libdiskfs?
       -        - more granular packaging (in progress)
       -        - finish adding 9P2000.u (in progress)
       -