<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Getting Started</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>Recent changes to Getting Started</description><atom:link href="https://sourceforge.net/p/vut/wiki/Getting%20Started/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 01 Dec 2013 14:37:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vut/wiki/Getting%20Started/feed" rel="self" type="application/rss+xml"/><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -4,19 +4,26 @@
 Go on over to the "code" section, navigate to the code folder, right click on vut.js, and click OPEN IN NEW TAB. Do the same for vut.css.
 Copy the code of both files from the new tabs into the corresponding files on your web server (create vut.js, copy code from vut.js in code section, do same for CSS.).
 Now in your HTML document's header, add 
+~~~~~~
 &amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
+~~~~~~
 Then add 
+~~~~~~
 &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
+~~~~~~
 
 &lt;h2&gt;Adding JQuery&lt;/h2&gt;
 &lt;p&gt;
 Now add the following code to your HTML document's header:
+~~~~~~
 &amp;lt;script src="http://code.jquery.com/jquery-1.10.1.min.js"&amp;gt;&amp;lt;/script&amp;gt;
+~~~~~~
 Now you have JQuery!
 &lt;h2&gt;Initializing VUT&lt;/h2&gt;
 &lt;/p&gt;&lt;p&gt;
 The reason we add JQuery is to initialize our script.
 Add the following code in your header:
+~~~~~~
 &amp;lt;script type="text/javascript"&amp;gt;
 $( document ).ready(function() {
   vut_init();
@@ -25,6 +32,7 @@
   vut_init();
 });
 &amp;lt;/script&amp;gt;
+~~~~~~
 &lt;/p&gt;
 &lt;h2&gt;Using VUT&lt;/h2&gt;
 &lt;p&gt;
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:37:06 -0000</pubDate><guid>https://sourceforge.net78817f40be64d08c3c3b86ed3c4ffce8c7565af4</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -4,11 +4,9 @@
 Go on over to the "code" section, navigate to the code folder, right click on vut.js, and click OPEN IN NEW TAB. Do the same for vut.css.
 Copy the code of both files from the new tabs into the corresponding files on your web server (create vut.js, copy code from vut.js in code section, do same for CSS.).
 Now in your HTML document's header, add 
-:::HTML
-#&amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
+&amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
 Then add 
-:::HTML
-# &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
+&amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
 
 &lt;h2&gt;Adding JQuery&lt;/h2&gt;
 &lt;p&gt;
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:36:19 -0000</pubDate><guid>https://sourceforge.net791b7fb52eccf1fe2ed6da55401b24f0f16a0be8</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -3,8 +3,12 @@
 &lt;p&gt;
 Go on over to the "code" section, navigate to the code folder, right click on vut.js, and click OPEN IN NEW TAB. Do the same for vut.css.
 Copy the code of both files from the new tabs into the corresponding files on your web server (create vut.js, copy code from vut.js in code section, do same for CSS.).
-Now in your HTML document's header, add &amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
-Then add &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
+Now in your HTML document's header, add 
+:::HTML
+#&amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
+Then add 
+:::HTML
+# &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
 &lt;/p&gt;
 &lt;h2&gt;Adding JQuery&lt;/h2&gt;
 &lt;p&gt;
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:35:42 -0000</pubDate><guid>https://sourceforge.netec3d280d20e4812097f9bcc20bc8e809550e99b0</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -12,6 +12,7 @@
 &amp;lt;script src="http://code.jquery.com/jquery-1.10.1.min.js"&amp;gt;&amp;lt;/script&amp;gt;
 Now you have JQuery!
 &lt;h2&gt;Initializing VUT&lt;/h2&gt;
+&lt;p&gt;
 The reason we add JQuery is to initialize our script.
 Add the following code in your header:
 &amp;lt;script type="text/javascript"&amp;gt;
&lt;/p&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:33:59 -0000</pubDate><guid>https://sourceforge.netfcee8a64d5b83b38687d09ba1881c5bf1e739fcf</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,10 +1,13 @@
 Vut is very easy to install, but we reccomend using JQuery alongside it.
 &lt;h2&gt;Adding VUT files&lt;/h2&gt;
+&lt;p&gt;
 Go on over to the "code" section, navigate to the code folder, right click on vut.js, and click OPEN IN NEW TAB. Do the same for vut.css.
 Copy the code of both files from the new tabs into the corresponding files on your web server (create vut.js, copy code from vut.js in code section, do same for CSS.).
 Now in your HTML document's header, add &amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
 Then add &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
+&lt;/p&gt;
 &lt;h2&gt;Adding JQuery&lt;/h2&gt;
+&lt;p&gt;
 Now add the following code to your HTML document's header:
 &amp;lt;script src="http://code.jquery.com/jquery-1.10.1.min.js"&amp;gt;&amp;lt;/script&amp;gt;
 Now you have JQuery!
@@ -19,5 +22,7 @@
   vut_init();
 });
 &amp;lt;/script&amp;gt;
+&lt;/p&gt;
 &lt;h2&gt;Using VUT&lt;/h2&gt;
-Now go ahead and try adding some basic VUT to your page. Try using the [Color Tags].
+&lt;p&gt;
+Now go ahead and try adding some basic VUT to your page. Try using the [Color Tags].&lt;/p&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:33:28 -0000</pubDate><guid>https://sourceforge.netee1d13cdaf30cbf56a5384e02c0c3df31399101a</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,17 +1,14 @@
 Vut is very easy to install, but we reccomend using JQuery alongside it.
