blob: bf38a86aa704d44dc14bd9119605365deb36a0de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Phylactery
Phylactery is a web server rendering comic books directly from ZIP archives.
## Hacking
PHYLACTERY_LIBRARY=/path/to/library PHYLACTERY_ADDRESS=:42069 go run main.go
## Copying
![AGPLv3](https://www.gnu.org/graphics/agplv3-155x51.png)
Phylactery is free software: you can redistribute it and/or modify it
under the terms of the GNU [Affero General Public License][agplv3] as
published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
[agplv3]: https://www.gnu.org/licenses/agpl-3.0.html
|