Phylactery
Phylactery is a web server rendering comic books directly from ZIP archives.
Installation
go build -o $prefix/bin/phylactery *.go
Usage
Set environment variables PHYLACTERY_LIBRARY
to where
the comic book archives are stored and PHYLACTERY_ADDRESS
to the listening address and run phylactery
.
Hacking
PHYLACTERY_LIBRARY=/path/to/library PHYLACTERY_ADDRESS=:42069 go run *.go
Contributing
Patches should be sent to ~cnx/loang@lists.sr.ht
using git send-email
, with the following configuration:
git config sendemail.to '~cnx/loang@lists.sr.ht'
git config format.subjectPrefix 'PATCH phylactery'
Copying
Phylactery is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.