diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-20 20:29:17 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-20 20:29:41 -0400 |
| commit | 850716b2a8019fbbdee7f4b53c83051d33ad5e22 (patch) | |
| tree | 35073ccd67fe5330ec19f7ca97699b9ba9019b4f /ShiftOS/Resources/CatalystGrammar.xml | |
| parent | 4db0241d88bb59059b4c4ba17a9d9478f680bb32 (diff) | |
| download | shiftos-850716b2a8019fbbdee7f4b53c83051d33ad5e22.tar.gz shiftos-850716b2a8019fbbdee7f4b53c83051d33ad5e22.tar.bz2 shiftos-850716b2a8019fbbdee7f4b53c83051d33ad5e22.zip | |
Experimental Features...
LOADS of experimental stuff with Catalyst, Skinning and more!
Why not create a Sounds directory in your Skins\Loaded directory, and
stick a few .wav files in? Preferrably an infobox.wav, startup.wav and
shutdown.wav. Soon, there will be ways of adding these files in-game
through the Shifter, don't worry. Also, a Catalyst Story can be found in
Helper.vb in the form of a string array.
Diffstat (limited to 'ShiftOS/Resources/CatalystGrammar.xml')
| -rw-r--r-- | ShiftOS/Resources/CatalystGrammar.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ShiftOS/Resources/CatalystGrammar.xml b/ShiftOS/Resources/CatalystGrammar.xml new file mode 100644 index 0000000..b082a0d --- /dev/null +++ b/ShiftOS/Resources/CatalystGrammar.xml @@ -0,0 +1,42 @@ +<?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 |
