PirateIRC/www/index.html

88 lines
5.1 KiB
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Pirate IRC | Home</title>
<link rel="shortcut icon" type="image/x-icon" href="style/images/signet.png" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<link href='https://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/css/ie7.css" media="all" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" />
<![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" />
<![endif]-->
<script type="text/javascript" src="style/js/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="style/js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="style/js/jquery.masonry.min.js"></script>
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Sidebar -->
<div id="sidebar">
<div id="logo"><a href="index.html"><img src="style/images/signet_large.png" alt="Pirate IRC" height="128" width="128"/></a></div>
<!-- Begin Menu -->
<div id="menu" class="menu-v">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="parties.html">Parties</a></li>
<li><a href="https://webchat.pirateirc.net/">Webchat</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- End Menu -->
</div>
<!-- End Sidebar -->
<!-- Begin Content -->
<div id="content">
<h1 class="title">Welcome</h1>
<div class="line"></div>
<div class="intro">The Pirate IRC network is an IRC network for the global network of Pirate Parties who use IRC as a communication platform for political discussion.</div>
<h3>Updates</h3>
<ul>
<li><strong>2018-05-29</strong>: Plaintext (Non SSL) connections will no longer be accepted on the network. Additionally the maximum nick length has been raised from 15 to 32 characters.</li>
<li><strong>2018-05-25</strong>: We've <a href="privacy.html">outlined</a> what data we collect and how we use it.</li>
<li><strong>2018-02-23</strong>: IP cloaking (umode +x) has been disabled for non webchat users. Unfortunately there's a bug/design feature in Atheme that allows for these cloaks to be easily negated. Vhosts are still available with HostServ (after identifying/registering to NickServ). To see which vhosts are available to you use <code>/msg hostserv offerlist</code>. To start using a vhost enter <code>/msg hostserv take copypaste.pirate</code>. In addition we recommend configuring SASL or certificate authentication for your client.</li>
<li><strong>2018-02-19</strong>: Please welcome AriMartti, our third Roubaix-FR operator. Ari-Martti is also from PPFI and will be joining Mikaela and Scoffa.</li>
<li><strong>2018-02-12</strong>: DroneBL has been added to our blacklist. Please join #opers if you have any concerns.</li>
<li><strong>2017-08-15</strong>: London-UK has been decomissioned. The DNS pool has been updated to use other servers and users should experience minimal downtime.</li>
<li><strong>2017-05-11</strong>: Please welcome Mikaela who has joined us as an admin of Roubaix-FR. Mikaela hails from PPFI and will be working with the existing admin, Scoffa.</li>
<li><strong>2017-04-20</strong>: <a href="http://pirates.org.in/">Indian Pirates</a> have started running Matrix bridge sponsored by <a href="https://www.hamaralinux.org/">Hamara Linux</a> that can be accessed with room alias <code>#pirateirc_#your-channel:diasp.in</code> on any <a href="https://www.hello-matrix.net/public_servers.php">federated homeserver</a>.
<li><strong>2015-01-29</strong>: The Piraattipuolue (The Pirate Party of Finland) have moved their server from Lithuania to France. This means that vilnius-lt.pirateirc.net has moved and become roubaix-fr.pirateirc.net. The DNS for the old server now points to roubaix-fr.pirateirc.net. Please remember to update your clients.</li>
<li><strong>2015-01-13</strong>: Fletcher has taken over from Brendan as the admin for Sydney-AU which is hosted by PPAU.</li>
<li><strong>2012-11-24</strong>: Sydney-AU has been linked. It's hosted by Pirate Party Australia from Sydney, Australia. Brendan has moved from Ashburn-US as primary oper.</li>
<li><strong>2012-11-24</strong>: Ashburn-US has been decomissioned. The DNS pool has been updated to use other servers and users should experience minimal downtime.</li>
</ul>
</p>
<!-- Begin Footer -->
<div id="footer">
Last updated: 2018-05-29
</div>
<!-- End Footer -->
</div>
<!-- End Content -->
</div>
<!-- End Wrapper -->
<div class="clear"></div>
<script type="text/javascript" src="style/js/scripts.js"></script>
<!--[if !IE]> -->
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
</body>
</html>