summaryrefslogtreecommitdiff
path: root/index.php
blob: 90acfefceec38fa4f1d4a17143437f51105612db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/gui/header.app.php"; global $lang; global $_PROFILE; global $Parsedown; ?>

<div class="container">
    <details>
        <summary>Multisocial 1.0 To-do list</summary>
        <ul>
            <li>initial -> infographics</li>
            <li>wait list system</li>
            <li>verification</li>
            <li><del>posting</del></li>
            <li>post editing/deleting</li>
            <li>comments</li>
            <li>add images</li>
            <li>favorites</li>
            <li>notifications</li>
            <li>following</li>
            <li>customization</li>
            <li>analytics</li>
            <li>caching (we don't care about disk usage)</li>
        </ul>
    </details>
</div>