[cvs] commit: incubator/watson COPYING README content.php content_edit.php current.php fetch.php index.php now.php incubator/watson/config .cvsignore conf.xml prefs.php.dist sources.php.dist incubator/watson/docs CHANGES CREDITS INSTALL ...

Chuck Hagenbuch chuck at horde.org
Wed Aug 29 02:42:01 UTC 2007


chuck       2007-08-28 22:42:01 EDT

  Added files:
    watson               COPYING README content.php 
                         content_edit.php current.php fetch.php 
                         index.php now.php 
    watson/config        .cvsignore conf.xml prefs.php.dist 
                         sources.php.dist 
    watson/docs          CHANGES CREDITS INSTALL RELEASE_NOTES 
                         TODO 
    watson/lib           Driver.php Watson.php base.php 
                         version.php 
    watson/lib/Block     channel.php current.php current2.php 
    watson/lib/Driver    hrt.php mediaset.php mtvadrija.php 
                         rai.php rtl.php rtvslo.php sql.php 
    watson/locale/sl_SI/LC_MESSAGES watson.mo 
    watson/po            .cvsignore README sl_SI.po watson.pot 
    watson/scripts/sql   watson.mysql.sql 
    watson/templates     common-header.inc menu.inc panel.inc 
    watson/themes        screen.css 
    watson/themes/graphics minus.png plus.png watson.png 
  Log:
  Add Watson ("What's On?")
  
  Revision  Changes    Path
  1.1       +280 -0    incubator/watson/COPYING (new)
  1.1       +87 -0     incubator/watson/README (new)
  1.1       +3 -0      incubator/watson/config/.cvsignore (new)
  1.1       +29 -0     incubator/watson/config/conf.xml (new)
  1.1       +25 -0     incubator/watson/config/prefs.php.dist (new)
  1.1       +298 -0    incubator/watson/config/sources.php.dist (new)
  1.1       +37 -0     incubator/watson/content.php (new)
  1.1       +33 -0     incubator/watson/content_edit.php (new)
  1.1       +106 -0    incubator/watson/current.php (new)
  1.1       +5 -0      incubator/watson/docs/CHANGES (new)
  1.1       +24 -0     incubator/watson/docs/CREDITS (new)
  1.1       +215 -0    incubator/watson/docs/INSTALL (new)
  1.1       +49 -0     incubator/watson/docs/RELEASE_NOTES (new)
  1.1       +8 -0      incubator/watson/docs/TODO (new)
  1.1       +38 -0     incubator/watson/fetch.php (new)
  1.1       +24 -0     incubator/watson/index.php (new)
  1.1       +52 -0     incubator/watson/lib/Block/channel.php (new)
  1.1       +111 -0    incubator/watson/lib/Block/current.php (new)
  1.1       +111 -0    incubator/watson/lib/Block/current2.php (new)
  1.1       +54 -0     incubator/watson/lib/Driver.php (new)
  1.1       +90 -0     incubator/watson/lib/Driver/hrt.php (new)
  1.1       +56 -0     incubator/watson/lib/Driver/mediaset.php (new)
  1.1       +62 -0     incubator/watson/lib/Driver/mtvadrija.php (new)
  1.1       +78 -0     incubator/watson/lib/Driver/rai.php (new)
  1.1       +79 -0     incubator/watson/lib/Driver/rtl.php (new)
  1.1       +117 -0    incubator/watson/lib/Driver/rtvslo.php (new)
  1.1       +198 -0    incubator/watson/lib/Driver/sql.php (new)
  1.1       +312 -0    incubator/watson/lib/Watson.php (new)
  1.1       +49 -0     incubator/watson/lib/base.php (new)
  1.1       +1 -0      incubator/watson/lib/version.php (new)
  1.1       +11 -0     incubator/watson/locale/sl_SI/LC_MESSAGES/watson.mo (new)
  1.1       +204 -0    incubator/watson/now.php (new)
  1.1       +1 -0      incubator/watson/po/.cvsignore (new)
  1.1       +1 -0      incubator/watson/po/README (new)
  1.1       +126 -0    incubator/watson/po/sl_SI.po (new)
  1.1       +128 -0    incubator/watson/po/watson.pot (new)
  1.1       +8 -0      incubator/watson/scripts/sql/watson.mysql.sql (new)
  1.1       +29 -0     incubator/watson/templates/common-header.inc (new)
  1.1       +5 -0      incubator/watson/templates/menu.inc (new)
  1.1       +44 -0     incubator/watson/templates/panel.inc (new)
  1.1       +4 -0      incubator/watson/themes/graphics/minus.png (new)
  1.1       +3 -0      incubator/watson/themes/graphics/plus.png (new)
  1.1       +4 -0      incubator/watson/themes/graphics/watson.png (new)
  1.1       +152 -0    incubator/watson/themes/screen.css (new)

  Chora Links:
  http://cvs.horde.org/co.php/incubator/watson/COPYING?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/README?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/config/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/config/conf.xml?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/config/prefs.php.dist?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/config/sources.php.dist?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/content.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/content_edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/current.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/docs/CHANGES?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/docs/CREDITS?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/docs/INSTALL?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/docs/RELEASE_NOTES?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/docs/TODO?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/fetch.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Block/channel.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Block/current.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Block/current2.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver/hrt.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver/mediaset.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver/mtvadrija.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver/rai.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver/rtl.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver/rtvslo.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Driver/sql.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/Watson.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/base.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/lib/version.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/locale/sl_SI/LC_MESSAGES/watson.mo?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/now.php?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/po/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/po/README?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/po/sl_SI.po?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/po/watson.pot?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/scripts/sql/watson.mysql.sql?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/templates/common-header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/templates/menu.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/templates/panel.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/themes/graphics/minus.png?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/themes/graphics/plus.png?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/themes/graphics/watson.png?r=1.1
  http://cvs.horde.org/co.php/incubator/watson/themes/screen.css?r=1.1


More information about the cvs mailing list