-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
84 lines (84 loc) · 4.4 KB
/
index.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>ChatZilla</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="stylesheet" type="text/css" href="common/style/core.css"/>
<link rel="stylesheet" type="text/css" href="common/style/site.css"/>
<link rel="alternate" type="application/rss+xml" href="feed/news" title="ChatZilla News"/>
<link rel="alternate" type="application/rss+xml" href="feed/revisions" title="ChatZilla Releases"/>
<script type="text/javascript" src="common/script/site.js"></script>
<script type="text/javascript" src="common/script/writenews.js"></script>
<script type="text/javascript" src="common/script/news.js"></script>
<script type="text/javascript" src="common/script/writerevs.js"></script>
<script type="text/javascript" src="common/script/revs.js"></script>
<script type="text/javascript" src="common/script/host.js"></script>
<script type="text/javascript" src="common/script/download.js"></script>
</head>
<body>
<div id="header">
<script type="text/javascript">writeHeader();</script>
</div>
<div id="content">
<div class="breakout-container">
<div id="download-box" class="breakout-box">
<div id="download-no-js">
<p>
<a href="https://addons.mozilla.org/addon/16?src=external-cz-homepage">Download ChatZilla from Add-ons</a>
</p>
<p>
ChatZilla works on the latest versions of <strong>Mozilla Firefox</strong>, <strong>SeaMonkey</strong> and the <strong>Mozilla Suite</strong>.
</p>
</div>
<script type="text/javascript">fixupDownloadBox();</script>
<div id="download-other">
<p>
<a href="revisions">Older versions of ChatZilla</a>
</p>
</div>
</div>
<div id="localized-box" class="breakout-box">
<p>
ChatZilla is also available in
<a href="http://www.softcatala.org/projectes/mozilla/#chatzilla">Catalan</a>,
<a href="https://addons.mozilla.org/da/firefox/addon/chatzilla-da-language-pack/">Danish</a>,
<a href="http://frenchmozilla.sf.net/cz/">French</a>,
<a href="https://addons.mozilla.org/de/firefox/addon/chatzilla-deutsch-de-language-/">German</a>,
<a href="http://www.extenzilla.org/show_ext.php?id=51">Italian</a>,
<a href="https://addons.mozilla.org/pl/firefox/addon/chatzilla-pl-pl/">Polish</a>,
<a href="http://www.sirarthur.info/firefox/">Portuguese</a>,
<a href="http://forum.mozilla-russia.org/viewtopic.php?id=5935">Russian</a> and
<a href="https://addons.mozilla.org/es/firefox/addon/spanish-spain-chatzilla/">Spanish</a>.
</p>
</div>
<!--
<div id="developer-box" class="breakout-box">
<p>
<a href="getinvolved">Get Involved with ChatZilla</a>
</p>
<p>
Want to help? There are plenty of ways to get involved with ChatZilla, including writing documentation, testing changes and writing code.
</p>
</div>
-->
</div>
<p id="intro">
ChatZilla is a clean, easy to use and highly extensible Internet Relay Chat (IRC) client, built on the Mozilla platform, which provides all the usual features: multiple servers, a built-in list of standard networks, easy searching and sorting of available channels, logging, and DCC chat and file transfers, plus easy customization with JavaScript plug-ins and CSS styling.
</p>
<h2>Latest News</h2>
<script type="text/javascript">writeLatestNews();</script>
<noscript>
<p>
<strong>This website requires JavaScript to be enabled. Please enable it and reload.</strong>
</p>
</noscript>
<p>
<a href="news">More news...</a>
</p>
</div>
<div id="footer">
<script type="text/javascript">writeFooter();</script>
</div>
</body>
</html>