about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2019-11-14 22:58:39 -0500
committergbmor <ahriman@falte.red>2019-11-14 22:58:39 -0500
commitb583755299058e7b74231b4cf124c3b48653127a (patch)
tree175204e9d942504f7b459b050c3ef3286c1b16a3 /index.html
parentb973f0443aa8dc8c2db87263452532f2b2a1842d (diff)
downloadsite-b583755299058e7b74231b4cf124c3b48653127a.tar.gz
stray tag, removed unnecessary license info
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/index.html b/index.html
index 2c83fb5..44ed669 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
 	<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), aka the <a href="https://learnbchs.org">BCHS Stack</a>.</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 are available at <code>gopher://tilde.institute</code></a></p>
+        <p style="margin-top:-1.0rem">A list of user gopher sites are available at <code>gopher://tilde.institute</code></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>. The mailing list will be the primary means of communication between tilde.institute and users regarding announcements and critical issues.</p>
         <p>We have a local <code>GitBucket</code> instance for users to enjoy, available here: <a href="https://git.tilde.institute">https://git.tilde.institute</a>.</p>
         <p>The list of compilers and interpreters available are as follows:</p>
@@ -89,16 +89,3 @@
 </div>
 </body>
 </html>
-
-<!--
-Files available at https://tildegit.org/institute/site
-All files licensed under BSD 3-Clause:
----------------------------------------------------------------
-Copyright (c) 2018 Ben Morrison (ahriman). All rights reserved.
-    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-    3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
--->