about summary refs log tree commit diff homepage
path: root/main.go
AgeCommit message (Collapse)Author
2022-06-28Write response as soon as data is readyNguyễn Gia Phong
Previously the entire archive had to be read before the template is executed, thus large archives takes forever to render from slow backing FS.
2022-06-28Polish up for a release 0.1.0Nguyễn Gia Phong
2022-06-28Escape question marks in pathNguyễn Gia Phong
Fixes: https://todo.sr.ht/~cnx/phylactery/1
2022-06-28Fix adjacent linksNguyễn Gia Phong
2022-06-01Finish basic functionalityNguyễn Gia Phong
2022-06-01Draft basic CBZ renderingNguyễn Gia Phong
2022-05-31Draft web server skeletonNguyễn Gia Phong