source: gnome/games/gnome-games.xml@ 2a3a49a

systemd-13485
Last change on this file since 2a3a49a was 8709c7c8, checked in by Christopher Gregory <cjg@…>, 10 years ago

Add chess page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14541 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7]>
8
9<sect1 id="gnome-games" xreflabel="Gnome Games">
10 <?dbhtml filename="gnomegames.html"?>
11
12 <sect1info>
13 <othername>$LastChangedBy$</othername>
14 <date>$Date$</date>
15 </sect1info>
16
17 <title>Gnome Games</title>
18
19 <indexterm zone="gnome-games">
20 <primary sortas="a-gnome-games">gnome-games</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title>Introduction to Gnome Games</title>
25
26 <para>
27 The <application>Gnome Games</application> page contains the
28 instructions for building the indivdual Gnome Games packages.
29 </para>
30
31 <sect3 id="gnome-card-games">
32 <title>Card Games</title>
33
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 <xref linkend="aisleriot"/>
38 </para>
39 </listitem>
40 </itemizedlist>
41
42 </sect3>
43
44 <sect3 id="gnome-puzzel-games">
45 <title>Puzzel Games</title>
46
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 <xref linkend="lightsoff"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 <xref linkend="klotski"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 <xref linkend="swell-foop"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 <xref linkend="gnome-tetravex"/>
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 <xref linkend="five-or-more"/>
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 </sect3>
76
77 <sect3 id="gnome-strategy-games">
78 <title>Strategy Games</title>
79
80 <itemizedlist spacing="compact">
81 <listitem>
82 <para>
83 <xref linkend="four-in-a-row"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 <xref linkend="iagno"/>
89 </para>
90 </listitem>
91 </itemizedlist>
92
93 </sect3>
94
95 <sect3 id="gnome-miscellaneous-games">
96 <title>Miscellaneous Games</title>
97
98 <itemizedlist spacing="compact">
99 <listitem>
100 <para>
101 <xref linkend="gnome-nibbles"/>
102 </para>
103 </listitem>
104 <listitem>
105 <para>
106 <xref linkend="gnome-mahjongg"/>
107 </para>
108 </listitem>
109 <listitem>
110 <para>
111 <xref linkend="quadrapassel"/>
112 </para>
113 </listitem>
114 <listitem>
115 <para>
116 <xref linkend="gnome-robots"/>
117 </para>
118 </listitem>
119 <listitem>
120 <para>
121 <xref linkend="tali"/>
122 </para>
123 </listitem>
124 <listitem>
125 <para>
126 <xref linkend="gnome-chess"/>
127 </para>
128 </listitem>
129 </itemizedlist>
130
131 </sect3>
132 </sect2>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="aisleriot.xml"/>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="lightsoff.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="klotski.xml"/>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="swell-foop.xml"/>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="tetravex.xml"/>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="five-or-more.xml"/>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="four-in-a-row.xml"/>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="iagno.xml"/>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="nibbles.xml"/>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="mahjongg.xml"/>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="quadrapassel.xml"/>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="robots.xml"/>
169
170 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
171 href="tali.xml"/>
172
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
174 href="chess.xml"/>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.