summary refs log tree commit diff
path: root/atom.c (follow)
Commit message (Collapse)AuthorAge
* Use mid: URLs for Atom IDsJune McEnroe2020-04-14
|
* Rename pathMangle to pathSafeJune McEnroe2020-04-13
| | | | Mangle is a rude word.
* Add <link> elements in AtomJune McEnroe2020-04-13
|
* Use <content type="text"> in AtomJune McEnroe2020-04-13
| | | | | The <content type="html"><pre> thing would require the text to be escaped twice...
* Clean up atom renderingJune McEnroe2020-04-13
|
* Preserve original Date header in envelopeJune McEnroe2020-04-13
|
* Use UTC date everywhereJune McEnroe2020-04-13
| | | | | I thought I could preserve the original time zone but it turns out that libc is just too shit to do that.
* Rename atom rendering functionsJune McEnroe2020-04-13
| | | | Again, probably.
* Use Message-Id in mailto Atom IDsJune McEnroe2020-04-11
|
* Concatenate Atom threadsJune McEnroe2020-04-10
|
* Rearrange Atom templating codeJune McEnroe2020-04-10
|
* Render Atom envelopesJune McEnroe2020-04-09
p;follow=1'>Fix README mandoc lintsJune McEnroe 2018-09-19Un-NOT trans.alpha values in pngoJune McEnroe 2018-09-18Refactor reads in pngo and clear palette between filesJune McEnroe 2018-09-17Add tRNS support to pngoJune McEnroe 2018-09-11Move gfx man pages to gfx/manJune McEnroe 2018-09-11Move bin man pages to bin/manJune McEnroe 2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe 2018-09-11Remove GAMES from BINSJune McEnroe 2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe 2018-09-11Add "blank" lines to man pagesJune McEnroe 2018-09-10Add mdoc syntax fileJune McEnroe 2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe 2018-09-08Put real dates on man pagesJune McEnroe 2018-09-08Replace gfx README with REAMDE.7June McEnroe 2018-09-08Link gfx man pages in ~/.localJune McEnroe