tmain.html - 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
       ---
       tmain.html (8440B)
       ---
            1 
            2 <html>
            3 <!--
            4 Edit ./^$/,s/<table border=0 cellspacing=0 cellpadding=0 width=100%/<Table/g
            5 Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
            6 -->
            7 
            8 <head>
            9 <base href="https://9fans.github.io/plan9port/">
           10 <title>Plan 9 from User Space</title>
           11 </head>
           12 <body bgcolor=#ffffff>
           13 <table border=0 cellspacing=0 cellpadding=0 width=100%>
           14   <tr height=10><td width=20><td><td width=20>
           15   <tr><td><td>
           16     <center>
           17       <img src="dist/spaceglenda100.png" alt="Space Glenda">
           18     </center>
           19     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
           20     <center>
           21       <font size=+1><b>Plan 9 from User Space</b></font>
           22     </center>
           23     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
           24     <center>
           25       <a href="man/man1/intro.html">overview</a>
           26       |
           27       <a href="screenshots/">screen shots</a>
           28       |
           29       <a href="man/">manual</a>
           30       |
           31       <a href="man/man1/install.html">install notes</a>
           32       |
           33       <a href="/usr/local/plan9/">browse</a>
           34       |
           35       <a href="https://github.com/9fans/plan9port">github</a>
           36       |
           37       <a href="unix/">unix</a>
           38       |
           39       <a href="http://webhostinggeeks.com/science/plan9port-be">Belorussian</a>
           40     </center>
           41     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
           42     Plan 9 from User Space (aka plan9port)
           43     is a port of many Plan 9 programs from their native
           44     <a href="http://9p.io/plan9/">Plan 9</a>
           45     environment to Unix-like operating systems.
           46 
           47     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
           48     <b>supported systems</b>
           49     <table border=0 cellspacing=0 cellpadding=0 width=100%>
           50       <tr height=10><td width=20><td>
           51       <tr><td><td>
           52         Linux <font size=-1>(x86, x86-64, PowerPC, and ARM)</font>,
           53         FreeBSD <font size=-1>(x86, x86-64)</font>,
           54         Mac OS X <font size=-1>(x86, x86-64, and Power PC)</font>,
           55         NetBSD <font size=-1>(x86 and PowerPC)</font>,
           56         OpenBSD <font size=-1>(x86 and PowerPC)</font>,
           57         SunOS <font size=-1>(x86-64 and Sparc)</font>,
           58         Dragonfly BSD <font size=-1>(x86-64)</font>.
           59     </table>
           60 
           61     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
           62     <b>getting started</b>
           63     <table border=0 cellspacing=0 cellpadding=0 width=100%>
           64       <tr height=10><td width=20><td>
           65       <tr><td><td>
           66         Start with the overview in
           67         <a href="man/man1/intro.html"><i>intro</i>(1)</a>.
           68         For information on installing the system, see
           69         <a href="man/man1/install.html"><i>install</i>(1)</a>.
           70     </table>
           71 
           72     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
           73     <b>download</b>
           74     <table border=0 cellspacing=0 cellpadding=0 width=100%>
           75       <tr height=10><td width=20><td>
           76       <tr><td><td>
           77         using git: <code>git clone https://github.com/9fans/plan9port plan9</code>
           78         <p>
           79         latest tree: <a href="https://github.com/9fans/plan9port/archive/master.zip">plan9port-master.zip</a>
           80         <font size=-1>(<a href="https://github.com/9fans/plan9port/commits/master">list of recent changes</a>;
           81           <a href="/usr/local/plan9/LICENSE">license</a>)</font>
           82         <br>
           83     </table>
           84 
           85     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
           86     <b>acknowledgements</b>
           87     <table border=0 cellspacing=0 cellpadding=0 width=100%>
           88       <tr height=10><td width=20><td>
           89       <tr><td><td>
           90 
           91         Most obviously, plan9port derives from
           92         <a href="http://9p.io/plan9">Plan 9 from Bell Labs</a>
           93         and would not exist without the work of the Plan 9 team over the
           94         past many years.
           95 
           96         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
           97 
           98         Rob Pike suggested the original X11 port of libdraw years ago,
           99         as part of drawterm, and strongly encouraged the Mac OS X work.
          100         He has also been a consistent source of good ideas to hide
          101         the ugliness of modern Unix.
          102 
          103         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
          104 
          105         William Josephson handled
          106         <a href="man/man1/troff.html"><i>troff</i>(1)</a>
          107         (with Taj Khattra) and many of
          108         the supporting programs.  He also inspired the thread library
          109         clean-up and has ported a handful of applications.
          110 
          111         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
          112 
          113         Andrey Mirtchovski and Axel Belinfante have done significant
          114         work dealing with X11 corner cases and fine-tuning
          115         <a href="man/man1/rio.html"><i>rio</i>(1)</a>.
          116         Axel never tires of finding bugs in the SunOS port.
          117 
          118         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
          119         
          120         Latchesar Ionkov has contributed many fixes to tricky bugs, and 
          121         got <a href="man/man4/factotum.html"><i>factotum</i>(4)</a> up and running.
          122 
          123         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
          124 
          125         Many other people have provided help,
          126         ported programs, written bug reports,
          127         sent useful patches, and gotten plan9port running on new
          128         systems.
          129         
          130         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
          131         
          132         Bigelow &amp; Holmes, Inc. created the screen fonts in the
          133         <i>luc</i>, <i>lucm</i>, <i>lucsans</i>, and <i>pelm</i> 
          134         directories and granted permission to redistribute them with plan9port.
          135 
          136         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
          137 
          138         Thanks to all.
          139 
          140     </table>
          141 
          142     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
          143     <b>contact</b>
          144     <table border=0 cellspacing=0 cellpadding=0 width=100%>
          145       <tr height=10><td width=20><td>
          146       <tr><td><td>
          147         mailing list <font size=-1>(<a href="http://groups.google.com/group/plan9port-dev">plan9port-dev on Google groups</a>)</font><br />
          148         issue tracker <font size=-1>(<a href="https://github.com/9fans/plan9port/issues">https://github.com/9fans/plan9port/issues</a>)</font><br />
          149         Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>)</font><br />
          150     </table>
          151 
          152     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
          153     <b>unix extracts</b>
          154     <table border=0 cellspacing=0 cellpadding=0 width=100%>
          155       <tr height=10><td width=20><td>
          156       <tr><td><td>
          157         The UTF-8 library, the formatted print library,
          158         the buffered I/O library, the (Unicode-capable) regular expression
          159         library, and mk are available in packaging separate from plan9port.
          160 
          161         <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
          162 
          163         See <a href="/plan9port/unix/">https://9fans.github.io/plan9port/unix/</a>.
          164     </table>
          165 
          166     <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
          167     <b>history</b>
          168     <table border=0 cellspacing=0 cellpadding=0 width=100%>
          169       <tr height=10><td width=20><td>
          170       <tr><td><td>
          171         <a href="https://9fans.github.io/usr/local/plan9/9pm/README">
          172           An early version
          173         </a>
          174         of Plan 9 from User Space for Windows.  Only for reference.
          175         <br>
          176         <a href="https://9p.io/plan9/addons.html">
          177           Sean Quinlan's 9pm
          178         </a> &#8722; a port of an earlier Plan 9 (including <a href="man/man1/sam.html"><i>sam</i>(1)</a>) to Windows
          179         <br>
          180         <a href="http://www.cs.usyd.edu.au/~matty/9term/">
          181           Matty Farrow's 9term
          182         </a> &#8722; a native X11 version that inspired <a href="man/man1/9term.html"><i>9term</i>(1)</a>
          183         <br>
          184         <a href="http://unauthorised.org/dhog/9wm.html">David Hogan's 9wm</a>
          185         and
          186         <a href="ftp://ftp.freefriends.org/arnold/Source/9menu.shar.gz">Arnold Robbins's 9menu</a> &#8722; precursor to
          187             <a href="man/man1/rio.html"><i>rio</i>(1)</a>
          188         <br>
          189         <a href="http://www.star.le.ac.uk/~tjg/rc/">Byron Rakitzis's rc</a> &#8722; a mostly-compatible clone of Plan 9's <a href="man/man1/rc.html"><i>rc</i>(1)</a>
          190         <br>
          191         <a href="http://www.cs.yorku.ca/~oz/wily/">Gary Capell's wily</a> &#8722; an <a href="man/man1/acme.html"><i>acme</i>(1)</a>-inspired editor
          192     </table>
          193   <tr height=10><td>
          194 </table>
          195 
          196 </body>
          197 </html>