about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--table.connusers3
-rw-r--r--table.regusers2
-rw-r--r--table.weekconns2
-rw-r--r--tilde.css8
5 files changed, 10 insertions, 9 deletions
diff --git a/index.html b/index.html
index 4c4d8af..61e4ebb 100644
--- a/index.html
+++ b/index.html
@@ -56,14 +56,14 @@
         <p>Feel free to contact ahriman via <a href="mailto:ahriman@tilde.institute">ahriman@tilde.institute</a> or 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>2019 March 14</em>
+            <p>Welcome to the team, Kneezle!</p>
             <em>2019 February 25</em>
             <p>New wiki page, courtesy of ~tomasino! On gophermap management using the burrow tool.</p>
             <em>2019 February 24</em>
             <p>We've officially passed the 50 user mark! Woohoo!</p>
             <em>2019 January 04</em>
             <p>I've begun moving some info and pages to the wiki in order to simplify and streamline the main site.</p>
-            <em>2019 January 01</em>
-            <p>So DokuWiki is apparently very buggy and hasn't been playing nice. I'm working on a new wiki to replace it. It will be something DIY that users can contribute to via pull requests at our git repo. More details to come.</p>
             <em>2018 December 16</em>
             <p>I got the IRC peering done. tilde.institute is now a node on the larger tildeverse IRC network. Local IRC configs have been updated en masse and the <a href="wiki.php?page=irc">IRC page</a> has been updated to reflect the new info.</p>
         </div>
diff --git a/table.connusers b/table.connusers
index 3975e0b..eff7428 100644
--- a/table.connusers
+++ b/table.connusers
@@ -1,5 +1,4 @@
 <ul>
-<li><a href="https://apple.tilde.institute">apple</a></li>
 <li><a href="https://kneezle.tilde.institute">kneezle</a></li>
-<li><a href="https://multiplexd.tilde.institute">multiplexd</a></li>
+<li><a href="https://apple.tilde.institute">apple</a></li>
 </ul>
diff --git a/table.regusers b/table.regusers
index a5c5873..876923c 100644
--- a/table.regusers
+++ b/table.regusers
@@ -7,10 +7,12 @@
 <li><a href="https://apple.tilde.institute">apple</a></li>
 <li><a href="https://avalyn.tilde.institute">avalyn</a></li>
 <li><a href="https://bacterio.tilde.institute">bacterio</a></li>
+<li><a href="https://begriffs.tilde.institute">begriffs</a></li>
 <li><a href="https://ben.tilde.institute">ben</a></li>
 <li><a href="https://biglysmalls.tilde.institute">biglysmalls</a></li>
 <li><a href="https://cmccabe.tilde.institute">cmccabe</a></li>
 <li><a href="https://craig.tilde.institute">craig</a></li>
+<li><a href="https://cyaniventer.tilde.institute">cyaniventer</a></li>
 <li><a href="https://dgoerger.tilde.institute">dgoerger</a></li>
 <li><a href="https://drewlander.tilde.institute">drewlander</a></li>
 <li><a href="https://drm.tilde.institute">drm</a></li>
diff --git a/table.weekconns b/table.weekconns
index da2d398..3f10ffe 100644
--- a/table.weekconns
+++ b/table.weekconns
@@ -1 +1 @@
-14
\ No newline at end of file
+15
\ No newline at end of file
diff --git a/tilde.css b/tilde.css
index aec427a..05b5082 100644
--- a/tilde.css
+++ b/tilde.css
@@ -49,14 +49,14 @@ body {
     width: 500px;
     margin-left: auto;
     margin-right: auto;
-    background-color: #999999;
+    background-color: #088a08;
     color: #000000;
 }
 .code {
     width: 500px;
     margin-left: auto;
     margin-right: auto;
-    background-color: #999999;
+    background-color: #088a08;
     color: #000000;
 }
 a:link {
@@ -65,7 +65,7 @@ color:#cccccc;
 }
 
 a:visited {
-color:#999999;
+color:#088a08;
 text-decoration: none;
 }
 
@@ -82,7 +82,7 @@ code {
     font-family: monospace;
     font: DejaVu Sans Mono;
     color: #000000;
-    background-color: #999999;
+    background-color: #088a08;
     padding-left: 4px;
     padding-right: 4px;
 }