about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-04 08:54:44 +0000
committerahriman <ahriman@falte.red>2019-01-04 08:54:44 +0000
commitc238998139f68610a860001d1d09a49896217d34 (patch)
tree0aa437df83b8a1f4f45856c97705c23d7867ac78
parent1720151b96c9f88d4145fca21a23ab8e807d564b (diff)
downloadsite-c238998139f68610a860001d1d09a49896217d34.tar.gz
moved irc info to wiki
-rw-r--r--coc.html2
-rw-r--r--index.html2
-rw-r--r--irc.html31
-rw-r--r--signup.html2
-rw-r--r--stats.php2
-rwxr-xr-xsubmit.php2
-rw-r--r--table.connusers1
-rw-r--r--wiki.php1
-rw-r--r--wikipages/irc.wiki14
9 files changed, 20 insertions, 37 deletions
diff --git a/coc.html b/coc.html
index e81c2b7..68381a5 100644
--- a/coc.html
+++ b/coc.html
@@ -15,7 +15,7 @@
 		</div>
 	</div>         
 	<div id="navigation">
-        <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
+        <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
 <h1>tilde.institute code of conduct</h1>
diff --git a/index.html b/index.html
index 4d795dd..12c8d7d 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
 		</div>
 	</div>         
 	<div id="navigation">
-        <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
+        <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
 		<p>Welcome to tilde.institute! This is an OpenBSD machine whose purpose is to provide a space in the <a href="https://tildeverse.org">tildeverse</a> for experimentation with and education of the OpenBSD operating system. A variety of editors, shells, and compilers are installed to allow for development in a native OpenBSD environment. OpenBSD's httpd(8) is configured with slowcgi(8) as the fastcgi provider and sqlite3 available. This allows users to experiment with web development using compiled CGI in C, aka the <a href="https://learnbchs.org">BCHS Stack</a>. In addition to php7.0 and mysql (mariadb) by request, this provides an environment where the development of complex web apps is possible.</p>
diff --git a/irc.html b/irc.html
deleted file mode 100644
index da2c123..0000000
--- a/irc.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/1/DTD/1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en">
-<head>
-        <meta http-equiv="Content-Type" content="text; charset=utf-8" />
-        <title>tilde.institute :: IRC</title>
-        <link rel="stylesheet" href="tilde.css" type="text/css"/>
-        <link rel="icon" type="image/png" href="icon.png"/>
-</head>
-<body>
-<div id="container">
-	<div id="logo">
-        <img src="logo.png" alt="" /><br />
-		<div id="logobyline">
-			of OpenBSD Education
-		</div>
-	</div>         
-	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
-	</div>
-	<div id="content">
-        <p>To connect to the <a href="https://tilde.chat">tildeverse IRC network</a> and begin chatting while logged on to tilde.institute, simply use the command <code>chat</code>! If you prefer to use a different IRC client than the default, such as irssi, the following server information will apply:</p>
-        <ul>
-            <li>localhost, port 6667</li>
-        </ul>
-        <p>Don't forget to /join #institute and /join #meta</p>
-        <p>Join us on the tildeverse IRC network and socialize with other tilde users!</p>
-        <p>tilde.institute is now peering with the larger <a href="https://tilde.chat">tildeverse IRC network</a>! Our specific node can be connected remotely via institute.tilde.chat, port 6697, with SSL enabled.</p>
-	</div>
-</div>
-</body>
-</html>
diff --git a/signup.html b/signup.html
index 67d244b..0d5ee4a 100644
--- a/signup.html
+++ b/signup.html
@@ -15,7 +15,7 @@
 		</div>
 	</div>         
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
 		<br />
diff --git a/stats.php b/stats.php
index 46b04ea..20db55f 100644
--- a/stats.php
+++ b/stats.php
@@ -15,7 +15,7 @@
 		</div>
 	</div>         
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/start">BCHS Guide</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/start">BCHS Guide</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
         <br />
diff --git a/submit.php b/submit.php
index 65fb021..f9ee402 100755
--- a/submit.php
+++ b/submit.php
@@ -15,7 +15,7 @@
 		</div>
 	</div>         
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
 <?php
diff --git a/table.connusers b/table.connusers
index 5487b82..9c212bd 100644
--- a/table.connusers
+++ b/table.connusers
@@ -1,6 +1,5 @@
 <ul>
 <li>rnelson</li>
-<li>rdh</li>
 <li>lorenzo</li>
 <li>nimbius</li>
 </ul>
diff --git a/wiki.php b/wiki.php
index 19a9eed..7c5ce1a 100644
--- a/wiki.php
+++ b/wiki.php
@@ -33,6 +33,7 @@
         &nbsp;&nbsp;<a href="wiki.php?page=bchs">BCHS Intro Guide</a><br />
         &nbsp;&nbsp;<a href="wiki.php?page=dcss">Dungeon Crawl Stone Soup</a><br />
         &nbsp;&nbsp;<a href="wiki.php?page=finger">Finger</a><br />
+        &nbsp;&nbsp;<a href="wiki.php?page=irc">IRC</a><br />
         &nbsp;&nbsp;<a href="wiki.php?page=unixprotips">UNIX ProTips</a><br />
         <?php
 
diff --git a/wikipages/irc.wiki b/wikipages/irc.wiki
new file mode 100644
index 0000000..70ddbc3
--- /dev/null
+++ b/wikipages/irc.wiki
@@ -0,0 +1,14 @@
+<!--
+    author: ahriman
+    title: IRC
+    description: information on connecting to IRC
+-->
+
+<h2>IRC</h2>
+<p>To connect to the <a href="https://tilde.chat">tildeverse IRC network</a> and begin chatting while logged on to tilde.institute, simply use the command <code>chat</code>! If you prefer to use a different IRC client than the default, such as irssi, the following server information will apply:</p>
+        <ul>
+            <li>localhost, port 6667</li>
+        </ul>
+        <p>Don't forget to /join #institute and /join #meta</p>
+        <p>Join us on the tildeverse IRC network and socialize with other tilde users!</p>
+        <p>tilde.institute is now peering with the larger <a href="https://tilde.chat">tildeverse IRC network</a>! Our specific node can be connected remotely via institute.tilde.chat, port 6697, with SSL enabled.</p>