diff options
author | ahriman <ahriman@falte.red> | 2019-09-15 15:56:42 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-09-15 15:56:42 -0400 |
commit | afcc4b8e7d1ab7597521c3393dc66124f1d99cf6 (patch) | |
tree | 1630a7a6539c1190ece698a27ff06465c0acb2c4 /index.html | |
parent | caa4fb586307f83ebfc2ee8c64799eeb90ea6f2c (diff) | |
download | site-afcc4b8e7d1ab7597521c3393dc66124f1d99cf6.tar.gz |
announced git.~, changed git link in nav
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html index 6699310..9e6d6a5 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ </div> </div> <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a rel="me" href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://tildegit.org/institute">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a> :: <a href="tilde.json"><code>tilde.json</code></a> + <a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a rel="me" href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://git.tilde.institute">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a> :: <a href="tilde.json"><code>tilde.json</code></a> </div> <div id="content"> <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 <code>OpenBSD</code> operating system. A variety of editors, shells, and compilers are installed to allow for development in a native <code>OpenBSD</code> environment. OpenBSD's <code>httpd(8)</code> is configured with <code>slowcgi(8)</code> as the fastcgi provider and <code>sqlite3</code> is available. This allows users to experiment with web development using compiled <code>CGI</code> in <code>C</code> (or any statically-linked binary), aka the <a href="https://learnbchs.org">BCHS Stack</a>. In addition to <code>php7.3</code>, this provides an environment where the development of complex, responsive web apps is possible.</p> @@ -69,6 +69,8 @@ <p>Feel free to contact the admins via <a href="mailto:admins@tilde.institute">admins@tilde.institute</a> or on IRC in <code>#institute</code> if you need another package installed, or if you would like your homepage's index changed from <code>index.html</code> to something else (<code>index.cgi</code>, <code>index.php</code>, etc). We can also provide access to <code>MariaDB</code> by request.</p> <div id="news"> <h1>News & Updates</h1> + <em>2019 September 15</em> + <p>New GitBucket instance available at <a href="https://git.tilde.institute">https://git.tilde.institute</a>. Enjoy!</p> <em>2019 July 30</em> <p>The server migration happened over the weekend, and there were very few issues resulting from the migration. Success!</p> <em>2019 July 04</em> |