-Adding VUT files
-==
+&lt;h2&gt;Adding VUT files&lt;/h2&gt;
 Go on over to the "code" section, navigate to the code folder, right click on vut.js, and click OPEN IN NEW TAB. Do the same for vut.css.
 Copy the code of both files from the new tabs into the corresponding files on your web server (create vut.js, copy code from vut.js in code section, do same for CSS.).
 Now in your HTML document's header, add &amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
 Then add &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
-Adding JQuery
-==
+&lt;h2&gt;Adding JQuery&lt;/h2&gt;
 Now add the following code to your HTML document's header:
 &amp;lt;script src="http://code.jquery.com/jquery-1.10.1.min.js"&amp;gt;&amp;lt;/script&amp;gt;
 Now you have JQuery!
-Initializing VUT
-==
+&lt;h2&gt;Initializing VUT&lt;/h2&gt;
 The reason we add JQuery is to initialize our script.
 Add the following code in your header:
 &amp;lt;script type="text/javascript"&amp;gt;
@@ -22,5 +19,5 @@
   vut_init();
 });
 &amp;lt;/script&amp;gt;
-&lt;h1&gt;Using VUT&lt;/h1&gt;
+&lt;h2&gt;Using VUT&lt;/h2&gt;
 Now go ahead and try adding some basic VUT to your page. Try using the [Color Tags].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:32:45 -0000</pubDate><guid>https://sourceforge.net9216c80c867c3b1347b4339e0c14075bdb821009</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -22,8 +22,5 @@
   vut_init();
 });
 &amp;lt;/script&amp;gt;
-Using VUT
-==
+&lt;h1&gt;Using VUT&lt;/h1&gt;
 Now go ahead and try adding some basic VUT to your page. Try using the [Color Tags].
-This is a huge header
-==================
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:31:59 -0000</pubDate><guid>https://sourceforge.net915b532bc8d6b08ed7d1006923d08479b2717c91</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -25,3 +25,5 @@
 Using VUT
 ==
 Now go ahead and try adding some basic VUT to your page. Try using the [Color Tags].
+This is a huge header
+==================
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:31:32 -0000</pubDate><guid>https://sourceforge.net4cff3ec83280a82457dde5542ff5506de60feb15</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,17 +1,17 @@
 Vut is very easy to install, but we reccomend using JQuery alongside it.
 Adding VUT files
--
+==
 Go on over to the "code" section, navigate to the code folder, right click on vut.js, and click OPEN IN NEW TAB. Do the same for vut.css.
 Copy the code of both files from the new tabs into the corresponding files on your web server (create vut.js, copy code from vut.js in code section, do same for CSS.).
 Now in your HTML document's header, add &amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
 Then add &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
 Adding JQuery
--
+==
 Now add the following code to your HTML document's header:
 &amp;lt;script src="http://code.jquery.com/jquery-1.10.1.min.js"&amp;gt;&amp;lt;/script&amp;gt;
 Now you have JQuery!
 Initializing VUT
--
+==
 The reason we add JQuery is to initialize our script.
 Add the following code in your header:
 &amp;lt;script type="text/javascript"&amp;gt;
@@ -23,5 +23,5 @@
 });
 &amp;lt;/script&amp;gt;
 Using VUT
--
+==
 Now go ahead and try adding some basic VUT to your page. Try using the [Color Tags].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:31:13 -0000</pubDate><guid>https://sourceforge.netf7c241f6c1611d3fc75b3df0eb9d3917ce0192ad</guid></item><item><title>Getting Started modified by Nom</title><link>https://sourceforge.net/p/vut/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,17 +1,17 @@
 Vut is very easy to install, but we reccomend using JQuery alongside it.
 Adding VUT files
-------------------
+-
 Go on over to the "code" section, navigate to the code folder, right click on vut.js, and click OPEN IN NEW TAB. Do the same for vut.css.
 Copy the code of both files from the new tabs into the corresponding files on your web server (create vut.js, copy code from vut.js in code section, do same for CSS.).
 Now in your HTML document's header, add &amp;lt;script type="text/javascript" src="vut.js"&amp;gt;&amp;lt;/script&amp;gt;.
 Then add &amp;lt;style type="text/css" src="vut.css"&amp;gt;&amp;lt;/style&amp;gt;.
 Adding JQuery
-------------------
+-
 Now add the following code to your HTML document's header:
 &amp;lt;script src="http://code.jquery.com/jquery-1.10.1.min.js"&amp;gt;&amp;lt;/script&amp;gt;
 Now you have JQuery!
 Initializing VUT
-------------------
+-
 The reason we add JQuery is to initialize our script.
 Add the following code in your header:
 &amp;lt;script type="text/javascript"&amp;gt;
@@ -23,5 +23,5 @@
 });
 &amp;lt;/script&amp;gt;
 Using VUT
-------------------
+-
 Now go ahead and try adding some basic VUT to your page. Try using the [Color Tags].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nom</dc:creator><pubDate>Sun, 01 Dec 2013 14:30:33 -0000</pubDate><guid>https://sourceforge.net6d4c5338ec91e628dfc691bb911d300ace175a92</guid></item></channel></rss>