about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-05-25 05:06:06 +0000
committerahriman <ahriman@falte.red>2019-05-25 05:06:06 +0000
commit68cda26a441b18fab6500d79d6f4d86817c63069 (patch)
treed709a1fe111dde339e3acd444962cfc0d3d06136 /index.html
parente7d1e960b40c1f5aef77bd5b5c95319faab7908c (diff)
downloadsite-68cda26a441b18fab6500d79d6f4d86817c63069.tar.gz
added link to getwtxt instance
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 46e8556..1c789fb 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="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>
 	</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 OpenBSD operating system. 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>