diff options
| author | AShifter <[email protected]> | 2018-02-25 14:29:41 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2018-02-25 14:29:41 -0700 |
| commit | 24eea3c6900a718ffca598c0b751e16a097bf57d (patch) | |
| tree | efdf0e1b1c4275fddeb3c24d306805c2f3a286b9 /ShiftOS.Main/Resources/CatalystGrammar.xml | |
| parent | f847236b78d00b9e3c528938fe1331f6817d3dde (diff) | |
| download | shiftos-rewind-24eea3c6900a718ffca598c0b751e16a097bf57d.tar.gz shiftos-rewind-24eea3c6900a718ffca598c0b751e16a097bf57d.tar.bz2 shiftos-rewind-24eea3c6900a718ffca598c0b751e16a097bf57d.zip | |
clean up resources
let's get this show on the road baby
Diffstat (limited to 'ShiftOS.Main/Resources/CatalystGrammar.xml')
| -rw-r--r-- | ShiftOS.Main/Resources/CatalystGrammar.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/ShiftOS.Main/Resources/CatalystGrammar.xml b/ShiftOS.Main/Resources/CatalystGrammar.xml deleted file mode 100644 index 90543d6..0000000 --- a/ShiftOS.Main/Resources/CatalystGrammar.xml +++ /dev/null @@ -1,43 +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 |
