blob: 92076848040263ced59dc53412035696b6cc85b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<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>
(PS in Preview)
</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>
(HTML in Firefox)
</font>
</center>
<td width=130 valign=top>
<center>
<a href="opensolaris.png"><img src="opensolaris-t.png"></a>
<br>
<font size=-1>
OpenSolaris desktop runing
<a href="../man/man1/acme.html"><i>acme</i>(1)</a>
and <a href="../man/man1/9term.html"><i>9term</i>(1)</a>
<br><font size=-2>(Thanks to Mon de Vera)</font>
</font>
</center>
<td width=130 valign=top>
<center>
<a href="openbsd.png"><img src="openbsd-t.png"></a>
<br>
<font size=-1>
OpenBSD 3.8 runing
<a href="../man/man1/acme.html"><i>acme</i>(1)</a>,
<a href="../man/man1/stats.html"><i>stats</i>(1)</a>,
and <a href="../man/man1/rio.html"><i>rio</i>(1)</a>,
with a few non-Plan 9 programs.
<br><font size=-2>(Thanks to Luiz Gustavo)</font>
</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>
|