Updated README
This commit is contained in:
parent
eab04df57b
commit
74f76ca497
14
README.md
14
README.md
|
@ -1,14 +1,12 @@
|
||||||
# Tinyboard - A lightweight PHP imageboard.
|
# Tinyboard - A lightweight PHP imageboard.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
Tinyboard is an imageboard software package written in PHP. It aims to maintain a stable, fast, clean and user-friendly engine for imageboards. Development for Tinyboard started in October 2010. You can contact the development team or learn more at [tinyboard.org][o] or on IRC at [irc.datnode.net #tinyboard][i].
|
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).
|
||||||
[o]: http://tinyboard.org/
|
|
||||||
[i]: irc://irc.datnode.net/tinyboard
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
1. PHP >= 5.2.0
|
1. PHP >= 5.2.0
|
||||||
2. php-gd
|
2. [PHP-GD](http://php.net/manual/en/book.image.php)
|
||||||
3. php-pdo with appropriate driver for your database
|
3. [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)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
See <http://tinyboard.org/wiki/index.php?title=Installation>.
|
See <http://tinyboard.org/wiki/index.php?title=Installation>.
|
||||||
|
@ -17,5 +15,5 @@ See <http://tinyboard.org/wiki/index.php?title=Installation>.
|
||||||
Visit the development wiki at <http://tinyboard.org/wiki/> for help.
|
Visit the development wiki at <http://tinyboard.org/wiki/> for help.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
See [LICENSE.md][l] for the license.
|
See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) for the license.
|
||||||
[l]: http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md
|
|
||||||
|
|
Loading…
Reference in New Issue