From 74f76ca497a204bf46e31a2b0b5ebb82d62ec368 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 12 Oct 2011 08:11:15 +1100 Subject: [PATCH] Updated README --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 54c12b05..05fe5ef7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # Tinyboard - A lightweight PHP imageboard. ## 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]. -[o]: http://tinyboard.org/ -[i]: irc://irc.datnode.net/tinyboard +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.0 - 2. php-gd - 3. php-pdo with appropriate driver for your database +1. PHP >= 5.2.0 +2. [PHP-GD](http://php.net/manual/en/book.image.php) +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 See . @@ -17,5 +15,5 @@ See . Visit the development wiki at for help. ## License -See [LICENSE.md][l] for the license. -[l]: http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md +See [LICENSE.md](http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) for the license. +