Implement <ifont>foo</ifont> for global font definition, this should
[infodrom.org/www.infodrom.org] / src / Debian / events / LinuxTag2001 / hardware.wml
1 #include <infodrom.style>
2 #include <debian.style>
3
4 <page title="Debian Events -- LinuxTag 2001 -- Hardware">
5
6 <eventpg name="LinuxTag 2001" date="July 5th - 8th, 2001" place="Stuttgart, Germany">
7
8 <p>This is a (probably incomplete) list of hardware that we plan to
9 demonstrate at LinuxTag 2001.
10
11 <: $color = "<cold>"; :>
12 <define-tag hrow whitespace=delete>
13 <preserve type arch donor maint>
14 <set-var %attributes>
15 <if <not <get-var donor>>
16     <set-var donor="&nbsp;">>
17
18 <tr bgcolor="<: $color=$color eq "<cold>"?"<coln>" : "<cold>";print $color:>">
19 <td><ifont><get-var type></ifont></td>
20 <td align=center><ifont><get-var arch></ifont></td>
21 <td><ifont><get-var donor></ifont></td>
22 <td><ifont><get-var maint></ifont></td>
23 </tr>
24
25 <restore type arch donor maint>
26 </define-tag>
27
28 <center><table border=0 cellpadding=2 cellspacing=0>
29 <tr bgcolor="<eventcolh>">
30 <th><ifont>Type</ifont></th>
31 <th><ifont>Arch</ifont></th>
32 <th><ifont>Donor</ifont></th>
33 <th><ifont>Responsible</ifont></th>
34 </tr>
35
36 <hrow   type="DS20"
37         arch=alpha
38         donor="Compaq"
39         maint="Martin Schulze">
40 <hrow   type="715/50"
41         arch=hppa
42         donor=private
43         maint="Martin Schulze">
44 <hrow   type="Athlon"
45         arch=i386
46         donor=private
47         maint="Eduard Bloch">
48 <hrow   type="M68k"
49         arch=m68k
50         donor=private
51         maint="Alain Schröder">
52 <hrow   type="Playstation II"
53         arch=mips # MIPS R3000
54         donor=private
55         maint="Oliver Bolzer">
56 <hrow   type="DecStation"
57         arch=mipsel
58         donor=private
59         maint="Martin Schulze">
60 <hrow   type="dbox"
61         arch=powerpc
62         donor=private
63         maint="Bastian Blank">
64 <hrow   type="PowerPC"
65         arch=powerpc
66         donor=private
67         maint="Alain Schröder">
68 <hrow   type="Ultra Sparc 80"
69         arch=sparc
70         donor="Sun"
71         maint="Martin Schulze">
72 <hrow   type="Dreamcast"
73         arch=superh
74         donor=private
75         maint="Oliver Bolzer">
76 <hrow   type="Hercules/telnet"
77         arch=s390
78         donor="private"
79         maint="Richard Higson">
80 </table></center><p>
81
82 <p><br>&nbsp;<p>
83
84
85
86 <: $color = "<cold>"; :>
87 <define-tag mrow whitespace=delete>
88 <preserve type what maint>
89 <set-var %attributes>
90 <if <not <get-var what>>
91     <set-var what="&nbsp;">>
92
93 <tr bgcolor="<: $color=$color eq "<cold>"?"<coln>" : "<cold>";print $color:>">
94 <td><ifont><get-var type></ifont></td>
95 <td><ifont><get-var what></ifont></td>
96 <td><ifont><get-var maint></ifont></td>
97 </tr>
98
99 <restore type what maint>
100 </define-tag>
101
102
103 <center><table border=0 cellpadding=2 cellspacing=0>
104 <tr bgcolor="<eventcolh>">
105 <th><ifont>Type</ifont></th>
106 <th><ifont>What</ifont></th>
107 <th><ifont>Responsible</ifont></th>
108 </tr>
109
110 <mrow   type="Hub"
111         what="24x"
112         maint="Noél Köthe"
113         >
114 <mrow   type="Hub"
115         what="4x10MBit/s"
116         maint="Dirk Pulvermüller"
117         >
118 <mrow   type="Hub"
119         what="5x10MBit/s"
120         maint="Bastian Blank"
121         >
122 <mrow   type="Hub"
123         what="5x10MBit/s"
124         maint="Eduard Bloch"
125         >
126 <mrow   type="Switch"
127         what="Netgear 4x 10/100MBit/s"
128         maint="Dirk Pulvermüller"
129         >
130 <mrow   type="Switch"
131         what="8x100MBit/s"
132         maint="Bastian Blank"
133         >
134 <mrow   type="WebCam"
135         maint="Dirk Pulvermüller"
136         >
137
138 </table></center><p>
139
140 <center>
141 <a href="http://www.linuxtag.org/"><img src="<root_prefix>gifs/lt2kblue.gif" width=100 height=66 alt="LinuxTag 2001" border=0></a>
142 </center><br>
143
144 </eventpg>
145 </page>
146
147 # Local variables:
148 # mode: html
149 # mode: auto-fill
150 # mode: iso-accents
151 # end: