summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/standalone_rst_s5_html.txt
blob: 863cc77b6ef45be5945160d07bc5b57b7cf95218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.. include:: <s5defs.txt>

=============
 Slide Shows
=============

:Author: David Goodger
:Date:   2005-11-28

.. contents::
   :class: handout

.. class:: handout

   This is a test.  This is only a test.  If this were a real slide
   show, there would be a projector handy.

Let's test the S5/HTML writer!

.. class:: small

* Use the arrow keys to navigate.

* Click the "|mode|" button to switch between presentation &
  handout/outline modes.

.. container:: handout

   In presentation mode, mouse over to the lower right-hand corner to
   display the controls.

.. |bullet| unicode:: U+02022
.. |mode| unicode:: U+00D8 .. capital o with stroke
.. footer:: Location |bullet| Date


Introduction
============

.. class:: compact

* reStructuredText

  .. class:: handout

  Uses normal reStructuredText as input.

* One section per slide

  .. class:: handout

  Each first-level section is converted into a single slide.

* (X)HTML output

  .. class:: handout

  Presentations can be viewed using any modern graphical web browser.
  The browser must support CSS, JavaScript, and XHTML.  S5 even works
  with IE!

* Themes

  .. class:: handout

  A variety of themes are available.

* ``rst2s5.py``

  .. class:: handout

  The front-end tool to generate S5 slide shows.


Features (1)
============

.. class:: left

A flush-left paragraph

.. class:: center

A centered paragraph

.. class:: right

A flush-right paragraph

Some colours: :black:`black` [black], :gray:`gray`, :silver:`silver`,
:white:`white` [white], :maroon:`maroon`, :red:`red`,
:magenta:`magenta`, :fuchsia:`fuchsia`, :pink:`pink`,
:orange:`orange`, :yellow:`yellow`, :lime:`lime`, :green:`green`,
:olive:`olive`, :teal:`teal`, :cyan:`cyan`, :aqua:`aqua`,
:blue:`blue`, :navy:`navy`, :purple:`purple`

Features (2)
============

`Some` `incremental` `text.`

.. class:: incremental open

   * :tiny:`tiny` (class & role name: "tiny", e.g. "``:tiny:`text```")
   * :small:`small` ("small")
   * normal (unstyled)
   * :big:`big` ("big")
   * :huge:`huge` ("huge")


Checklist
=========

* The document title should be duplicated on each slide in the footer
  (except for the first slide, ``slide0``, where the entire footer is
  disabled).

* The footer also contains a second line, "Location |bullet| Date"

* There's no table of contents on the first slide, although it does
  appear in the handout/outline.

* Handout material is not displayed in presentation mode.

* The theme directories should be created, and the theme files copied
  over.