summary refs log tree commit diff
path: root/atom.c (follow)
Commit message (Expand)AuthorAge
* Clean up atom.c and fix base URLsJune McEnroe2020-04-26
* Add mailto address for the archiveJune McEnroe2020-04-26
* Generate index.atomJune McEnroe2020-04-26
* Generate XHTML content in Atom entriesJune McEnroe2020-04-26
* Use template system for paths and URLsJune McEnroe2020-04-20
* Decode quoted-printable and 7bit/8bitJune McEnroe2020-04-16
* Use mid: URLs for Atom IDsJune McEnroe2020-04-14
* Rename pathMangle to pathSafeJune McEnroe2020-04-13
* Add <link> elements in AtomJune McEnroe2020-04-13
* Use <content type="text"> in AtomJune McEnroe2020-04-13
* Clean up atom renderingJune McEnroe2020-04-13
* Preserve original Date header in envelopeJune McEnroe2020-04-13
* Use UTC date everywhereJune McEnroe2020-04-13
* Rename atom rendering functionsJune McEnroe2020-04-13
* 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
tr> 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe