descriptionA minimalistic quote database
homepage URLhttp://code.google.com/p/miniqdb/
ownerianweller@gmail.com
last changeWed, 29 Sep 2010 01:26:10 +0000 (29 01:26 +0000)
content tags
add:
README
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.
shortlog
2010-09-29 Ian Wellerconfig.php ignored now, fix weirdo DBO issuemaster
2008-07-12 Ian WellerFixed a bug where empty quotes could be submitted
2008-05-28 Ian Welleradded note about switching to git in README1.0b4
2008-04-06 Ian Wellerok now the api random function works.
2008-04-06 Ian Welleradded random function to api
2008-04-01 Ian Wellermade some changes to the README file for 1.0b3 after... 1.0b3.1
2008-03-30 Ian Wellerchanged slogan in license and removed changelog1.0b3
2008-03-30 Ian Wellersome people wouldn't want an api, so we'll give them...
2008-03-30 Ian Wellerswitched headers in api.php
2008-03-30 Ian Wellerfinished with REST API
2008-03-30 Ian Wellerdone with internal functions, return_data() still not...
2008-03-30 Ian Weller(no commit message)
2008-03-30 Ian Wellermore work on api, working on fixing the internal functions
2008-03-30 Ian Welleranother start to the api
2008-03-30 Ian Wellera start to the api
2008-03-30 Ian Welleronce again, damn magic quotes...
...
tags
15 years ago 1.0b4 releasing 1.0b4. new in this versio...
15 years ago 1.0b3.1 retag for 1.0b3, I decided to add...
15 years ago 1.0b3 made tag for 1.0b3
15 years ago 1.0b2 made tag for 1.0b2
15 years ago 1.0b1 made tag for 1.0b1
heads
13 years ago master