about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2018-12-08 01:53:44 -0500
committerahriman <ahriman@falte.red>2018-12-08 01:53:44 -0500
commitaed043ce2bf7a665a4ab2538dfabbd40d600f5ed (patch)
treee7a39cb56c5f69cdf4b50a9a9142b702da1b4fa6 /index.html
parent7648937cf2a9ec8694926ffafbc22e9874307683 (diff)
downloadsite-aed043ce2bf7a665a4ab2538dfabbd40d600f5ed.tar.gz
fixed css for <code>
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 3d6a158..5650db6 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@
  href="/wiki/index.php">Wiki</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>
+		<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>
         <p>Local mail delivery now available! Simply open mutt, neomutt, or alpine and compose a message to &lt;username&gt;@tilde.institute.</p>
         <p>The list of compilers available are as follows:</p>
 			<ul>
@@ -35,7 +35,7 @@
                 <li>ruby 2.5</li>
                 <li>perl 5.24</li>
             </ul>
-            <p>Your interactive shell can be changed with the <code>&nbsp;chsh&nbsp;</code> command. The shells available:</p>
+            <p>Your interactive shell can be changed with the <code>chsh</code> command. The shells available:</p>
             <ul>
                 <li>/bin/ksh (default)</li>
                 <li>/bin/sh</li>
@@ -54,8 +54,10 @@
         <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 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>
-            <p>Changed up some of the styling on the main site. I also installed a fun game called <code>&nbsp;botany&nbsp;</code> which allows you to grow various plants on the console. Give it a try!</p>
+            <p>Changed up some of the styling on the main site. I also installed a fun game called <code>botany</code> which allows you to grow various plants on the console. Give it a try!</p>
             <em>2018 December 3</em>
             <p>Local mail delivery is now working! User subdomains will now be served via TLS. Since tilde.institute now satisfies the requirements, I've submitted it to the HSTS preload list.</p>
             <em>2018 December 3</em>