19 lines
999 B
HTML
19 lines
999 B
HTML
[!]
|
|
[=title "Todo"]
|
|
[=isSimple true]
|
|
[=content-]
|
|
<div class="text">
|
|
Sitix is still a pretty young piece of software, so if there's a missing feature that isn't on this list, don't hesitate to submit a feature request on <a href="https://github.com/LinuxRocks2000/sitix-rewrite/issues">the issues page</a>.
|
|
Alternatively, you could just write it yourself! This TODO list is mostly for my memory, but I would love codebase contributions to get some things crossed off.
|
|
</div>
|
|
<div class="text">
|
|
<ul>
|
|
<li>Stress-test seggies (maybe build a large "stresstest" project that uses the most cursed possible permutations of all the sitix features).</li>
|
|
<li>Update the Usage section.</li>
|
|
<li>Fully rework Object::lookup and Object::childSearchUp. They're <i>bad</i> and that needs fixin'.</li>
|
|
<li>Markdown: add images, lists, and tables. Hardest bit saved for last, eh?</li>
|
|
<li>Downloadable templates!</li>
|
|
</ul>
|
|
</div>
|
|
[/]
|
|
[#templates/default.html] |