Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorize.dtd
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-14 11:28:35 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-14 11:28:35 (GMT)
commitb2da2ffe0b74dda78a825c910fca5f3620b9b6e7 (patch)
treec2d56d56befcf58c455cea39eddc73a8b2021fa0 /memorize.dtd
parentdc5d86958fad400a3add59d7df2911a4ea68a828 (diff)
- added new model
- the config files for games have changed to use xml added reading and writing of the config files - adopted the ui to use the model - adopted the dbus methods to send the new grid when a game changes - fixed some buddy left issues - cleaned the misc folder
Diffstat (limited to 'memorize.dtd')
-rw-r--r--memorize.dtd14
1 files changed, 9 insertions, 5 deletions
diff --git a/memorize.dtd b/memorize.dtd
index 40542e8..05a4312 100644
--- a/memorize.dtd
+++ b/memorize.dtd
@@ -2,11 +2,13 @@
<!ELEMENT memorize (#PCDATA|pair)*>
<!ATTLIST memorize
- name CDATA #REQUIRED
- scoresnd CDATA #IMPLIED
- winsnd CDATA #IMPLIED
- divided CDATA #IMPLIED
- face CDATA #IMPLIED
+ name CDATA #REQUIRED
+ scoresnd CDATA #IMPLIED
+ winsnd CDATA #IMPLIED
+ divided CDATA #IMPLIED
+ face CDATA #IMPLIED
+ face1 CDATA #IMPLIED
+ face2 CDATA #IMPLIED
>
<!ELEMENT pair (#PCDATA)* >
@@ -18,4 +20,6 @@
bsnd CDATA #IMPLIED
bchar CDATA #IMPLIED
color CDATA #IMPLIED
+ acharalign CDATA #IMPLIED
+ bcharalign CDATA #IMPLIED
>