stray tag, removed unnecessary license info

This commit is contained in:
gbmor 2019-11-14 22:58:39 -05:00
parent b973f0443a
commit b583755299
1 changed files with 1 additions and 14 deletions

View File

@ -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.
-->