summaryrefslogtreecommitdiff
path: root/README.md
blob: fe3d75839a08d12d06728ec51d4a374bd1c5c13c (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
rejoinder
=========

**rejoinder** is a dead-simple comments system. Adding comments to a page is
as simple as adding a single link. rejoinder does not require user registration
and provides for basic moderation.


build
----

```
git clone https://sanine.net/git/rejoinder
mkdir rejoinder/build
cd rejoinder/build
cmake ..
make
```


usage
-----

rejoinder requires two files to function: a configuration file, specified
by the environment variable `REJOINDER_CONFIG` or the fallback `/etc/rejoinder.rc`,
and a database file, whose location is specified either globally or
on a site-specific basis by the configuration file.


dependencies
------------

* libsqlite3
* cmake
* that's it


thanks
------

rejoinder relies on [iniparser] by Nicolas Devillard.
This project would not have been created without the very helpful [CGI scripting pages] by Marshall Brian.
I also took significant structural inspiration from [cgit] by Jason Donenfeld.
And last but most certainly not least, the support of the lovely people at [Layer Zero] was 
extremely helpful in writing this code.

Thank you all!

[iniparser]: https://github.com/ndevilla/iniparser
[CGI scripting pages]: https://computer.howstuffworks.com/cgi.htm
[Layer Zero]: https://layerze.ro
[cgit]: https://git.zx2c4.com/cgit/about/