about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2018-12-10 02:28:01 -0500
committerahriman <ahriman@falte.red>2018-12-10 02:28:01 -0500
commitd4a35e2f2e44597614411153dc3d276dbbd91529 (patch)
tree5c411997e5f4ee6c1c1449ce79c83a1bc0b11af9
parent241772b6fccd5467a589e991a8c0cea477331160 (diff)
downloadsite-d4a35e2f2e44597614411153dc3d276dbbd91529.tar.gz
fixed nav links for stats page
-rw-r--r--coc.html2
-rw-r--r--index.html5
-rw-r--r--irc.html2
-rw-r--r--signup.html2
-rw-r--r--start.html2
-rw-r--r--stats.php7
-rw-r--r--table.connusers4
-rw-r--r--table.regusers23
-rw-r--r--wiki/data/cache/1/110bdf6aedb6f63f9ed28137868a8da9.feed35
-rw-r--r--wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.i1
-rw-r--r--wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.xhtml9
-rw-r--r--wiki/data/cache/a/a644499e91b18989ac47a40900dffb28.metadata2
-rw-r--r--wiki/data/cache/c/c1c88364d9ccbc542c730d17d7c77946.feed2
13 files changed, 73 insertions, 23 deletions
diff --git a/coc.html b/coc.html
index c3e6d50..018362d 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.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a>
+        <a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</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 40f2fc4..c792b95 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.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
 		<p>Welcome to the 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. Each user receives a subdomain! 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>
@@ -53,6 +53,9 @@
         <p>Feel free to contact ahriman on chat in #institute if you need another compiler or shell available, or if you would like your homepage's index changed from index.html to something else (index.cgi, index.php, etc). I can also provide access to MySQL / MariaDB on a request basis.</p>
         <div id="news">
             <h1>News &amp; Updates</h1>
+            <em>2018 December 10</em>
+            <p>New IRC bot in the works! I named it "skoolbot", it lives in #institute. So far it returns the uptime/load, manpages by search term, and lets you toot to the ~institute mastodon account via IRC.</p>
+            <p>I also hacked together a couple of scripts designed to aggregate both connected users and registered users, every 5 minutes and 1 hour respectively, and stitch together the info <a href="/stats">for a stats page</a>.</p>
             <em>2018 December 8</em>
             <p>I installed a collaborative world-building game called <code>holodeck</code>! It runs like a MUD, without the combat. You explore and create areas, describing the areas as you go. It uses a central database, allowing all users of tilde.institute to collaborate on a single world.</p>
             <em>2018 December 5</em>
diff --git a/irc.html b/irc.html
index a8aca3a..1205fd4 100644
--- a/irc.html
+++ b/irc.html
@@ -15,7 +15,7 @@
 		</div>
 	</div>         
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
         <p>To connect to the tildeverse IRC network and begin chatting, 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>
diff --git a/signup.html b/signup.html
index d8b0175..20983ca 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.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
 		<br />
diff --git a/start.html b/start.html
index 170a51d..af6efe6 100644
--- a/start.html
+++ b/start.html
@@ -15,7 +15,7 @@
 		</div>
 	</div>         
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
         <p>This will be a quick-and-dirty guide to getting started with the BCHS stack. More information can be found at:</p>
diff --git a/stats.php b/stats.php
index 4ff5654..a3f140f 100644
--- a/stats.php
+++ b/stats.php
@@ -15,11 +15,12 @@
 		</div>
 	</div>         
 	<div id="navigation">
-		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="stats.php">Stats</a>
+		<a href="http://tilde.institute">News</a> :: <a href="signup.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="/wiki/index.php">Wiki</a> :: <a href="/stats">Stats</a>
 	</div>
 	<div id="content">
-        <!-- <p>Connected Users (5min):</p>
-            <?php include("table.connusers") ?> -->
+        <br />
+        <p>Connected Users (5min):</p>
+            <?php include("table.connusers") ?>
         <p>Registered Users (1hr):</p>
             <?php include("table.regusers") ?>
 	</div>
diff --git a/table.connusers b/table.connusers
index c25c1cd..dc60038 100644
--- a/table.connusers
+++ b/table.connusers
@@ -1 +1,3 @@
-<ul>
\ No newline at end of file
+<ul>
+<li>rnelson  </li>
+</ul>
diff --git a/table.regusers b/table.regusers
index b351e6d..dfe92b2 100644
--- a/table.regusers
+++ b/table.regusers
@@ -1,19 +1,18 @@
 <ul>
-<li>ahriman</li>
 <li>ben</li>
-<li>slip</li>
-<li>troido</li>
+<li>erxeto</li>
+<li>fosslinux</li>
+<li>kadin</li>
 <li>login</li>
-<li>tim</li>
-<li>saba</li>
-<li>wink</li>
-<li>tildebeast</li>
-<li>xvetrd</li>
+<li>lorenzo</li>
 <li>nonlinear</li>
 <li>rdh</li>
-<li>fosslinux</li>
 <li>rnelson</li>
-<li>kadin</li>
-<li>lorenzo</li>
-<li>erxeto</li>
+<li>saba</li>
+<li>slip</li>
+<li>tildebeast</li>
+<li>tim</li>
+<li>troido</li>
+<li>wink</li>
+<li>xvetrd</li>
 </ul>
