trimmed summary and updated language versions

This commit is contained in:
gbmor 2020-04-14 22:41:30 -04:00
parent 80f3c37f44
commit 8d35bc01fa
1 changed files with 17 additions and 17 deletions

View File

@ -19,37 +19,37 @@
<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 public-access machine in the <a href="https://tildeverse.org">tildeverse</a> whose purpose is to provide a space for people to experiment with 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). For more information on this, see the <a href="https://learnbchs.org">BCHS</a> site.</p>
<p>Welcome to tilde.institute! This is an public-access machine in the <a href="https://tildeverse.org">tildeverse</a> whose purpose is to provide a space for people to experiment with 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.</p>
<p>User sites are accessible via <code>https://&lt;user&gt;.tilde.institute</code></p>
<p style="margin-top:-1.0rem">A list of user gopher sites is available at <code>gopher://tilde.institute</code></p>
<p>The mailing list will be the primary means of communication between tilde.institute admins and users regarding announcements and critical issues. Web archive and <a href="https://lists.tildeverse.org/postorius/lists/institute.lists.tildeverse.org/">subscribing information available here</a>.</p>
<p>The list of compilers and interpreters available are as follows:</p>
<ul>
<li><code>brainf*ck 2.7.1</code></li>
<li><code>clang 7.0.1</code></li>
<li><code>clang 8.0.1</code></li>
<li><code>clisp 2.49</code></li>
<li><code>clojure 1.10</code></li>
<li><code>elixir 1.8.1</code></li>
<li><code>erlang 21</code></li>
<li><code>clojure 1.10.0.4</code></li>
<li><code>elixir 1.9.1</code></li>
<li><code>erlang 21.2</code></li>
<li><code>gcc 8.3.0 (includes Objective-C support)</code></li>
<li><code>gforth 0.7.3</code></li>
<li><code>ghc 8.2.2</code></li>
<li><code>ghc 8.6.4</code></li>
<li><code>gnat 8.3.0</code></li>
<li><code>go 1.13</code></li>
<li><code>go 1.13.1</code></li>
<li><code>guile 1.8.8</code></li>
<li><code>jdk 11.0.2.9.3 (environment setup required)</code></li>
<li><code>lua 5.3.5</code></li>
<li><code>mono 5.18.1</code></li>
<li><code>jdk 11.0.5.8.1 (environment setup required)</code></li>
<li><code>lua 5.3.5 and 5.1.5</code></li>
<li><code>mono 5.20.1.34</code></li>
<li><code>nasm 2.14.02</code></li>
<li><code>nim 1.0.4</code></li>
<li><code>node.js 10.15</code></li>
<li><code>perl 5.28.1</code></li>
<li><code>php 7.3</code></li>
<li><code>python (2.7 &amp; 3.6)</code></li>
<li><code>racket 7.2</code></li>
<li><code>node.js 10.16.3</code></li>
<li><code>perl 5.28.2</code></li>
<li><code>php 7.3.16</code></li>
<li><code>python (2.7.16 &amp; 3.7.4)</code></li>
<li><code>racket 7.4</code></li>
<li><code>rakudo 2018.12</code></li>
<li><code>ruby 2.5 (and 2.6)</code></li>
<li><code>rust 1.33 (1.37 will be available after November 2019's release of OpenBSD 6.6)</code></li>
<li><code>ruby 2.5.5 (and 2.6.6)</code></li>
<li><code>rust 1.38</code></li>
<li><code>scala 2.12.3</code></li>
<li><code>yasm 1.3.0</code></li>
</ul>