File: timer.page

package info (click to toggle)
gnome-clocks 49.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,984 kB
  • sloc: ansic: 140; xml: 42; makefile: 6
file content (52 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download | duplicates (3)
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
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="guide" style="task"
      id="timer">

  <info>
    <link type="guide" xref="index#timer"/>

    <revision pkgversion="3.10" date="2013-09-15" status="candidate"/>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <credit type="author copyright">
      <name>Aruna Sankaranarayanan</name>
      <email its:translate="no">aruna.evam@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>

    <desc>Use a countdown to be notified when a time period has elapsed.</desc>
  </info>

  <title>Set the timer</title>

  <p>Set the amount of time for the timer countdown. You will be
  notified when the countdown has finished.</p>

  <steps>
    <item>
      <p>Press the <gui style="button">Timer</gui> button.</p>
    </item>
    <item>
      <p>Set your time for the countdown.</p>
    </item>
    <item>
      <p>Press <gui style="button">Start</gui> to commence the countdown.</p>
    </item>
  </steps>

  <p>You will be notified when the countdown reaches zero.</p>

  <note style="tip">
    <p>Once the timer has started its countdown, you can press the
    <gui style="button">Pause</gui> button to pause the timer. To reset the
    timer, press the <gui style="button">Reset</gui> button.</p>
  </note>

</page>