about summary refs log tree commit diff homepage
path: root/README.md
blob: dac8e3f7c817a745ca28258f2818e000180247de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Phylactery

Phylactery is a web server rendering comic books directly from ZIP archives.

## Installation

    go build -o $prefix/bin/phylactery main.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 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.

[comic book archives]: https://en.wikipedia.org/wiki/Comic_book_archive
[agplv3]: https://www.gnu.org/licenses/agpl-3.0.html