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 | |
parent | 23aada8926e0af265b2aaa3f62c1bb49d73c1e41 (diff) | |
download | plan9port-bd1c6000c8efa08baa2e126f0f928fdc98b016db.tar.gz plan9port-bd1c6000c8efa08baa2e126f0f928fdc98b016db.tar.bz2 plan9port-bd1c6000c8efa08baa2e126f0f928fdc98b016db.zip |
changes
-rw-r--r-- | dist/mkfile | 1 | ||||
-rw-r--r-- | dist/ss.html | 94 | ||||
-rw-r--r-- | dist/unix.html | 2 |
3 files changed, 96 insertions, 1 deletions
diff --git a/dist/mkfile b/dist/mkfile index bbde9198..1421973a 100644 --- a/dist/mkfile +++ b/dist/mkfile @@ -12,5 +12,6 @@ push:V: rsync -e ssh -t --delete $PLAN9/man/ swtch:www/swtch.com/plan9port/man rsync -e ssh -t unix.html swtch:www/swtch.com/plan9port/unix/index.html rsync -e ssh -t main.html swtch:www/swtch.com/plan9port/nindex.html + rsync -e ssh -t ss.html swtch:www/swtch.com/plan9port/screenshots/index.html # @{cd ../unix/man && mk push} # @{cd ../unix && mk push} 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> + diff --git a/dist/unix.html b/dist/unix.html index 1b8dd0c5..4768f7a3 100644 --- a/dist/unix.html +++ b/dist/unix.html @@ -226,7 +226,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>) </table> <tr height=10><td> - <tr><td><td><center><a href=".."><img src="../dist/spaceglenda100.png" border=1 alt="Space Glenda"></a></center> + <tr><td><td><center><a href=".."><img src="../dist/spaceglenda100.png" border=1 alt="Space Glenda"></a></center> <tr height=10><td> </table> |