[cvs] commit: incubator/groo README catalog.php friends.php index.php leases.php search.php incubator/groo/config conf.php conf.xml prefs.php prefs.php.dist incubator/groo/docs CHANGES CREDITS Groo_Notes.txt INSTALL RELEASE_NOTES TODO incubator/groo/lib ...

Luciano Ramalho ramalho at gmail.com
Fri Jul 14 16:22:08 PDT 2006


luciano     2006-07-14 16:22:08 PDT

  Modified files:
    groo                 README 
  Added files:
    groo                 catalog.php friends.php index.php 
                         leases.php search.php 
    groo/config          conf.php conf.xml prefs.php 
                         prefs.php.dist 
    groo/docs            CHANGES CREDITS Groo_Notes.txt INSTALL 
                         RELEASE_NOTES TODO 
    groo/lib             Book.php BookTest.php Driver.php 
                         Fetch.php Groo.php ISBN.php ISBNForm.php 
                         ISBNTest.php base.php version.php 
    groo/lib/Fetch       Amazon.php 
    groo/scripts/drivers mysql.sql mysql.sql~ 
    groo/templates       common-header.inc menu.inc queue.html 
    groo/themes          screen.css 
    groo/themes/graphics bookswap.gif catalog.png favicon.ico 
                         friends.png groo.png leases.png 
                         search.png 
  Log:
  First integration of previous code with Horde framework
  
  Revision  Changes    Path
  1.4       +17 -45    incubator/groo/README
  1.1       +85 -0     incubator/groo/catalog.php (new)
  1.1       +8 -0      incubator/groo/config/conf.php (new)
  1.1       +27 -0     incubator/groo/config/conf.xml (new)
  1.1       +21 -0     incubator/groo/config/prefs.php (new)
  1.1       +21 -0     incubator/groo/config/prefs.php.dist (new)
  1.1       +5 -0      incubator/groo/docs/CHANGES (new)
  1.1       +24 -0     incubator/groo/docs/CREDITS (new)
  1.1       +140 -0    incubator/groo/docs/Groo_Notes.txt (new)
  1.1       +215 -0    incubator/groo/docs/INSTALL (new)
  1.1       +49 -0     incubator/groo/docs/RELEASE_NOTES (new)
  1.1       +9 -0      incubator/groo/docs/TODO (new)
  1.1       +26 -0     incubator/groo/friends.php (new)
  1.1       +21 -0     incubator/groo/index.php (new)
  1.1       +26 -0     incubator/groo/leases.php (new)
  1.1       +326 -0    incubator/groo/lib/Book.php (new)
  1.1       +151 -0    incubator/groo/lib/BookTest.php (new)
  1.1       +123 -0    incubator/groo/lib/Driver.php (new)
  1.1       +153 -0    incubator/groo/lib/Fetch.php (new)
  1.1       +151 -0    incubator/groo/lib/Fetch/Amazon.php (new)
  1.1       +39 -0     incubator/groo/lib/Groo.php (new)
  1.1       +150 -0    incubator/groo/lib/ISBN.php (new)
  1.1       +66 -0     incubator/groo/lib/ISBNForm.php (new)
  1.1       +102 -0    incubator/groo/lib/ISBNTest.php (new)
  1.1       +45 -0     incubator/groo/lib/base.php (new)
  1.1       +1 -0      incubator/groo/lib/version.php (new)
  1.1       +112 -0    incubator/groo/scripts/drivers/mysql.sql (new)
  1.1       +120 -0    incubator/groo/scripts/drivers/mysql.sql~ (new)
  1.1       +26 -0     incubator/groo/search.php (new)
  1.1       +29 -0     incubator/groo/templates/common-header.inc (new)
  1.1       +5 -0      incubator/groo/templates/menu.inc (new)
  1.1       +18 -0     incubator/groo/templates/queue.html (new)
  1.1       +2 -0      incubator/groo/themes/graphics/bookswap.gif (new)
  1.1       +6 -0      incubator/groo/themes/graphics/catalog.png (new)
  1.1       +1 -0      incubator/groo/themes/graphics/favicon.ico (new)
  1.1       +5 -0      incubator/groo/themes/graphics/friends.png (new)
  1.1       +3 -0      incubator/groo/themes/graphics/groo.png (new)
  1.1       +3 -0      incubator/groo/themes/graphics/leases.png (new)
  1.1       +7 -0      incubator/groo/themes/graphics/search.png (new)
  1.1       +3 -0      incubator/groo/themes/screen.css (new)

  Chora Links:
  http://cvs.horde.org/diff.php/incubator/groo/README?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/incubator/groo/catalog.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/config/conf.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/config/conf.xml?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/config/prefs.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/config/prefs.php.dist?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/docs/CHANGES?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/docs/CREDITS?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/docs/Groo_Notes.txt?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/docs/INSTALL?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/docs/RELEASE_NOTES?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/docs/TODO?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/friends.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/leases.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/Book.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/BookTest.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/Driver.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/Fetch.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/Fetch/Amazon.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/Groo.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/ISBN.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/ISBNForm.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/ISBNTest.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/base.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/lib/version.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/scripts/drivers/mysql.sql?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/scripts/drivers/mysql.sql~?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/search.php?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/templates/common-header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/templates/menu.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/templates/queue.html?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/graphics/bookswap.gif?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/graphics/catalog.png?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/graphics/favicon.ico?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/graphics/friends.png?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/graphics/groo.png?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/graphics/leases.png?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/graphics/search.png?r=1.1
  http://cvs.horde.org/co.php/incubator/groo/themes/screen.css?r=1.1


More information about the cvs mailing list