subcon.town/resources/views/pages/index.php

30 lines
1.1 KiB
PHP

<h1>Hello world!</h1>
<p>
Welcome to Subcon Town! We are a small tilde community, hosted for friends and family.
We offer SSH access, hosting of websites, gopher holes and gemini pods, alongside
other services like cloud services, git and fossil hosting and an activitypub server.
</p>
<p>
Tilde communities are pubnixes, <i>public access unix systems</i>. We took our inspiration
from older such servers like <a target="_blank" href="http://tilde.club">tilde.club</a>
and the tildes from <a target="_blank" href="https://tildeverse.org">tildeverse.org</a>.
</p>
<p>
Users may find out more about this system by visiting the <a target="_blank" href="https://library.subcon.town/">wiki</a>.
Keep in mind that the wiki is still a work in progress.
</p>
<hr />
<h1>News</h1>
<!-- List of article stubs -->
<?php foreach($articles as $article) { ?>
<h2><?php echo $article->getTitle(); ?></h2>
<div class="article-stub">
<p><?php echo $article->getDescription(); ?></p>
<div class="article-stub-end">
<a class="page-link" href="/news/<?php echo $article->getSlug(); ?>">Read more</a>
</div>
</div>
<?php } ?>