config.php ignored now, fix weirdo DBO issue
[miniqdb.git] / README
blob663204177e0ce4000621577e40c164dc7f46cf42
1 miniqdb - A minimalistic quote database
2 Copyright (C) 2008  Ian Weller <ianweller@gmail.com>
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License along
15 with this program; if not, write to the Free Software Foundation, Inc.,
16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 ---------------------------------------------------------------
20 This is very immature code. It may lash out at you like a teenager.
21 Feed it well (write patches) and report to the developer, please!
23 http://miniqdb.googlecode.com/
25 miniqdb requires the PDO database abstraction layer. This comes with PHP 5.1 or
26 later, and is available as a PECL extension for PHP 5.0.
28 New in 1.0b3 is the API, which allows machines and such to access the QDB. I've
29 also written a good example of how to use this, the Supybot-Miniqdb extension,
30 also available from the main website. There aren't many features yet, but if you
31 want some more, don't be afraid to ask.
33 If you don't want an API, put this at the top of api.php:
34   <?php exit(); ?>
36 On Wed May 28 2008, I switched over to a git repo. If you have any issues with
37 this, shoot me an email at ianweller@gmail.com.