diff options
author | rsc <devnull@localhost> | 2005-01-14 20:41:26 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 20:41:26 +0000 |
commit | bd1c6000c8efa08baa2e126f0f928fdc98b016db (patch) | |
tree | 6d07b11f638041706f221b8ae30d7812742d12c9 /dist/ss.html | |
parent | 23aada8926e0af265b2aaa3f62c1bb49d73c1e41 (diff) | |
download | plan9port-bd1c6000c8efa08baa2e126f0f928fdc98b016db.tar.gz plan9port-bd1c6000c8efa08baa2e126f0f928fdc98b016db.tar.bz2 plan9port-bd1c6000c8efa08baa2e126f0f928fdc98b016db.zip |
changes
Diffstat (limited to 'dist/ss.html')
-rw-r--r-- | dist/ss.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/dist/ss.html b/dist/ss.html new file mode 100644 index 00000000..ddaa6966 --- /dev/null +++ b/dist/ss.html @@ -0,0 +1,94 @@ + +<html> +<!-- +Edit ./^$/,s/<table border=0 cellspacing=0 cellpadding=0 width=100%/<Table/g +Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g +--> + +<head> +<base href="http://swtch.com/plan9port/screenshots/"> +<title>Plan 9 from User Space - Screen Shots</title> +</head> +<body bgcolor=#ffffff> +<table border=0 cellspacing=0 cellpadding=0 width=100%> + <tr height=10><td width=20><td><td width=20> + <tr><td><td> + <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table> + <center> + <font size=+1><b>Plan 9 from User Space - Screen Shots</b></font> + </center> + + <center> + <table border=0 cellspacing=30 cellpadding=0> + <tr> + <td width=130 valign=top> + <center> + <a href="acme.png"><img src="acme-t.png"></a> + <br> + <font size=-1> + <a href="../man/man1/acme.html"><i>acme</i>)(1)</a> + editor, showing off Unicode capabilities + </font> + </center> + <td width=130 valign=top> + <center> + <a href="sam.png"><img src="sam-t.png"></a> + <br> + <font size=-1> + <a href="../man/man1/sam.html"><i>sam</i>)(1)</a> + editor, showing off Unicode capabilities + </font> + </center> + <td width=130 valign=top> + <center> + <a href="rio.png"><img src="rio-t.png"></a> + <br> + <font size=-1> + <a href="../man/man1/rio.html"><i>rio</i>(1)</a> + window manager, running + <a href="../man/man1/acme.html"><i>acme</i>(1)</a>, + <a href="../man/man1/9term.html"><i>9term</i>(1)</a>, + Mozilla Firebird (<i>sic</i>), and Mozilla Thunderbird. + </font> + </center> + <td width=130 valign=top> + <center> + <a href="macosx1.png"><img src="macosx1-t.png"></a> + <br> + <font size=-1> + Mac OS X desktop runing + <a href="../man/man1/acme.html"><i>acme</i>(1)</a> + and <a href="../man/man1/man.html"><i>man</i>(1)</a> + </font> + </center> + <tr> + <td width=130 valign=top> + <center> + <a href="macosx2.png"><img src="macosx2-t.png"></a> + <br> + <font size=-1> + Mac OS X desktop runing + <a href="../man/man1/acme.html"><i>acme</i>(1)</a> + and <a href="../man/man1/man.html"><i>man</i>(1)</a> + </font> + </center> + </table> + </center> + + <center> + <font size=-1> + Submissions welcomed. + Email links to pictures to Russ Cox + (<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>). + </font> + </center> + + <tr height=20><td> + <tr><td><td><center><a href=".."><img src="../dist/spaceglenda100.png" border=1 alt="Space Glenda"></a></center> + + <tr height=10><td> +</table> + +</body> +</html> + |