<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jupdatechecker/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jupdatechecker/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 30 Dec 2012 17:21:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jupdatechecker/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Gianni Van Hoecke</title><link>https://sourceforge.net/p/jupdatechecker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -18,4 +18,4 @@
 The @true@ is we want to use a GUI instead of the terminal.
 The @false@ is that we want to be notified when there are no updates available.

-You can find the example file below.
+You can find the example as an attachment.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gianni Van Hoecke</dc:creator><pubDate>Sun, 30 Dec 2012 17:21:52 -0000</pubDate><guid>https://sourceforge.net652deaf9f2c7a9bee174e01e0b6fc0e60aed7bcf</guid></item><item><title>WikiPage Home modified by Gianni Van Hoecke</title><link>https://sourceforge.net/p/jupdatechecker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gianni Van Hoecke</dc:creator><pubDate>Sun, 30 Dec 2012 17:21:14 -0000</pubDate><guid>https://sourceforge.net175b05d288ac141f79e816fe1b094347a7a2c700</guid></item><item><title>WikiPage Home modified by Gianni Van Hoecke</title><link>https://sourceforge.net/p/jupdatechecker/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,21 @@
-Welcome to your wiki!
+# How to use jUpdateChecker

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+1. Download the latest version of jUpdateChecker.
++ Add the jar file to your application.
+* Create an instance of jUpdateChecker. Example: 
+~~~~~~
+String  appName         = "Test App";
+Version currentVersion  = new Version( 0, 1 );
+String  newVersionURL   = "http://giannivanhoecke.com/jUpdateChecker_version.txt";
+String  releaseNotesURL = "http://sfap.sourceforge.net/releasenotes.html";
+String  downloadPageURL = "http://giannivanhoecke.com/";
+JUpdateChecker jUpdateChecker = new JUpdateChecker( appName, currentVersion, newVersionURL, releaseNotesURL, downloadPageURL );
+~~~~~~
+4. To check for updates call the following:
+~~~~~~
+jUpdateChecker.checkForUpdates( true, false );
+~~~~~~
+The @true@ is we want to use a GUI instead of the terminal.
+The @false@ is that we want to be notified when there are no updates available.

-The wiki uses [Markdown](/p/jupdatechecker/wiki/markdown_syntax/) syntax.
-
-[[project_admins]]
-[[download_button]]
+You can find the example file below.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gianni Van Hoecke</dc:creator><pubDate>Sun, 30 Dec 2012 17:20:52 -0000</pubDate><guid>https://sourceforge.netaa8bf3306c9d389a3d419088c8aab2b57808868c</guid></item><item><title>WikiPage Home modified by Gianni Van Hoecke</title><link>https://sourceforge.net/p/jupdatechecker/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;a class="alink" href="SamplePage"&gt;[SamplePage]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/jupdatechecker/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/giannivh/"&gt;Gianni Van Hoecke&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-50e07569b9363c39dc0f96ae" 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/">Gianni Van Hoecke</dc:creator><pubDate>Sun, 30 Dec 2012 17:10:01 -0000</pubDate><guid>https://sourceforge.net428be0f63754ad45a827f7f2d809033aa97cc1eb</guid></item></channel></rss>