Difference: SlideShowPlugin (5 vs. 6)

Revision 62007-09-30 - TWikiContributor

Line: 1 to 1
 

Slide Show Plugin

Changed:
<
<
This Plugin converts a topic with headings into a slide show.
>
>
This plugin converts a topic with headings into a slideshow.
 

Introduction

Changed:
<
<
There is already a defacto standard for presentations, why this Plugin? This Plugin makes sense for organizations that do already have lots of content in TWiki: It is easy to create a web based presentation that contains many links to related content. The Plugin does not try to compete with the bells and whistles of the other presentation program, but the markup of TWiki and other Plugins like TWiki:Plugins/ChartPlugin, TWiki:Plugins/GaugePlugin, TWiki:Plugins/SpreadSheetPlugin, TWiki:Plugins/TWikiDrawPlugin can be used to create an appealing presentation.
>
>
There is already a defacto standard for presentations, why this plugin? This plugin makes sense for organizations that do already have lots of content in TWiki: It is easy to create a web based presentation that contains many links to related content. The plugin does not try to compete with the bells and whistles of the other presentation program, but the markup of TWiki and other plugins like TWiki:Plugins/ChartPlugin, TWiki:Plugins/GaugePlugin, TWiki:Plugins/SpreadSheetPlugin, TWiki:Plugins/TWikiDrawPlugin can be used to create appealing presentations.
  Any topic with headings can be converted into a slide show. Each slide starts with a "---++" heading. There are two modes to view a topic:
Line: 18 to 18
 

Syntax Rules

Changed:
<
<

How to Create a Slide Show

>
>

How to Create a Slideshow

 
  • Start with %SLIDESHOWSTART%
    • Use the optional template parameter to specify your own slide template topic, e.g. %SLIDESHOWSTART{ template="MyOwnSlideTemplate" }%
Line: 29 to 29
 

How to Create Your own Slide Template

Changed:
<
<
To create your own template topic, copy the "Default Slide Template" section below into your own slide template topic and customize it to your needs. It can be activated as the default template in the Plugin's TEMPLATE setting, or per slide show with the %SLIDESHOWSTART{ template="MyOwnSlideTemplate" }% setting.
>
>
To create your own template topic, copy the "Default Slide Template" section below into your own slide template topic and customize it to your needs. It can be activated as the default template in the plugin's TEMPLATE setting, or per slideshow with the %SLIDESHOWSTART{ template="MyOwnSlideTemplate" }% setting.
 
  • Use an HTML table that defines a slide. For example, create one row for the slide title, another one for the slide text.
  • These keywords can be used:
Line: 49 to 49
 

Example

Changed:
<
<
This is a short example of a slide show. You should see a "Start presentation" button if this Plugin is installed:
>
>
This is a short example of a slideshow. You should see a "Start presentation" button if this plugin is installed:
 

Start Presentation

Changed:
<
<

Silly Sample Slide Show

>
>

Silly Sample Slideshow

 

By TWiki:Main/PeterThoeny
Changed:
<
<
San Jose, 17 Nov 2002
>
>
San Jose, 29 Sep 2007
 

Agenda

Line: 84 to 84
  Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, i.e. %SLIDESHOWPLUGIN_SHORTDESCRIPTION%
Changed:
<
<
>
>
 
    • Set SHORTDESCRIPTION = Create web based presentations based on topics with headings.

  • Debug plugin: (See output in data/debug.txt)
Line: 135 to 135
  Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.
Changed:
<
<
  • Download the ZIP file from the Plugin web (see below)
>
>
  • Download the ZIP file from the Plugin Home (see below)
 
  • Unzip SlideShowPlugin.zip in your twiki installation directory. Content:
    File: Description:
    <-- -->
    Sorted descending
    data/TWiki/SlideShowPlugin.txt Plugin topic
Line: 148 to 148
 

Plugin Info

Plugin Author: TWiki:Main/PeterThoeny
Changed:
<
<
Copyright: © 2006, Peter Thoeny
>
>
Copyright: © 2006-2007, Peter Thoeny, TWIKI.NET
 
License: GPL (GNU General Public License)
Changed:
<
<
Plugin Version: 12011
>
>
Plugin Version: 29 Sep 2007 (15091)
 
Change History:
<-- versions below in reverse order -->
 
Added:
>
>
29 Sep 2007: Added VarSLIDESHOWSTART and VarSLIDESHOWEND to have them listed in TWikiVariables
 
12 Feb 2007: fixed construction of view urls (TWiki:Main/MichaelDaum)
19 Nov 2006: 12011: Preserve URL parameters in slideshow (suggested by TWiki:Main/ThomasWeigert); changed logo in default template to T-logo; fixed warning errors introduced by 1.005
16 Mar 2005: 1.005 Crawford Currie prepped for Dakar, and fixed multiple evaluation bug
Line: 164 to 165
 
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.005
Changed:
<
<
TWiki:Plugins/Benchmark: GoodStyle 98%, FormattedSearch 99%, SlideShowPlugin 99%
>
>
TWiki:Plugins/Benchmark: GoodStyle 98%, FormattedSearch 99%, SlideShowPlugin 99%
 
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/SlideShowPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/SlideShowPluginDev
Appraisal: http://TWiki.org/cgi-bin/view/Plugins/SlideShowPluginAppraisal
Changed:
<
<
Related Topics: TWikiPreferences, TWikiPlugins
>
>
Related Topics: TWikiPreferences, TWikiPlugins
 
META FILEATTACHMENT attr="h" comment="Next button" date="1037510613" name="next.gif" path="C:\Data\next.gif" size="993" user="TWikiContributor" version="1.2"
META FILEATTACHMENT attr="h" comment="Prev button" date="1037510599" name="prev.gif" path="C:\Data\prev.gif" size="993" user="TWikiContributor" version="1.2"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.SlideShowPlugin.