~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): Jamie Strandboge
  • Date: 2010-03-30 12:55:34 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100330125534-4c2ufc1rok24447l
Tags: 1.9.2-2ubuntu1
* Merge from Debian testing (LP: #521834). Based on work by Stefan Ebner.
  Remaining changes:
 - Remove python-xml from Suggests field, the package isn't anymore in
   sys.path.
 - Demote fckeditor from Recommends to Suggests; the code was previously
   embedded in moin, but it was also disabled, so there's no reason for us
   to pull this in by default currently. Note: This isn't necessary anymore
   but needs a MIR for fckeditor, so postpone dropping this change until
   lucid+1
* debian/rules:
  - Replace hardcoded python2.5 with python* and hardcore python2.6 for ln
* debian/control.in: drop versioned depends on cdbs

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)>>