cvs commit: orator export.php footer.php slide.php orator/config conf.php.dist orator/lib Presentation.php Slide.php orator/lib/Slide html.php static.php orator/templates/export frames.inc

Chuck Hagenbuch chuck@horde.org
Tue, 4 Dec 2001 13:09:58 -0800 (PST)


chuck       2001/12/04 13:09:58 PST

  Modified files:
    .                    footer.php slide.php 
    config               conf.php.dist 
    lib                  Presentation.php Slide.php 
  Added files:
    .                    export.php 
    lib/Slide            html.php static.php 
    templates/export     frames.inc 
  Log:
  Lots of changes, mostly to allow exporting of presentations.
  - Slide is now a driver-based class allowing for different kinds of output
  - export.php, if passed a presentation and you are logged into Horde as an Administrator,
    will write out static html for a presentation, including frameset, etc.
  - should work on everything currently defined in the presentation spec.
  
  Revision  Changes    Path
  1.3       +20 -1     orator/config/conf.php.dist
  1.1       +114 -0    orator/export.php (new)
  1.5       +2 -2      orator/footer.php
  1.7       +41 -29    orator/lib/Presentation.php
  1.8       +52 -100   orator/lib/Slide.php
  1.1       +218 -0    orator/lib/Slide/html.php (new)
  1.1       +59 -0     orator/lib/Slide/static.php (new)
  1.10      +4 -72     orator/slide.php
  1.1       +12 -0     orator/templates/export/frames.inc (new)

  Chora Links:
  http://cvs.horde.org/diff.php/orator/config/conf.php.dist?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/orator/export.php?r=1.1
  http://cvs.horde.org/diff.php/orator/footer.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/orator/lib/Presentation.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/orator/lib/Slide.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/co.php/orator/lib/Slide/html.php?r=1.1
  http://cvs.horde.org/co.php/orator/lib/Slide/static.php?r=1.1
  http://cvs.horde.org/diff.php/orator/slide.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/co.php/orator/templates/export/frames.inc?r=1.1