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.

21 lines
1016 B

# Tinyboard - A lightweight PHP imageboard.
## About
13 years ago
Tinyboard is an imageboard software package written in PHP. It aims to maintain a stable, fast, clean, robust and user-friendly engine for imageboards. You can contact the development team or learn more at [tinyboard.org](http://tinyboard.org/) or on IRC at [irc.datnode.net #tinyboard](irc://irc.datnode.net/tinyboard).
## Requirements
1. PHP >= 5.2.5
13 years ago
2. [mbstring](http://www.php.net/manual/en/mbstring.installation.php) (--enable-mbstring)
13 years ago
3. [PHP-GD](http://php.net/manual/en/book.image.php)
13 years ago
4. [PHP-PDO](http://php.net/manual/en/book.pdo.php) with appropriate <del>[driver for your database](http://www.php.net/manual/en/pdo.drivers.php)</del> (only MySQL is supported at the moment)
## Installation
See <http://tinyboard.org/wiki/index.php?title=Installation>.
## Documentation
Documentation can be found at <http://tinyboard.org/docs/>.
## License
13 years ago
See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) for the license.