aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/Resources/CatalystGrammar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS/Resources/CatalystGrammar.xml')
-rw-r--r--ShiftOS/Resources/CatalystGrammar.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/ShiftOS/Resources/CatalystGrammar.xml b/ShiftOS/Resources/CatalystGrammar.xml
deleted file mode 100644
index b082a0d..0000000
--- a/ShiftOS/Resources/CatalystGrammar.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<grammar version="1.0" xml:lang="en-US"
- xmlns="http://www.w3.org/2001/06/grammar"
- tag-format="semantics/1.0" root="Main">
-
- <!-- Catalyst Grammar File
-
- This file gives Catalyst the ability to recognize
- audio input and give a proper response.
-
- -->
-
- <rule id="Main">
- <item>
- How much Code Points do I have?
- </item>
- <item>Can you run <ruleref uri="#programs"/>?</item>
- <item>Can you minimize <ruleref uri="#programs"/>?</item>
- <item>Can you close <ruleref uri="#programs"/>?</item>
- </rule>
-
- <rule id="programs" scope="public">
- <one-of>
- <item> Terminal</item>
- <item> Knowledge Input</item>
- <item> Pong</item>
- <item> Shiftorium</item>
- <item> Shifter</item>
- <item> Labyrinth</item>
- <item> Web Browser</item>
- <item> Shiftnet</item>
- <item> Skin Loader</item>
- <item> Skin Shifter</item>
- <item> Artpad</item>
- <item> TextPad</item>
- <item> OrcWrite</item>
- <item> File Skimmer</item>
- <item> Name Changer</item>
- <item> Icon Manager</item>
- </one-of>
- </rule>
-</grammar> \ No newline at end of file