diff options
author | ahriman <ahriman@falte.red> | 2019-09-07 16:19:47 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-09-07 16:19:47 -0400 |
commit | c48ec2400484acd8a180875f068862fb8ff8267f (patch) | |
tree | 0eccd5e5a5308d602e2a95f0297748df8d31f32b /index.html | |
parent | b9d26dae6af160ead451762de6219485ae9b27b7 (diff) | |
download | site-c48ec2400484acd8a180875f068862fb8ff8267f.tar.gz |
link to tilde.json
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 4f9074a..740744d 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="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> </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> |