File: save-resume.page

package info (click to toggle)
gnome-chess 1%3A43.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,092 kB
  • sloc: xml: 155; makefile: 6
file content (59 lines) | stat: -rw-r--r-- 1,878 bytes parent folder | download | duplicates (2)
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
<page xmlns="http://projectmallard.org/1.0/"
	type="topic" style="task"
	id="save-resume">

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

    <revision pkgversion="3.4" version="0.1" date="2012-01-15" status="review"/>
    <revision pkgversion="3.28" version="0.2" date="2018-09-05" status="review"/>
    <revision pkgversion="40" version="0.3" date="2021-03-21" status="review"/>

    <credit type="author">
      <name>Brian Grohe</name>
      <email>grohe43@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Tiffany Antopolski</name>
      <email>tiffany.antopolski@gmail.com</email>
    </credit>
    <credit type="author">
      <name>Andre Klapper</name>
      <email>ak-47@gmx.net</email>
    </credit>
    <credit type="author">
      <name>Rafael Fontenelle</name>
      <email>rafaelff@gnome.org</email>
    </credit>

    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>
  </info>

<title>Save and resume</title>

  <section id="save">
    <title>Saving your game</title>
      <p>To save your game:</p>
      <steps>
        <item><p>Press the menu button in the top-right corner of the window
        and select <gui style="menuitem">Save Game</gui>.</p></item>
        <item><p>Select a location for your game. It is best to save it in a
        location you will easily remember for future retrieval.</p></item>
        <item><p>Click <gui>Save</gui>.</p></item>
      </steps>
  </section>

  <section id="resume">
    <title>Resuming your game</title>
      <p>To resume a previously saved game:</p>
     <steps>
        <item><p>Press the menu button in the top-right corner of the window
        and select <gui style="menuitem">Open Game…</gui>.</p></item>
       <item><p>Select the file for your saved game.</p></item>
       <item><p>Click <gui>Open</gui>.</p></item>
     </steps>
  </section>

</page>