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