diff options
-rw-r--r-- | coc.html | 2 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | irc.html | 2 | ||||
-rw-r--r-- | rel-announce.html | 25 | ||||
-rw-r--r-- | signup.html | 2 | ||||
-rw-r--r-- | start.html | 2 | ||||
-rw-r--r-- | stats.php | 2 | ||||
-rwxr-xr-x | submit.php | 2 | ||||
-rw-r--r-- | table.connusers | 2 |
9 files changed, 34 insertions, 9 deletions
diff --git a/coc.html b/coc.html index 2d41a79..bfc6737 100644 --- a/coc.html +++ b/coc.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Tilde Institute :: Code of Conduct</title> + <title>tilde.institute :: Code of Conduct</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> </head> diff --git a/index.html b/index.html index 0aa0411..09fe09f 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text; charset=utf-8" /> - <title>Tilde Institute of OpenBSD Education</title> + <title>tilde.institute :: OpenBSD Education</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> </head> @@ -18,7 +18,7 @@ <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> + <p>Welcome to 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>Mailing list now available for tilde.institute! Web archive and <a href="https://lists.tildeverse.org/postorius/lists/institute.lists.tildeverse.org/">subscribing information available here</a>. From this point forward, the mailing list will be the primary means of communication between tilde.institute and users regarding announcements and critical issues. All messages from administrator Ben Morrison (ahriman) will contain an attached signature using <a href="key.pub">this public key</a>.</p> <p>The list of compilers available are as follows:</p> <ul> diff --git a/irc.html b/irc.html index bd96732..afa8e72 100644 --- a/irc.html +++ b/irc.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text; charset=utf-8" /> - <title>Tilde Institute :: IRC</title> + <title>tilde.institute :: IRC</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> </head> diff --git a/rel-announce.html b/rel-announce.html new file mode 100644 index 0000000..40eec07 --- /dev/null +++ b/rel-announce.html @@ -0,0 +1,25 @@ +<!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; charset=utf-8" /> + <title>tilde.institute :: IRC</title> + <link rel="stylesheet" href="tilde.css" type="text/css"/> + <link rel="icon" type="image/png" href="icon.png"/> +</head> +<body> +<div id="container"> + <div id="logo"> + <img src="logo.png" alt="" /><br /> + <div id="logobyline"> + of OpenBSD Education + </div> + </div> + <div id="navigation"> + <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>This has been an exciting month. tilde.institute was taken from a rough proof-of-concept on a tiny VPS to a full-blown tilde service, offering mail, webspace, and a local IRC node. + </div> +</div> +</body> +</html> diff --git a/signup.html b/signup.html index 6082202..b13bf74 100644 --- a/signup.html +++ b/signup.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text; charset=utf-8" /> - <title>Tilde Institute :: Sign Up</title> + <title>tilde.institute :: Sign Up</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> </head> diff --git a/start.html b/start.html index 8d1eb58..2ccf2e3 100644 --- a/start.html +++ b/start.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text; charset=utf-8" /> - <title>Tilde Institute :: Quick-Start Guide</title> + <title>tilde.institute :: Quick-Start Guide</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> </head> diff --git a/stats.php b/stats.php index 9790813..b3dfd3f 100644 --- a/stats.php +++ b/stats.php @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Tilde Institute :: Stats</title> + <title>tilde.institute :: Stats</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> </head> diff --git a/submit.php b/submit.php index 4aa902b..570a21e 100755 --- a/submit.php +++ b/submit.php @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Tilde Institute :: Sign Up</title> + <title>tilde.institute :: Sign Up</title> <link rel="stylesheet" href="tilde.css" type="text/css"/> <link rel="icon" type="image/png" href="icon.png"/> </head> diff --git a/table.connusers b/table.connusers index 56d4f2f..c14d718 100644 --- a/table.connusers +++ b/table.connusers @@ -1,5 +1,5 @@ <ul> +<li>rnelson</li> <li>aewens</li> <li>lorenzo</li> -<li>rnelson</li> </ul> |