-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfreenode.html
193 lines (185 loc) · 8.82 KB
/
freenode.html
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>openMSX » Contact</title>
<meta name="keywords" content="openmsx msx emulator">
<link href="styles/keys_style.css" type="text/css" title="Keyboard" rel="stylesheet">
<link href="styles/blue_style.css" type="text/css" title="Blue" rel="alternate stylesheet">
<script src="styleswitcher.js" type="text/javascript"></script>
</head>
<body>
<div id="title">
<img src="./images/penguin.gif" alt="[*]">
<h1>openMSX</h1>
<div id="subtitle">
the MSX emulator that aims for perfection
</div>
</div>
<div id="navigation">
<div id="navilinks">
<h1>Navigation</h1>
<div class="linkblock">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="screenshots.html">Screenshots</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="3rdparty.html">3rd Party</a></li>
<li class="this"><a href="contact.html">Contact</a></li>
<li><a href="http://www.msx.org/forum/semi-msx-talk/openmsx">Forum (MRC)</a></li>
<li><a href="https://github.com/openMSX/">Project Page</a></li>
</ul>
</div>
</div>
<div id="navidownloads">
<h1><a href="https://github.com/openMSX/openMSX/releases/latest">Download</a></h1>
<div class="linkblock">
<h2>openMSX</h2>
<ul>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_17_0/openmsx-17.0-windows-vc-x64-bin-msi.zip">
17.0 / Win 64bit (install)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_17_0/openmsx-17.0-windows-vc-x64-bin.zip">
17.0 / Win 64bit (zip)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_16_0/openmsx-16.0-windows-vc-x86-bin-msi.zip">
16.0 / Win 32bit (install)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_16_0/openmsx-16.0-windows-vc-x86-bin.zip">
16.0 / Win 32bit (zip)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_17_0/openmsx-17.0-mac-x86_64-bin.dmg">
17.0 / macOS 64bit</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_15_0/openMSX-openmsx-0.15.0.apk">
0.15.0 / Android 4.1+ ARM (apk)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_15_0/openmsx-0.15.0.opk">
0.15.0 / OpenDingux (opk)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_17_0/openmsx-17.0.tar.gz">
17.0 / Source code</a></li>
</ul>
<!--
<ul>
<li><a href="https://github.com/openMSX/openMSX/archive/master.zip">Git master snapshot</a></li>
</ul>
-->
<h2>Catapult</h2>
<ul>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_17_0/openmsx-catapult-17.0.tar.gz">
17.0 / Source code</a></li>
</ul>
<!--
<ul>
<li><a href="https://github.com/openMSX/wxcatapult/archive/master.zip">Git master snapshot</a></li>
</ul>
-->
<h2>Debugger</h2>
<ul>
<li><a href="https://openmsx.dev/builds/windows/x64/debugger/openMSX_Debugger_x64_20201008.zip">
Snapshot / Win 64bit (zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-win32-bin-snapshot.zip">
Snapshot / Win 32bit (MinGW build, zip)</a></li>
<li><a href="http://openmsx.fixato.net/builds/mac/debugger/openMSX-debugger-255-g415ed68-mac-x86_64.tbz">
Snapshot / macOS 64bit (tbz, requires separate Qt5 download)</a></li>
<li><a href="https://github.com/openMSX/debugger/archive/master.zip">
Snapshot / Source code (zip)</a></li>
<!--<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-latest-snapshot-windows-x86-vc-bin.zip">
Snapshot / Win 32bit (VC build, zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-latest-snapshot-windows-x64-vc-bin.zip">
Snapshot / Win 64bit (VC build, zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/Qt-4.4.3-x86.zip">
Qt libs / Win 32bit (zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/Qt-4.4.3-x64.zip">
Qt libs / Win 64bit (zip)</a></li> -->
</ul>
<h2>Development builds</h2>
<ul>
<li><a href="http://openmsx.fixato.net/">FiXato's openMSX Builder site</a></li>
</ul>
<!--
<ul>
<li><a href="#">Source</a></li>
</ul>
<ul>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-SVN-snapshot.tar.gz">SVN snapshot / Source code</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-win32-bin-snapshot.zip">SVN snapshot / Win32</a></li>
</ul>
-->
<!-- <p>Note: snapshots may be (very) outdated!</p> -->
</div>
</div>
<div id="openhub">
<h1>
<iframe src="https://www.openhub.net/p/5389/widgets/project_thin_badge.html" scrolling="no" marginHeight=0 marginWidth=0 style="height: 32px; width: 145px; border: none;"></iframe>
</h1>
</div>
<div id="styleswitcher">
<ul>
<li>
<a href="#"
onclick="setActiveStyleSheet('Keyboard'); return false;">
<img src="images/theme-keys.png"
alt="Theme: keys"></a></li>
<li>
<a href="#"
onclick="setActiveStyleSheet('Blue'); return false;">
<img src="images/theme-blue.png"
alt="Theme: blue"></a></li>
</ul>
</div>
</div>
<div id="content">
<center>
<h3>openMSX IRC channel</h3>
<applet width="100%" height="400" code="IRCApplet.class" archive="irc.jar,pixx.jar" codebase="http://java.freenode.net/freenode/pjirc/">
<param name="nick" value="openMSX_User"/>
<param name="alternatenick" value="openMSX_User_??"/>
<param name="userid" value="fn-javachat"/>
<param name="name" value="openMSX Team"/>
<param name="host" value="chat.freenode.net"/>
<param name="gui" value="pixx"/>
<param name="quitmessage" value="openMSX user signed off"/>
<param name="asl" value="false"/>
<param name="useinfo" value="true"/>
<param name="command1" value="/join #openMSX"/>
<param name="style:bitmapsmileys" value="true"/>
<param name="style:smiley1" value=":) img/sourire.gif"/>
<param name="style:smiley2" value=":-) img/sourire.gif"/>
<param name="style:smiley3" value=":-D img/content.gif"/>
<param name="style:smiley4" value=":d img/content.gif"/>
<param name="style:smiley5" value=":-O img/OH-2.gif"/>
<param name="style:smiley6" value=":o img/OH-1.gif"/>
<param name="style:smiley7" value=":-P img/langue.gif"/>
<param name="style:smiley8" value=":p img/langue.gif"/>
<param name="style:smiley9" value=";-) img/clin-oeuil.gif"/>
<param name="style:smiley10" value=";) img/clin-oeuil.gif"/>
<param name="style:smiley11" value=":-( img/triste.gif"/>
<param name="style:smiley12" value=":( img/triste.gif"/>
<param name="style:smiley13" value=":-| img/OH-3.gif"/>
<param name="style:smiley14" value=":| img/OH-3.gif"/>
<param name="style:smiley15" value=":'( img/pleure.gif"/>
<param name="style:smiley16" value=":$ img/rouge.gif"/>
<param name="style:smiley17" value=":-$ img/rouge.gif"/>
<param name="style:smiley18" value="(H) img/cool.gif"/>
<param name="style:smiley19" value="(h) img/cool.gif"/>
<param name="style:smiley20" value=":-@ img/enerve1.gif"/>
<param name="style:smiley21" value=":@ img/enerve2.gif"/>
<param name="style:smiley22" value=":-S img/roll-eyes.gif"/>
<param name="style:smiley23" value=":s img/roll-eyes.gif"/>
<param name="style:backgroundimage" value="true"/>
<param name="style:backgroundimage1" value="all all 0 pjirc-logo.gif"/>
<param name="style:sourcefontrule1" value="all all Serif 12"/>
<param name="style:floatingasl" value="true"/>
<param name="pixx:timestamp" value="true"/>
<param name="pixx:highlight" value="true"/>
<param name="pixx:highlightnick" value="true"/>
<param name="pixx:nickfield" value="true"/>
<param name="pixx:styleselector" value="true"/>
<param name="pixx:setfontonstyle" value="true"/>
<h1>No java support</h1>
<p>
<font color="green">Sorry, but you need a Java 1.4.x enabled browser to use PJIRC.</font></p>
</applet>
</center>
<br>Quick help: please change your nickname in the bottom right corner. There may be no spaces, interpunctuation or leading ciphers in your nick name. Click help above to get help. (Note: changing themes seems to mess up this applet... Apologies for that.)
<p>
An alternative that always works is the <a href="http://webchat.freenode.net/?channels=openMSX">webchat</a>.
</p>
</div>
</body></html>