pages/roadmap.php

22 lines
938 B
PHP

<?php
$pagetitle = 'roadmap';
include("./includes/header.php")?>
<main>
<h3>Roadmap</h3>
Here is a brief roadmap for this tilde:
<ul>
<li>A logo.</li>
<li>A git instance. (Or we could use tildegit.org)</li>
<li>A way to enforce community participation.</li>
</ul>
<hr>
<ul style="text-decoration:strike;">
<li><s>Switch to our own VPS provider and not this free oracle instance. We have funds that will last us three months, but we will start using them once we are fully fleshed out. </s>--- DONE</li>
<li><s>Central communication channel. (Not telegram) </s>--- DONE</li>
<li><s>Fully functional tilde with public_html sites for the users, subdomains, and an easy way to register.</s> --- DONE</li>
<li><s>An internal voting system to facilitate decision making for the tilde.</s> ---DONE</li>
<li><s>An actual website, not this placeholder.</s> --- DONE </li>
</ul>
</main>
<?php include("./includes/footer.php")?>