2010-11-04 06:56:21 -07:00
# Tinyboard - A lightweight PHP imageboard.
## About
2011-10-12 08:11:15 +11:00
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 ).
2010-11-04 06:56:21 -07:00
2011-01-20 13:48:53 +11:00
## Requirements
2011-10-12 08:11:15 +11:00
1. PHP >= 5.2.0
2011-11-17 01:09:55 +11:00
2. [mbstring ](http://www.php.net/manual/en/mbstring.installation.php ) (--enable-mbstring)
3. [PHP-GD ](http://php.net/manual/en/book.image.php )
4. [PHP-PDO ](http://php.net/manual/en/book.pdo.php ) with appropriate [driver for your database ](http://www.php.net/manual/en/pdo.drivers.php )
2011-01-20 13:48:53 +11:00
2010-11-04 06:56:21 -07:00
## Installation
2011-04-06 19:21:11 +10:00
See < http: / / tinyboard . org / wiki / index . php ? title = Installation > .
2010-11-04 06:56:21 -07:00
2011-03-26 12:01:29 +11:00
## Documentation
2011-04-06 19:21:11 +10:00
Visit the development wiki at < http: / / tinyboard . org / wiki / > for help.
2010-11-04 06:56:21 -07:00
2011-03-26 12:01:29 +11:00
## License
2011-10-12 08:11:15 +11:00
See [LICENSE.md ](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md ) for the license.