slweb

Једноставни генератор статичких веб страна
git clone https://git.sr.ht/~strahinja/slweb
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

TODO.done (561B)


      1 Done TODOs
      2 ==========
      3 
      4 [x] Switch to POSIX make
      5 
      6 [x] Critical: There is no sys/prctl.h in OpenBSD?
      7 	[x] Immediate bandaid solution (missing functionality under OpenBSD)
      8 	[/] Real solution (children die with parent)
      9 	    - Is there actually any need?
     10 
     11 [x] Switch to strlcpy/strlcat
     12 
     13 [x] Get rid of </p> (not required in HTML5) and ST_PARA_OPEN? That would also
     14     get rid of stray </p>s and simplify things a bit
     15 
     16 [x] Investigate: sometimes <p> is inserted (with incorrect closing tag) in <dd>
     17     for no reason (https://strahinja.srht.site/galeb/booting.html)