~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnSlideShows/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:Unknown-Page
 
4
##master-date:Unknown-Date
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
<<Navigation(slideshow)>>
 
9
 
 
10
You can easily create slide shows using the `<<Navigation>>` macro.
 
11
 
 
12
For a new presentation, start on a new page - we use HelpOnSlideShows (''this'' page) as an example.
 
13
 
 
14
For your convenience, there is a SlideShowTemplate - use it!
 
15
 
 
16
Put `<<Navigation(slideshow)>>` on top of that page (looks like you see above) - that creates a link to toggle between slide show and wiki mode, and a link to start the slide show.
 
17
 
 
18
Refer to your slides with numbered sub-page links putting some code like that on your top page:
 
19
{{{
 
20
 * [[/000 Introduction]]
 
21
 * [[/100 Creating the slides]]
 
22
 * ...
 
23
 * [[/900 Last but not least: Running your presentation.]]
 
24
 * ../SlideShowHandOutTemplate
 
25
}}}
 
26
 
 
27
(!) Leave some numbers free in between - just for that case you need to insert additional slides later.
 
28
 
 
29
(!) Don't use too long page titles - you will see that they look bad (at least in wiki mode due to wrapping of the wiki page title).
 
30
 
 
31
This will look like that:
 
32
 * [[/000 Introduction]]
 
33
 * [[/100 Creating the slides]]
 
34
 * ...
 
35
 * [[/900 Last but not least: Running your presentation]]
 
36
 * ../SlideShowHandOutTemplate
 
37
 
 
38
You may want to put `<<Navigation(children)>>` at bottom of the page - that lists the pages' child pages and looks like you see below:
 
39
 
 
40
<<Navigation(children)>>