Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
828 B

This directory contains files being the integration of containerchan with vichan-devel imageboards.
11 years ago
Containerchan allows posting of webm files, like they were the regular images.
11 years ago
An original board using this code can be found at:
11 years ago
http://containerchan.org/tb/demo/
The original repo containing the containerchan (possibly with no Tinyboard integration) can be found here:
https://github.com/ccd0/containerchan
11 years ago
Be aware that this is beta software. Please report any bugs you find.
11 years ago
11 years ago
Installation
11 years ago
------------
11 years ago
Add these lines to inc/instance-config.php:
11 years ago
$config['allowed_ext_files'][] = 'webm';
$config['additional_javascript'][] = 'js/webm-settings.js';
$config['additional_javascript'][] = 'js/expand-video.js';
License
-------
See [LICENSE.md](https://github.com/ccd0/containerchan/blob/master/LICENSE.md).