<?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/pairfx/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pairfx/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Mar 2015 17:46:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pairfx/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,17 +1,13 @@
 PairFX is a chess pairing program ideal to use for youth tournaments 
 It is available in dutch, English and French.

-Do you have 2 minutes ? check this quick demo on youtube: [PairFX Basic Functionality](https://www.youtube.com/watch?v=Vpcx8pj0EsI)
+All info and video tutorials can be found on the &lt;a href="http://mdconsulting.be/pairfx-chess" rel="nofollow"&gt;PairFX website&lt;/a&gt;

 ![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png)

-All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html)
+PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin.

-PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin.
-[Run through tournaments are game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about what game based means")
-
-but PairFX 2.01 also supports round robin tournaments.
-A round robin tournament is the classical 'everybody against everybody' formula with rounds.
+&lt;a href="../href="&gt;Check the site for all the info!&lt;/a&gt;

 About the source code:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Mon, 09 Mar 2015 17:46:03 -0000</pubDate><guid>https://sourceforge.net3562448b6e8574674903d2b7026a2def98a255e1</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -24,8 +24,8 @@
 PairFXClient = the client, and PairFXLib =the model and the logic.

-
-* The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib)
+The Old code can be found here:
+* PairFXLib (the model): [PairFXLib](https://github.com/MarkDechamps/PairFXLib)
 * The JavaFx front-end: [PairFX](https://github.com/MarkDechamps/PairFX)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Tue, 03 Mar 2015 21:26:43 -0000</pubDate><guid>https://sourceforge.net2933ad70abc57b52c2756470063082356a768eee</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -10,7 +10,8 @@
 PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin.
 [Run through tournaments are game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about what game based means")

-Round robin tournaments is the 'everybody against everybody' formula.
+but PairFX 2.01 also supports round robin tournaments.
+A round robin tournament is the classical 'everybody against everybody' formula with rounds.

 About the source code:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Tue, 03 Mar 2015 21:12:20 -0000</pubDate><guid>https://sourceforge.net15767c767de129f447cf1945dea3d46d4701d7d5</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -6,22 +6,27 @@
 ![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png)

 All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html)
-You can download the lastest version there to.

-[PairFX is game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about whate game based means")
+PairFX supports 2 types of tournaments. Run through (for youth tournaments) and round robin.
+[Run through tournaments are game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about what game based means")
+
+Round robin tournaments is the 'everybody against everybody' formula.

 About the source code:

-The version 1.15 is on Github. But I'm preparing version 2.0 witch is already here on sourceforge (new features, cleaner code, gradle build, exe and jre bundled IN the release for smoother install.) but not ready yet. Stay tuned! (26/11/2014)
+This version 2.01 is on Sourceforge. Finally. New features, cleaner code, gradle build, exe and jre bundled IN the release for smoother install.

-PairFX consists of 2 open source (Netbeans) projects on github:
+The previous code (before 2.01) can still be found on Github.
+From now on this project will be further maintained on Sourceforge.
+
+PairFX consists of 2 open source (Netbeans) projects.
+PairFXClient = the client, and PairFXLib =the model and the logic.
+
+

 * The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib)
-
 * The JavaFx front-end: [PairFX](https://github.com/MarkDechamps/PairFX)

-
-But if you want to you can write your own front end for it (that's why I separated it)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Tue, 03 Mar 2015 21:08:54 -0000</pubDate><guid>https://sourceforge.net485e0e164b8958c0dd61345d564a1c94fc0ece08</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -11,6 +11,8 @@
 [PairFX is game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about whate game based means")

 About the source code:
+
+The version 1.15 is on Github. But I'm preparing version 2.0 witch is already here on sourceforge (new features, cleaner code, gradle build, exe and jre bundled IN the release for smoother install.) but not ready yet. Stay tuned! (26/11/2014)

 PairFX consists of 2 open source (Netbeans) projects on github:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Wed, 26 Nov 2014 20:35:01 -0000</pubDate><guid>https://sourceforge.net06541c6720f31d13d536534a407caca5c57e7dbd</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -7,6 +7,8 @@

 All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html)
 You can download the lastest version there to.
+
+[PairFX is game based, not round based.](https://sourceforge.net/p/pairfx/wiki/Game%20based%20tournaments/ "Explanation about whate game based means")

 About the source code:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Sun, 10 Aug 2014 09:13:18 -0000</pubDate><guid>https://sourceforge.netd720f7fec5b739a58fc55d886bc1ee026bb40d97</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -10,7 +10,7 @@

 About the source code:

-PairFX consists of 2 (Netbeans) projects:
+PairFX consists of 2 open source (Netbeans) projects on github:

 * The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Tue, 13 May 2014 19:12:19 -0000</pubDate><guid>https://sourceforge.nete87f01dc0a2dfef1925277b3ef3a33bd3f022c79</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,7 @@
 PairFX is a chess pairing program ideal to use for youth tournaments 
 It is available in dutch, English and French.

-Do you have 2 minutes ? check this quick demo on youtube: [PairFX Demo](https://www.youtube.com/watch?v=Vpcx8pj0EsI)
+Do you have 2 minutes ? check this quick demo on youtube: [PairFX Basic Functionality](https://www.youtube.com/watch?v=Vpcx8pj0EsI)

 ![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Tue, 13 May 2014 19:11:21 -0000</pubDate><guid>https://sourceforge.net13b0984be37bcb697cde09096543ba06afe8619c</guid></item><item><title>Home modified by mrxjn</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,31 @@
-Welcome to your wiki!
+PairFX is a chess pairing program ideal to use for youth tournaments 
+It is available in dutch, English and French.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Do you have 2 minutes ? check this quick demo on youtube: [PairFX Demo](https://www.youtube.com/watch?v=Vpcx8pj0EsI)

-The wiki uses [Markdown](/p/pairfx/wiki/markdown_syntax/) syntax.
+![PairFX Chess Pairing Program](https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png)
+
+All the info about the program you find here: [PairFX](http://mdconsulting.be/pairfx/index_eng.html)
+You can download the lastest version there to.
+
+About the source code:
+
+PairFX consists of 2 (Netbeans) projects:
+
+* The model called PairFXLib can be found here: [PairFXLib](https://github.com/MarkDechamps/PairFXLib)
+
+* The JavaFx front-end: [PairFX](https://github.com/MarkDechamps/PairFX)
+
+
+But if you want to you can write your own front end for it (that's why I separated it)
+
+
+
+
+
+
+
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Tue, 13 May 2014 19:10:31 -0000</pubDate><guid>https://sourceforge.net5be7c2f3358936d4c1b2438c2bb87efe7a3519f5</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/pairfx/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PairFX is a chess pairing program ideal to use for youth tournaments &lt;br /&gt;
It is available in dutch, English and French.&lt;/p&gt;
&lt;p&gt;Do you have 2 minutes ? check this quick demo on youtube: &lt;a class="" href="https://www.youtube.com/watch?v=Vpcx8pj0EsI" rel="nofollow"&gt;PairFX Demo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="PairFX Chess Pairing Program" src="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc3/t31.0-8/10257411_551495018304915_6829102834513399576_o.png" rel="nofollow" /&gt;&lt;/p&gt;
&lt;p&gt;All the info about the program you find here: &lt;a class="" href="http://mdconsulting.be/pairfx/index_eng.html" rel="nofollow"&gt;PairFX&lt;/a&gt;&lt;br /&gt;
You can download the lastest version there to.&lt;/p&gt;
&lt;p&gt;About the source code:&lt;/p&gt;
&lt;p&gt;PairFX consists of 2 (Netbeans) projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The model called PairFXLib can be found here: &lt;a class="" href="https://github.com/MarkDechamps/PairFXLib" rel="nofollow"&gt;PairFXLib&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The JavaFx front-end: &lt;a class="" href="https://github.com/MarkDechamps/PairFX" rel="nofollow"&gt;PairFX&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But if you want to you can write your own front end for it (that's why I separated it)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrxjn</dc:creator><pubDate>Tue, 13 May 2014 19:04:43 -0000</pubDate><guid>https://sourceforge.net50a375ecb28551296a9375535d4107361c8b1c92</guid></item></channel></rss>