|
From: Benjamin C. <bc...@us...> - 2001-12-15 19:17:12
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv4569 Modified Files: README Log Message: Updated for 0.6.0 Index: README =================================================================== RCS file: /cvsroot/phpbt/phpbt/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 2000/12/26 18:35:00 1.2 +++ README 2001/12/15 19:17:09 1.3 @@ -8,11 +8,10 @@ database backend and uses templates for rendering the pages. Currently phpBugTracker is nowhere near a drop-in replacement for Bugzilla, so -don't expect it to be. Maybe it will get to that point one day, maybe it won't. -If it doesn't meet your needs, your development help is welcome, but your -whining isn't! Just remember that I do this in my very limited spare time for -fun, and I hope others can enjoy what little I have done/will do on it. That -said, I hope you enjoy using phpBugTracker, and that you find it useful. +don't expect it to be. Maybe it will get to that point one day, maybe it won't, +but either way I'm trying to make it a capable bug tracker. I hope you enjoy +using phpBugTracker, and that you find it useful. + Comments and suggestions are always welcome, either at the SourceForge page at http://www.sourceforge.net/projects/phpbt or via email at bc...@us.... @@ -23,8 +22,6 @@ Here is a list of the requirements to get this running on your server. 1. A webserver 2. PHP -3. PHPlib (http://phplib.netuse.de) - This is used for the templates and the - database abstraction. -4. A database - Currently the default database is MySQL (http://www.mysql.com/), +3. A database - Currently MySQL and PostgreSQL have been tested, though the goal is to be database independent. The query routine is a notable exception to that goal at the moment. |