blob: 41d50fac27bea8ad733bd299970172bb150b1e5b (
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
|
This is complete code of ch1p.io website.
REQUIREMENTS
PHP >= 8.1 with mysqli or sqlite3, gd
CONFIGURATION
Should be done by copying config.php to config-local.php and modifying config-local.php.
INSTALLATION
It uses https://github.com/sixlive/parsedown-highlight which you'll need to install using Composer, but since that
package's manifest is a bit outdated you have to pass `--ignore-platform-reqs` to composer.
TODO
LOGGING
TODO
LICENSE
GPLv3
|