diff --git a/wiki/data/cache/1/110bdf6aedb6f63f9ed28137868a8da9.feed b/wiki/data/cache/1/110bdf6aedb6f63f9ed28137868a8da9.feed
new file mode 100644
index 0000000..21c097b
--- /dev/null
+++ b/wiki/data/cache/1/110bdf6aedb6f63f9ed28137868a8da9.feed
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- generator="FeedCreator 1.8" -->
+<?xml-stylesheet href="https://tilde.institute/wiki/lib/exe/css.php?s=feed" type="text/css"?>
+<rdf:RDF
+    xmlns="http://purl.org/rss/1.0/"
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
+    xmlns:dc="http://purl.org/dc/elements/1.1/">
+    <channel rdf:about="https://tilde.institute/wiki/feed.php">
+        <title>tilde.institute</title>
+        <description></description>
+        <link>https://tilde.institute/wiki/</link>
+        <image rdf:resource="https://tilde.institute/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
+       <dc:date>2018-12-09T23:22:47+0000</dc:date>
+        <items>
+            <rdf:Seq>
+                <rdf:li rdf:resource="https://tilde.institute/wiki/doku.php?id=start&amp;rev=1543882598&amp;do=diff"/>
+            </rdf:Seq>
+        </items>
+    </channel>
+    <image rdf:about="https://tilde.institute/wiki/lib/tpl/dokuwiki/images/favicon.ico">
+        <title>tilde.institute</title>
+        <link>https://tilde.institute/wiki/</link>
+        <url>https://tilde.institute/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
+    </image>
+    <item rdf:about="https://tilde.institute/wiki/doku.php?id=start&amp;rev=1543882598&amp;do=diff">
+        <dc:format>text/html</dc:format>
+        <dc:date>2018-12-04T00:16:38+0000</dc:date>
+        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
+        <title>start</title>
+        <link>https://tilde.institute/wiki/doku.php?id=start&amp;rev=1543882598&amp;do=diff</link>
+        <description>Welcome to the tilde.institute wiki!
+This is the place to record anything new you've learned and anything cool you've done at the institute. Share information with others to help spread knowledge of the OpenBSD operating system. We'll learn together!</description>
+    </item>
+</rdf:RDF>
diff --git a/wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.i b/wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.i
new file mode 100644
index 0000000..c59e14f
--- /dev/null
+++ b/wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.i
@@ -0,0 +1 @@
+a:8:{i:0;a:3:{i:0;s:14:"document_start";i:1;a:0:{}i:2;i:0;}i:1;a:3:{i:0;s:6:"header";i:1;a:3:{i:0;s:11:"Differences";i:1;i:1;i:2;i:1;}i:2;i:1;}i:2;a:3:{i:0;s:12:"section_open";i:1;a:1:{i:0;i:1;}i:2;i:1;}i:3;a:3:{i:0;s:6:"p_open";i:1;a:0:{}i:2;i:1;}i:4;a:3:{i:0;s:5:"cdata";i:1;a:1:{i:0;s:64:"This shows you the differences between two versions of the page.";}i:2;i:28;}i:5;a:3:{i:0;s:7:"p_close";i:1;a:0:{}i:2;i:92;}i:6;a:3:{i:0;s:13:"section_close";i:1;a:0:{}i:2;i:94;}i:7;a:3:{i:0;s:12:"document_end";i:1;a:0:{}i:2;i:94;}}
\ No newline at end of file
diff --git a/wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.xhtml b/wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.xhtml
new file mode 100644
index 0000000..ff8cdb7
--- /dev/null
+++ b/wiki/data/cache/5/51fd921306ec5f6045b59a77c3fdb988.xhtml
@@ -0,0 +1,9 @@
+
+<h1 class="sectionedit1" id="differences">Differences</h1>
+<div class="level1">
+
+<p>
+This shows you the differences between two versions of the page.
+</p>
+
+</div>
diff --git a/wiki/data/cache/a/a644499e91b18989ac47a40900dffb28.metadata b/wiki/data/cache/a/a644499e91b18989ac47a40900dffb28.metadata
index a2183da..3d7cd28 100644
--- a/wiki/data/cache/a/a644499e91b18989ac47a40900dffb28.metadata
+++ b/wiki/data/cache/a/a644499e91b18989ac47a40900dffb28.metadata
@@ -1 +1 @@
-1544321309
\ No newline at end of file
+1544426517
\ No newline at end of file
diff --git a/wiki/data/cache/c/c1c88364d9ccbc542c730d17d7c77946.feed b/wiki/data/cache/c/c1c88364d9ccbc542c730d17d7c77946.feed
index 7048964..676830e 100644
--- a/wiki/data/cache/c/c1c88364d9ccbc542c730d17d7c77946.feed
+++ b/wiki/data/cache/c/c1c88364d9ccbc542c730d17d7c77946.feed
@@ -11,7 +11,7 @@
         <description></description>
         <link>https://tilde.institute/wiki/</link>
         <image rdf:resource="https://tilde.institute/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
-       <dc:date>2018-12-09T07:39:29+0000</dc:date>
+       <dc:date>2018-12-09T23:19:51+0000</dc:date>
         <items>
             <rdf:Seq>
                 <rdf:li rdf:resource="https://tilde.institute/wiki/doku.php?id=start&amp;rev=1543882598&amp;do=diff"/>