blob: 1d8b0a2a43a534969bf01c9feb7059ef0d209ab6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# meta adservices
A funny adservice. To promote each others free software projects or websites
like one would in a webring.
## Usage
1. Build with cargo: `cargo build --release`
2. Write a configuration file. See [sample_config.yaml](./sample_config.yaml)
3. Place your ad images in `ad_dir` and for each image add another file named
`<image.webp>.toml` containing the key `target` containing the desired
hyperlink.
4. Run it: `meta-adservices your_config.yaml`
Ask questions in issues or [contact me](https://metamuffin.org/contact).
## License
AGPL-3.0-only; See [COPYING](./COPYING)
|