blob: e3b1c3ed40e4e129c348855324790242f4195bd0 (
plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
dome-key-web
============
The [DomeKey][DomeKey] website. Mostly written in static HTML & CSS. License
generation is handled by a couple of FastCGI binaries.
## Setup
$ ./bin/setup --install
This will install the required package dependencies with Homebrew and set up the
project.
## Running
$ make run
Build the Rust binaries:
$ cd license-generator/
$ cargo build
CSS is built with [hasp][hasp]. After making a CSS change, run:
$ make css
## Keys
A [Paddle][Paddle] public key must be added at:
license-generator/private/paddle.pubkey.asc
[Aquatic Prime][Aquatic Prime] keys must be added as hex strings in:
license-generator/private/public_key.txt
license-generator/private/private_key.txt
## License
Copyright © 2018 Teddy Wing.
* [aquatic-prime][./aquatic-prime] is licensed under the GNU GPLv3+.
* [paddle][./paddle] is licensed under the GNU GPLv3+.
* Nearly all other source code is licensed under the GNU AGPLv3+.
[DomeKey]: https://domekey.teddywing.com/
[hasp]: https://github.com/djanowski/hasp
[Paddle]: https://paddle.com/
[Aquatic Prime]: https://github.com/bdrister/AquaticPrime/
[./aquatic-prime]: license-generator/aquatic-prime
[./paddle]: license-generator/paddle
|