site/wiki/gemini.php

13 lines
787 B
PHP

<?php include 'header.php'; ?>
<h3>Gemini</h3>
<p>Gemini is a new application-level internet protocol for the distribution of arbitrary files, with some special consideration for serving a lightweight hypertext format which facilitates linking between files.</p>
<p>We provide gemini hosting, so you just need to create <code>index.gmi</code> in your <code>~/public_gemini</code></p>
<p>As soon as you created <code>index.gmi</code> and changed as you need, you will see your gemini capsule on <code>gemini://hextilde.xyz/~username</code></p>
<p>Check <a href="https://gemini.circumlunar.space/docs/gemtext.gmi">this page</a> to learn more about Gemtext
<h4>~&gt; Also check <a href="https://tilde.wiki/wiki/Gemini">page on ~wiki about Gemini</a></h4>
<?php include 'footer.php'; ?>