Skip to content

Commit

Permalink
add a channel page for #linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmy committed Dec 22, 2016
1 parent 29f1bcf commit 59894fd
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 4 deletions.
1 change: 1 addition & 0 deletions config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
[channels => "Channels", [
[modes => "Channel Modes"],
[ssl => "Client certificates"],
[linux => "#linux"],
]],
[people => "People"],
[dev => "Software", [
Expand Down
15 changes: 15 additions & 0 deletions content/channels/linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
\#linux
-------

\#linux is Xinutec's main channel.

Users with any client certificate are voiced. The voice attribute doesn't do
anything in most IRC networks, so it serves as a means to identify people who
are theoretically able to help with channel management affairs. No warranty.

### nerv

nerv is a bot with a few commands.

* `!seen <user>` displays when "user" was last online

3 changes: 3 additions & 0 deletions home/channels/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ <h2>Menu</h2>
<li>
<a href="/home/channels/ssl">Client certificates</a>
</li>
<li>
<a href="/home/channels/linux">#linux</a>
</li>
</ul>
</li>
<li>
Expand Down
71 changes: 71 additions & 0 deletions home/channels/linux.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<title>Xinutec - Channels / Linux</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/>
<meta http-equiv="content-style-type" content="text/css"/>
<meta name="description" content="Xinutec Network - Channels / Linux"/>
<link rel="stylesheet" href="/home/css/home.css" type="text/css" title="Default" media="screen"/>
<link rel="icon" type="image/x-icon" href="/home/favicon.ico"/>
</head>

<body>
<div id="header">
<h1>Xinutec Network</h1>
<p id="slogan">a virtual hackerspace</p>
</div>

<div id="sidebar">
<h2>Menu</h2>
<div id="menubar">
<ul>
<li>
<a href="/home/">Home</a>
</li>
<li>
<a href="/home/connect">Connecting
<span class="small">[+]</span>
</a>
</li>
<li>
<a href="/home/channels">Channels
<span class="small">[-]</span>
</a>
<ul>
<li>
<a href="/home/channels/modes">Channel Modes</a>
</li>
<li>
<a href="/home/channels/ssl">Client certificates</a>
</li>
<li>
<a id="actmenu">#linux</a>
</li>
</ul>
</li>
<li>
<a href="/home/people">People</a>
</li>
<li>
<a href="/home/dev">Software
<span class="small">[+]</span>
</a>
</li>
<li>
<a href="/home/contact">Contact</a>
</li>
</ul>
</div>
</div>

<div id="content">
<h3>#linux
</h3>
</div>

<div id="footer">
<div id="copyright"><a href="/home/contact">Copyright &copy; 2007-2016 Xinutec Research Labs</a></div>
<div id="updated">Last updated Thu Dec 22 23:22:31 CET 2016</div>
</div>
</body>
</html>
3 changes: 3 additions & 0 deletions home/channels/modes.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ <h2>Menu</h2>
<li>
<a href="/home/channels/ssl">Client certificates</a>
</li>
<li>
<a href="/home/channels/linux">#linux</a>
</li>
</ul>
</li>
<li>
Expand Down
3 changes: 3 additions & 0 deletions home/channels/ssl.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ <h2>Menu</h2>
<li>
<a id="actmenu">Client certificates</a>
</li>
<li>
<a href="/home/channels/linux">#linux</a>
</li>
</ul>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions home/connect/pidgin.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2>Common to purple based clients
</p> <p>Now, we need to tell Pidgin that we want to have an encrypted connection. Make
sure you change the port number to 6697 and check the SSL checkbox.
</p> <p>
<img src="screenshots/pidgin3.png" alt="SSL Settings" />
<img alt="SSL Settings" src="screenshots/pidgin3.png" />

</p> <p>If you get the following message box, the installation of your CA certificate
store went wrong.
Expand All @@ -85,7 +85,7 @@ <h2>Common to purple based clients
</p> <p>In that case, click "View Certificate", which will bring this information
window:
</p> <p>
<img alt="Invalid Certificate" src="screenshots/pidgin5.png" />
<img src="screenshots/pidgin5.png" alt="Invalid Certificate" />

</p> <p>Copy the information and then click OK and accept and contact a staff member
to help solve the problem.
Expand Down
2 changes: 1 addition & 1 deletion home/connect/weechat.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>Weechat
</p> <p>Finally, connect the newly created server:
</p> <pre class="verbatim">/connect xinutec</pre> <p>See you there!
</p> <p>
<img src="screenshots/weechat1.png" alt="Obligatory screenshot" />
<img alt="Obligatory screenshot" src="screenshots/weechat1.png" />

</p>
</div>
Expand Down
6 changes: 5 additions & 1 deletion home/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ <h3>People
</ul> <p>Additionally, we would like to link to the homepages of some permanent members
here:
</p> <ul>
<li>
<a href="https://fg.wzff.de/">fgenesis</a>

</li>
<li>
<a href="http://maito.name/">maito</a>

Expand All @@ -88,7 +92,7 @@ <h3>People

<div id="footer">
<div id="copyright"><a href="/home/contact">Copyright &copy; 2007-2016 Xinutec Research Labs</a></div>
<div id="updated">Last updated Thu Dec 22 03:49:23 CET 2016</div>
<div id="updated">Last updated Thu Dec 22 23:03:11 CET 2016</div>
</div>
</body>
</html>

0 comments on commit 59894fd

Please sign in to comment.