<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Manual</title><link>https://sourceforge.net/p/yahbee/wiki/Manual/</link><description>Recent changes to Manual</description><atom:link href="https://sourceforge.net/p/yahbee/wiki/Manual/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 10 Aug 2013 12:43:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/yahbee/wiki/Manual/feed" rel="self" type="application/rss+xml"/><item><title>Manual modified by Catso</title><link>https://sourceforge.net/p/yahbee/wiki/Manual/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,43 +1 @@
-* * *
-**Yahbee Manual**
-==================
-**Welcome to Yahbee wiki, this page will serve as a manual. It is only a small project so it'll all be on this one page.**
-* * *
-**Calling Commands**
----
-Commands have a basic structure, the first word or phrase will always be the 'prompt' (aka command)
-
-  **echo hello world // 'echo' is the prompt while 'hello world is the text'**
-
-Commands can be called either by pressing return after entering the string, or by calling them via a URL request. This can be done as below:
-
-  **yousite.com/yahbee/?echo/hello world**
-* * *
-**How Commands Are Run by JS**
----
-
-The basic easy-editable commands allow for either basic command - &gt; text response lines
-
-eg.
-&gt;**command** *go north* -**returns**-&gt; *You head North*
-
-**OR** these commands can allow for more complex javascript and can calll functions and have parameters to be fired
-
-eg.
-&gt;**command** *run the taps* -**fires**-&gt;
-&gt;*TapRunner(string,boolean,number)*
-&gt;**&amp;** -**returns**-&gt; *You turn on the taps* 
-
-
-**Example of full fledged easy-editable command:**
-&gt;{
-  prompt: "go north",               -- can be typed with trailing words after it, doesn't have to be exact match.
-  response: "You head North ",  -- the html response which is given upon return
-  SySout: "'walking now!'",     -- a string which will be fed to the function, please note the ' ' quotations, these are needed. Imagine you a writing real JS.
-  SySfunc: "alert",             -- the name of the command to use the above Var(s) on (if any), in this case we are making JS run alert('walking now!');
-  ST: true,                     -- whether or not to include any trailing words from the original command line. If user said "go north to the town".. true responds -&gt; "you head North to the town" .. false responds -&gt; "you head North"
-  comment: " ~ Your guess"      -- a definition of the command, this appears in help &amp; is good practice to keep.
-},
-
-[[members limit=20]]
-[[download_button]]
+Read the read me!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Catso</dc:creator><pubDate>Sat, 10 Aug 2013 12:43:10 -0000</pubDate><guid>https://sourceforge.neted662733072539bcb362a4ac50e9d0d52b723fe2</guid></item><item><title>Manual modified by Catso</title><link>https://sourceforge.net/p/yahbee/wiki/Manual/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,43 @@
-Welcome to your wiki!
+* * *
+**Yahbee Manual**
+==================
+**Welcome to Yahbee wiki, this page will serve as a manual. It is only a small project so it'll all be on this one page.**
+* * *
+**Calling Commands**
+---
+Commands have a basic structure, the first word or phrase will always be the 'prompt' (aka command)

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+  **echo hello world // 'echo' is the prompt while 'hello world is the text'**

-The wiki uses [Markdown](/p/yahbee/wiki/markdown_syntax/) syntax.
+Commands can be called either by pressing return after entering the string, or by calling them via a URL request. This can be done as below:
+
+  **yousite.com/yahbee/?echo/hello world**
+* * *
+**How Commands Are Run by JS**
+---
+
+The basic easy-editable commands allow for either basic command - &gt; text response lines
+
+eg.
+&gt;**command** *go north* -**returns**-&gt; *You head North*
+
+**OR** these commands can allow for more complex javascript and can calll functions and have parameters to be fired
+
+eg.
+&gt;**command** *run the taps* -**fires**-&gt;
+&gt;*TapRunner(string,boolean,number)*
+&gt;**&amp;** -**returns**-&gt; *You turn on the taps* 
+
+
+**Example of full fledged easy-editable command:**
+&gt;{
+  prompt: "go north",               -- can be typed with trailing words after it, doesn't have to be exact match.
+  response: "You head North ",  -- the html response which is given upon return
+  SySout: "'walking now!'",     -- a string which will be fed to the function, please note the ' ' quotations, these are needed. Imagine you a writing real JS.
+  SySfunc: "alert",             -- the name of the command to use the above Var(s) on (if any), in this case we are making JS run alert('walking now!');
+  ST: true,                     -- whether or not to include any trailing words from the original command line. If user said "go north to the town".. true responds -&gt; "you head North to the town" .. false responds -&gt; "you head North"
+  comment: " ~ Your guess"      -- a definition of the command, this appears in help &amp; is good practice to keep.
+},

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Catso</dc:creator><pubDate>Fri, 09 Aug 2013 12:15:37 -0000</pubDate><guid>https://sourceforge.netda3284a8514dd6be8c6c1ecff39cdd5694a7e2c1</guid></item><item><title>Home modified by Catso</title><link>https://sourceforge.net/p/yahbee/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/yahbee/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/catncream/"&gt;Catso&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-52042a9d24b0d9617d280800" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Catso</dc:creator><pubDate>Thu, 08 Aug 2013 23:32:45 -0000</pubDate><guid>https://sourceforge.net4fc9ac5bb9a8b6018e24ea83285959b19fc5a021</guid></item></channel></rss>