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.

60 lines
2.2 KiB

12 years ago
Tinyboard -- A lightweight PHP imageboard.
==========================================
12 years ago
Tinyboard is a light-weight, fast, highly configurable and user-friendly
imageboard software package released under a non-restrictive open-source
license. It is written in PHP and has few dependencies.
12 years ago
Requirements
------------
1. PHP >= 5.2.5
12 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)
12 years ago
We try to make sure Tinyboard is compatible with all major web servers and
12 years ago
operating systems. Tinyboard does not include an Apache ```.htaccess``` file nor does
12 years ago
it need one.
12 years ago
Contributing
------------
12 years ago
Use GitHub to submit a pull request. If you need help developing a patch, join
12 years ago
our IRC channel.
12 years ago
Installation
-------------
12 years ago
1. Download and extract Tinyboard to your web directory or get the latest
development version with:
12 years ago
12 years ago
git clone git://github.com/savetheinternet/Tinyboard.git
12 years ago
12 years ago
2. Navigate to ```install.php``` in your web browser and follow the
prompts.
3. Tinyboard should now be installed. Log in to ```mod.php``` with the
12 years ago
default username and password combination: **admin / password**.
Please remember to change the administrator account password.
See also: [Configuration Basics](http://tinyboard.org/docs/?p=Config).
12 years ago
12 years ago
Support
--------
Tinyboard is still beta software -- there are bound to be bugs. If you find a
bug, please report it.
12 years ago
If you need assistance with installing, configuring, or using Tinyboard, you may
12 years ago
find support from a variety of sources:
* If you're unsure about how to enable or configure certain features, make
sure you have read the comments in ```inc/config.php```.
12 years ago
* Documentation can be found [here](http://tinyboard.org/docs/).
* You can join Tinyboard's IRC channel for support and general queries:
12 years ago
[irc.datnode.net #tinyboard](irc://irc.datnode.net/tinyboard).
12 years ago
* Tinyboard has a general support board at [tinyboard.org/demo/sup/](http://tinyboard.org/demo/sup/).
12 years ago
License
--------
See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md).
13 years ago