diff options
author | ahriman <ahriman@falte.red> | 2018-12-10 13:15:16 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-10 13:15:16 -0500 |
commit | cec8163b76dc3cd3a2b51eb227fc5846fe4e4cee (patch) | |
tree | f265a69539616fa73450405c9b0a845a8ee9a214 /index.html | |
parent | d4a35e2f2e44597614411153dc3d276dbbd91529 (diff) | |
download | site-cec8163b76dc3cd3a2b51eb227fc5846fe4e4cee.tar.gz |
changed links to reflect rewrites
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/index.html b/index.html index c792b95..4a51c3e 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<!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/html; charset=utf-8" /> + <meta http-equiv="Content-Type" content="text; charset=utf-8" /> <title>Tilde Institute of OpenBSD Education</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> @@ -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">Stats</a> + <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/irc">IRC</a> :: <a href="/start">Quick-Start Guide</a> :: <a href="/coc">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> @@ -50,7 +50,7 @@ <li>weechat</li> <li>irssi</li> </ul> - <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> + <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 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 & Updates</h1> <em>2018 December 10</em> @@ -65,10 +65,6 @@ <em>2018 December 3</em> <p>I just installed DokuWiki so users can record and share cool things to do and cool ways to customize their environment, etc. The link is with the other navigation links.</p> <em>2018 December 2</em> - <p>There's an issue with https on subdomains, I'll have it fixed by tomorrow.</p> - <em>2018 December 2</em> - <p>I've set up tilde.institute to force ssl for all visitors.</p> - <em>2018 December 2</em> <p>If you have latency issues, mosh is available on tilde.institute as an alternative to ssh. Simply install mosh on your end, then issue "mosh user@tilde.institute" as you would with ssh. Make sure your home computer's locale (LANG, LC_CTYPE) is set properly to a UTF-8 encoding before attempting to use mosh.</p> <em>2018 November 29</em> <p>I've added nethack, angband, and zork for people to play. I've also fixed up a default weechat config for all users, and added a symlink for weechat called 'chat'. Updated /etc/motd to reflect the new stuff. I'll continue to add more things during the beta phase.</p> |