1
0
forked from nat/webbed-site

fix thoughts displaying in wrong order under weird circumstances

This commit is contained in:
gnat
2024-08-09 21:30:03 -07:00
parent 1d091570c8
commit 54e0560d5e
13 changed files with 14 additions and 8 deletions

View File

@ -1,11 +1,10 @@
<!-- TITLE: things I should do -->
<!-- DATE: 2024-08-09 17:22:38 -->
<h2>things to do:</h2>
<ul>
<li>make thoughts render in chronological order of creation date, which I am not convinced they do.</li>
<li>send email</li>
<li>rewrite server source code to be less bad</li>
<li>rewrite server source code to be more esoteric</li>
<li>add more support metadata tags to thought posts</li>
<li>python xml (pyx?)</li>
<li>send email within the next $[echo $(($(date -d "2024-09-28 00:00:00" +%s) - $(date +%s)))] seconds</li>
<li>relocate moth</li>
@ -16,4 +15,6 @@
<ul>
<li>tidy</li>
<li>move server source code to its own git repository seperate from this website, and bestow upon it a reasonable name.</li>
<li>add more support metadata tags to thought posts</li>
<li>make thoughts render in chronological order of creation date, which I am not convinced they do.</li>
</ul>