site/wiki/gopher.php

12 lines
667 B
PHP

<?php include 'header.php'; ?>
<h3>Gopher</h3>
<p>The Gopher protocol is a communication protocol designed for distributing, searching, and retrieving documents in Internet Protocol networks.</p>
<p>We provide gopher hosting, so you just need to create <code>index.gph</code> in your <code>~/public_html</code></p>
<p>As soon as you created <code>index.gph</code> and changed as you need, you will see your gopherhole on <code>gopher://hextilde.xyz/1/~username</code></p>
<p>Check <code>man geomyidae</code> for correct formatting</p>
<h4>~&gt; Also check <a href="https://tilde.wiki/wiki/Gopher">page on ~wiki about Gopher</a></h4>
<?php include 'footer.php'; ?>