diff options
author | Shaun McCance <shaunm@gnome.org> | 2010-06-04 09:09:38 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2010-06-04 09:09:38 -0500 |
commit | 90849139b1e3d3701e7ee372d3028fefb93f88fa (patch) | |
tree | d095cc9242705d5ad9889a79b2b4a20d68f52d88 /help | |
parent | f12d70a1b2a3a0a380ecabfcf7a3b15fe0c989ae (diff) |
[help] Adding help content for AlarmClock
Diffstat (limited to 'help')
-rw-r--r-- | help/C/AlarmClock-alarm.page | 36 | ||||
-rw-r--r-- | help/C/AlarmClock-sleep.page | 32 | ||||
-rw-r--r-- | help/C/AlarmClock.page | 23 | ||||
-rw-r--r-- | help/C/index.page.stub | 7 |
4 files changed, 98 insertions, 0 deletions
diff --git a/help/C/AlarmClock-alarm.page b/help/C/AlarmClock-alarm.page new file mode 100644 index 0000000..9055b28 --- /dev/null +++ b/help/C/AlarmClock-alarm.page @@ -0,0 +1,36 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="guide" style="task" id="AlarmClock-alarm"> + <info> + <link type="guide" xref="AlarmClock"/> + <revision version="1.6" date="2010-06-01" status="incomplete"/> + <credit type="author copyright"> + <name>Shaun McCance</name> + <email>shaunm@gnome.org</email> + <years>2010</years> + </credit> + <desc>Use Banshee as an alarm clock.</desc> + </info> + + <title>Set an alarm</title> + + <p>You can use <app>Banshee</app> as an alarm clock using the + <app xref="AlarmClock">Alarm Clock</app> extension.</p> + + <steps> + <item><p>Choose <guiseq><gui>Tools</gui><gui>Alarm Clock</gui><gui>Alarm</gui></guiseq>.</p></item> + <item><p>Select <gui>Enable Alarm</gui>.</p></item> + <item><p>Enter a time in the fields labeled <gui>Set Time</gui>. Enter + the hour in the left field, and the minute in the right.</p></item> + </steps> + + <note style="important"> + <p>You must enable the <app>Alarm Clock</app> extension before using this + feature. See <link xref="AlarmClock#enable"/> for instructions.</p> + </note> + + <comment> + <cite date="2010-06-01">shaunm</cite> + <p>Seems to work with 12-hour time, though there's no place for am/pm. + Also seems to work with 24-hour time. Ask Bertrand for details.</p> + </comment> +</page> diff --git a/help/C/AlarmClock-sleep.page b/help/C/AlarmClock-sleep.page new file mode 100644 index 0000000..0dceb83 --- /dev/null +++ b/help/C/AlarmClock-sleep.page @@ -0,0 +1,32 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="topic" style="task" id="AlarmClock-sleep"> + <info> + <link type="guide" xref="AlarmClock"/> + <link type="seealso" xref="AlarmClock-alarm"/> + <revision version="1.6" date="2010-06-01" status="stub"/> + <credit type="author copyright"> + <name>Shaun McCance</name> + <email>shaunm@gnome.org</email> + <years>2010</years> + </credit> + <desc>Automatically stop playback at a specified time.</desc> + </info> + + <title>Set a sleep timer</title> + + <p>You can make <app>Banshee</app> automatically stop all playback at + a specified time using the <app xref="AlarmClock">Alarm Clock</app> + extension. This is useful, for example, if you like to listen to + music or watch videos as you go to sleep.</p> + + <steps> + <item><p>Choose <guiseq><gui>Tools</gui><gui>Alarm Clock</gui><gui>Sleep Timer</gui></guiseq>.</p></item> + <item><p>Enter a time in the fields labeled <gui>Sleep Timer</gui>. Enter + the hour in the left field, and the minute in the right.</p></item> + </steps> + + <note style="important"> + <p>You must enable the <app>Alarm Clock</app> extension before using this + feature. See <link xref="AlarmClock#enable"/> for instructions.</p> + </note> +</page> diff --git a/help/C/AlarmClock.page b/help/C/AlarmClock.page new file mode 100644 index 0000000..076c5df --- /dev/null +++ b/help/C/AlarmClock.page @@ -0,0 +1,23 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="guide" id="AlarmClock"> + <info> + <revision version="1.6" date="2010-06-01" status="stub"/> + <credit type="author copyright"> + <name>Shaun McCance</name> + <email>shaunm@gnome.org</email> + <years>2010</years> + </credit> + </info> + <title><app>Alarm Clock</app> Extension</title> + + <section id="enable"> + <title>Enable <app>Alarm Clock</app></title> + <p>Before you can set an alarm or set <app>Banshee</app> to sleep, you must + enable the <app>Alarm Clock</app> extension.</p> + <steps> + <item><p>Choose <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>.</p></item> + <item><p>Click the <gui>Extension</gui> tab.</p></item> + <item><p>Select the check box next to <gui>Alarm Clock</gui>.</p></item> + </steps> + </section> +</page> diff --git a/help/C/index.page.stub b/help/C/index.page.stub new file mode 100644 index 0000000..1ddb0c3 --- /dev/null +++ b/help/C/index.page.stub @@ -0,0 +1,7 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="guide" id="index"> + <info> + <link type="topic" xref="AlarmClock"/> + </info> + <title>[[BCE Test Index]]</title> +</page> |