<?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/strat/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/strat/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 May 2016 15:31:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/strat/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Simone Pilon</title><link>https://sourceforge.net/p/strat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -34,4 +34,5 @@

 First, on client side, select Game&amp;gt;exit from the top menu in the "field" window. Once you have done this for every client connected, interrupt the server with ^C (Ctrl+C).

-[[download_button]]
+#Support:
+If you feel like participating in the project, here is a list of the main improvements I am currently working on (more or less): [support].
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Pilon</dc:creator><pubDate>Mon, 09 May 2016 15:31:37 -0000</pubDate><guid>https://sourceforge.net1b5081cd86e8ad1fcf18365d5fd67aba155f8ced</guid></item><item><title>Home modified by Simone Pilon</title><link>https://sourceforge.net/p/strat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -14,8 +14,8 @@
 $ java -jar stratClientX.Y.Z.jar
 ~~~~

-You'll be prompted for IP (if you run the server on the same machine leave blank, otherwise insert the server's ip, example: 192.168.1.8) and for server port, which you can leave blank.
-Once server is going, you can connect all the client instances you want.
+You'll be prompted for IP (if you run the server on the same machine leave blank, otherwise insert the server's ip, example: 192.168.1.8). As regards server port, you can usually leave the field blank.
+Once the server is going, you can connect all the client instances you want.

 Game rules are listed here: [Rules]

@@ -34,5 +34,4 @@

 First, on client side, select Game&amp;gt;exit from the top menu in the "field" window. Once you have done this for every client connected, interrupt the server with ^C (Ctrl+C).

-[[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Pilon</dc:creator><pubDate>Mon, 09 May 2016 15:24:27 -0000</pubDate><guid>https://sourceforge.net9341442a4ef832c90d1022b1ba585e0fd709c6ca</guid></item><item><title>Home modified by Simone Pilon</title><link>https://sourceforge.net/p/strat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,13 +3,17 @@
 #How to run:

 To use the application, just run the .jar files with:
+
 ~~~~
 $ java -jar stratServerX.Y.Z.jar
 ~~~~
+
 then, on the same machine or another connected to the same network:
+
 ~~~~
 $ java -jar stratClientX.Y.Z.jar
 ~~~~
+
 You'll be prompted for IP (if you run the server on the same machine leave blank, otherwise insert the server's ip, example: 192.168.1.8) and for server port, which you can leave blank.
 Once server is going, you can connect all the client instances you want.

@@ -18,9 +22,11 @@
 #Use a specific port:

 If you need to use a specific port, run the server with:
+
 ~~~~
 $ java -jar stratServerX.Y.Z.jar portnum
 ~~~~
+
 and use "portnum" as port number when running the client.
 Default port is 4444.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Pilon</dc:creator><pubDate>Tue, 24 Nov 2015 11:39:56 -0000</pubDate><guid>https://sourceforge.netfcaf0ed90bd1d2282684d06b7f06ac8ca978b217</guid></item><item><title>Home modified by Simone Pilon</title><link>https://sourceforge.net/p/strat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -12,6 +12,8 @@
 ~~~~
 You'll be prompted for IP (if you run the server on the same machine leave blank, otherwise insert the server's ip, example: 192.168.1.8) and for server port, which you can leave blank.
 Once server is going, you can connect all the client instances you want.
+
+Game rules are listed here: [Rules]

 #Use a specific port:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Pilon</dc:creator><pubDate>Tue, 24 Nov 2015 11:11:24 -0000</pubDate><guid>https://sourceforge.net2131a8c88187a2519d54fc016feba8c61f1f827c</guid></item><item><title>Home modified by Simone Pilon</title><link>https://sourceforge.net/p/strat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,30 @@
-Welcome to your wiki!
+Each release consists of a .jar package containing both the server and the client application. To make things easier, two almost identical files are provided, the only difference is the class the .jar file executes by default.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+#How to run:

-The wiki uses [Markdown](/p/strat/wiki/markdown_syntax/) syntax.
+To use the application, just run the .jar files with:
+~~~~
+$ java -jar stratServerX.Y.Z.jar
+~~~~
+then, on the same machine or another connected to the same network:
+~~~~
+$ java -jar stratClientX.Y.Z.jar
+~~~~
+You'll be prompted for IP (if you run the server on the same machine leave blank, otherwise insert the server's ip, example: 192.168.1.8) and for server port, which you can leave blank.
+Once server is going, you can connect all the client instances you want.
+
+#Use a specific port:
+
+If you need to use a specific port, run the server with:
+~~~~
+$ java -jar stratServerX.Y.Z.jar portnum
+~~~~
+and use "portnum" as port number when running the client.
+Default port is 4444.
+
+#Shutting down:
+
+First, on client side, select Game&amp;gt;exit from the top menu in the "field" window. Once you have done this for every client connected, interrupt the server with ^C (Ctrl+C).

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Pilon</dc:creator><pubDate>Sun, 22 Nov 2015 22:29:13 -0000</pubDate><guid>https://sourceforge.net94e4b1e57816a1c1c1d7c24152450ef31337823d</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/strat/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Each release consists of a .jar package containing both the server and the client application. To make things easier, two almost identical files are provided, the only difference is the class the .jar file executes by default.&lt;/p&gt;
&lt;h1 id="how-to-run"&gt;How to run:&lt;/h1&gt;
&lt;p&gt;To use the application, just run the .jar files with:&lt;br/&gt;
    $ java -jar stratServerX.Y.Z.jar&lt;br/&gt;
then, on the same machine or another connected to the same network:&lt;br/&gt;
    $ java -jar stratClientX.Y.Z.jar&lt;br/&gt;
You'll be prompted for IP (if you run the server on the same machine leave blank, otherwise insert the server's ip, example: 192.168.1.8) and for server port, which you can leave blank.&lt;br/&gt;
Once server is going, you can connect all the client instances you want.&lt;/p&gt;
&lt;h1 id="use-a-specific-port"&gt;Use a specific port:&lt;/h1&gt;
&lt;p&gt;If you need to use a specific port, run the server with:&lt;br/&gt;
    $ java -jar stratServerX.Y.Z.jar portnum&lt;br/&gt;
and use "portnum" as port number when running the client.&lt;br/&gt;
Default port is 4444.&lt;/p&gt;
&lt;h1 id="shutting-down"&gt;Shutting down:&lt;/h1&gt;
&lt;p&gt;First, on client side, select Game&amp;gt;exit from the top menu in the "field" window. Once you have done this for every client connected, interrupt the server with ^C (Ctrl+C).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Pilon</dc:creator><pubDate>Sun, 22 Nov 2015 22:28:27 -0000</pubDate><guid>https://sourceforge.neta72703dcddab08046af84aee370d2b9b4332e825</guid></item><item><title>Home modified by Simone Pilon</title><link>https://sourceforge.net/p/strat/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/strat/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&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/simone-pilon/"&gt;Simone Pilon&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-564cc242c431435fbc2ff3d7" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Pilon</dc:creator><pubDate>Wed, 18 Nov 2015 18:24:02 -0000</pubDate><guid>https://sourceforge.net8165d446b244a7dfd233cc3bb2faa72e1da344d6</guid></item></channel></rss>