diff options
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,4 +1,22 @@ * To-do list +** Output XHTML5? +<cbaines> there's still code in the data service that was copied from Mumi +<cbaines> e.g. sxml->html should live somewhere else and be shared [10:34] +<andreas-e> Is this not already part of some library? It is needed by haunt if + I remember well. [10:36] +<andreas-e> Well, haunt defines a function with the same name. +<cbaines> I don't know, but if you find a place, please let me know! +<dthompson> I think I wrote one for haunt that handles some of the special + html tags [10:37] +<andreas-e> In haunt, html.scm. But the full module has only 130 lines. +<dthompson> it's mostly the usual sxml->xml process but some html tags aren't + self-closing if they don't have any child nodes [10:38] +<mirai> why not simply output XHTML5? :-) [10:41] +<mirai> you get to use modern HTML and its valid XML +<dthompson> I guess because I didn't know about it :) [10:43] +** bug: Atom feed "summary" should be "content" +haunt/builder/atom.scm line 157 +https://validator.w3.org/feed/docs/atom.html#recommendedEntryElements ** Allow for cache-busting assets Providing the option to incorporate a hash of CSS, JS, etc. assets into the URLs for those assets would be nice to ensure browser cache |