about summary refs log tree commit diff
path: root/web/tazblog_lisp/store.lisp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-06-26 r/1086 chore(web): Remove tazblog_lispVincent Ambo1-79/+0
This isn't actually used for anything. Change-Id: Ief1128e934b1626189453abe3564cb64e1fe5a95 Reviewed-on: https://cl.tvl.fyi/c/depot/+/602 Reviewed-by: tazjin <mail@tazj.in>
2020-01-27 r/468 feat(web/tazblog_lisp): Implement retrieval of blog posts from DNSVincent Ambo1-0/+79
This is mostly equivalent to the Haskell implementation, with the primary difference that the Lisp DNS library does not support caching yet.