fixed css for <code>

This commit is contained in:
ahriman 2018-12-08 01:53:44 -05:00
parent 7648937cf2
commit aed043ce2b
6 changed files with 11 additions and 7 deletions

View File

@ -104,7 +104,7 @@ concise description of your grievance.</p>
</ul>
<p>Admins can be reached privately:</p>
<ul>
<li>on IRC using <code>&nbsp;/msg ahriman hello&nbsp;</code></li>
<li>on IRC using <code>/msg ahriman hello</code></li>
<li>via e-mail at the private addresses listed above.</li>
<li>via the main tilde.institute email address: <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a>
</ul>

View File

@ -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>

View File

@ -19,7 +19,7 @@
href="/wiki/index.php">Wiki</a>
</div>
<div id="content">
<p>To connect to the tildeverse IRC network and begin chatting, simply use the command <code>&nbsp;chat&nbsp;</code>! If you prefer to use a different IRC client than the default, such as irssi, the following server information will apply:</p>
<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>
<ul>
<li>irc.tilde.chat, port 6697, ssl</li>
</ul>

View File

@ -33,7 +33,7 @@
<p>Once you've written your software to be served via CGI, be sure to statically link the executables. Sure, there's a larger file size, but the benefits outweigh that in this case - there's no relying on what I may or may not have installed on the Tilde Institute's server. For example:</p>
<p>$ cc -static -g -W -Wall -o app.cgi app.c</p>
<p>When you've completed compilation, make sure to set permissions properly (755) and move it to the public_html folder in your home directory. httpd(8) is set to use index.html as the index file, however this can be changed to index.cgi or what-have-you by contacting ahriman via IRC.</p>
<p>~institute user <code>&nbsp;xvetrd&nbsp;</code> has written a more detailed example on kcgi than is provided on the library's site. It includes an example makefile as well. The KCGI Starter archive <a href="kcgi-start.tar.gz">is available here</a>. Simply <code>&nbsp;curl -O https://tilde.institute/kcgi-start.tar.gz&nbsp;</code> it to your home directory here on ~institute, untar, make, and make install to test the compilation. It installs to ~/public_html with the proper ownership and permissions. View the index.c source and the makefile to see what goes on under the hood! Feel free to adapt it your own projects!</p>
<p>~institute user <code>xvetrd</code> has written a more detailed example on kcgi than is provided on the library's site. It includes an example makefile as well. The KCGI Starter archive <a href="kcgi-start.tar.gz">is available here</a>. Simply <code>curl -O https://tilde.institute/kcgi-start.tar.gz</code> it to your home directory here on ~institute, untar, make, and make install to test the compilation. It installs to ~/public_html with the proper ownership and permissions. View the index.c source and the makefile to see what goes on under the hood! Feel free to adapt it your own projects!</p>
</div>
</div>
</body>

View File

@ -76,6 +76,8 @@ code {
font: DejaVu Sans Mono;
color: #000000;
background-color: #999999;
padding-left: 4px;
padding-right: 4px;
}
em {
font-style: bold;

View File

@ -1 +1 @@
1543978275
1544210794