<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Code</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>Recent changes to Code</description><atom:link href="https://sourceforge.net/p/vplg/wiki/Code/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 17 Sep 2015 10:35:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vplg/wiki/Code/feed" rel="self" type="application/rss+xml"/><item><title>Code modified by Tim Schäfer</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -12,8 +12,8 @@

 We do not make the Javadoc available for download in HTML format. If you need the Javadoc in HTML format, you can create it yourself from the source code. This is the easiest way to ensure you always have the correct version. It can be done in 2 clicks with an IDE like NetBeans, or with a single command on the CLI:

-We are using ant to build VPLG. To generate the Javadoc, run the ant target **ci** like this:
+We are using ant to build VPLG. To generate the Javadoc, run the ant target **ci** like this (in vplg source dir):

-      *ant ci*
+      ant ci

 This is the continous integration target. It comiles, packages, runs some unit tests and creates javadoc.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Schäfer</dc:creator><pubDate>Thu, 17 Sep 2015 10:35:09 -0000</pubDate><guid>https://sourceforge.net75876991f90878801093c0c6c2257d6e9f0928ed</guid></item><item><title>Code modified by Tim Schäfer</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,28 +1,19 @@
 Getting the VPLG source code
 ============================

-Currently the latest development version of the source code is still in our own, non-public SVN repository because we have various files in there which we would need to remove before publishing it. Furthermore, the software is only part of a large repo and we cannot publish everything in there. So the problem of importing the history also remains. 

-Therefore, for now the **releases include the source code in the zip file you can download in the Downloads section**. 
+Source code is not at GitHub: https://github.com/dfsp-spirit/vplg

-
-
-If you want to help with the development of VPLG and thus need access to the latest development code, please contact me via email.
+If you want to help with the development of VPLG, please contact me via email first.

 Javadoc
 =======

-We do not make the Javadoc available for download in HTML format. If you need the Javadoc in HTML format, you can create it yourself from the source code. This is the easiest way to ensure you always have the correct version (and it can be done in 2 clicks with an IDE like NetBeans).
+We do not make the Javadoc available for download in HTML format. If you need the Javadoc in HTML format, you can create it yourself from the source code. This is the easiest way to ensure you always have the correct version. It can be done in 2 clicks with an IDE like NetBeans, or with a single command on the CLI:
+
+We are using ant to build VPLG. To generate the Javadoc, run the ant target **ci** like this:
+
+      *ant ci*
+
+This is the continous integration target. It comiles, packages, runs some unit tests and creates javadoc.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Schäfer</dc:creator><pubDate>Thu, 17 Sep 2015 10:34:29 -0000</pubDate><guid>https://sourceforge.netbcb542295d2e72904013731955ea4a75c65a6dbc</guid></item><item><title>WikiPage Code modified by Tim Schäfer</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -4,6 +4,8 @@
 Currently the latest development version of the source code is still in our own, non-public SVN repository because we have various files in there which we would need to remove before publishing it. Furthermore, the software is only part of a large repo and we cannot publish everything in there. So the problem of importing the history also remains.

 Therefore, for now the **releases include the source code in the zip file you can download in the Downloads section**. 
+
+&lt;!--

 You can now also  [browse the code of VPLG](https://sourceforge.net/p/vplg/code/) in our sourceforge SVN now, but this is NOT the latest development code. The code on the sourceforge repo is updated from our internal repo from time to time. Sometimes it contains features which are not yet in the release version. If you want a checkout of this code, do this:

@@ -15,6 +17,8 @@

 Be sure to read the README file which is stored in the root directory of the repository.

+--&gt;
+
 If you want to help with the development of VPLG and thus need access to the latest development code, please contact me via email.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Schäfer</dc:creator><pubDate>Tue, 26 Mar 2013 12:22:24 -0000</pubDate><guid>https://sourceforge.net254e79ea2e2f6bff42f4174c9565157c666ed69f</guid></item><item><title>WikiPage Code modified by Tim Schaefer</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Schaefer</dc:creator><pubDate>Thu, 23 Feb 2012 17:43:06 -0000</pubDate><guid>https://sourceforge.net269e2379b93bdd554c40beddee0b88efa6c5038b</guid></item><item><title>WikiPage Code modified by Tim Schaefer</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -5,20 +5,20 @@
 
 Therefore, for now the **releases include the source code in the zip file you can download in the Downloads section**. 
 
-Update and WARNING: You can now also browse the source code of VPLG in our sourceforge SVN now, but this is NOT the latest development code. The code on the sourceforge repo is updated from our internal repo from time to time though. If you still want a checkout of this code, do this:
-
-~~~~~~
+You can now also  [browse the code of VPLG](https://sourceforge.net/p/vplg/code/) in our sourceforge SVN now, but this is NOT the latest development code. The code on the sourceforge repo is updated from our internal repo from time to time. Sometimes it contains features which are not yet in the release version. If you want a checkout of this code, do this:
+
+~~~~~~
 svn checkout svn://svn.code.sf.net/p/vplg/code/trunk vplg-code
 ~~~~~~
 &lt;br&gt;
-You can also get the code of a certain release from the SVN repo. For this, checkout *code/tags/&lt;version&gt;/* instead of *code/trunk/*. You can [browse the code online](https://sourceforge.net/p/vplg/code/) to see which versions are available.
+You can also get the code of a certain release version from the SVN repo. For this, checkout *code/tags/&lt;version&gt;/* instead of *code/trunk/*. You can [browse the code online](https://sourceforge.net/p/vplg/code/) to see which versions are available.
 
 Be sure to read the README file which is stored in the root directory of the repository.
 
 If you want to help with the development of VPLG and thus need access to the latest development code, please contact me via email.
 
 
 Javadoc
 =======
 
-If you need the Javadoc in HTML format, you can create it yourself from the source code. This is the easiest way to ensure you always have the correct version (and it can be done in 2 clicks with an IDE like NetBeans).
+We do not make the Javadoc available for download in HTML format. If you need the Javadoc in HTML format, you can create it yourself from the source code. This is the easiest way to ensure you always have the correct version (and it can be done in 2 clicks with an IDE like NetBeans).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Schaefer</dc:creator><pubDate>Thu, 23 Feb 2012 17:35:10 -0000</pubDate><guid>https://sourceforge.net9d5ef9890cd8bb2c212ee63308e28696bef8e09d</guid></item><item><title>WikiPage Code modified by Tim Schaefer</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -10,6 +10,8 @@
 ~~~~~~
 svn checkout svn://svn.code.sf.net/p/vplg/code/trunk vplg-code
 ~~~~~~
+&lt;br&gt;
+You can also get the code of a certain release from the SVN repo. For this, checkout *code/tags/&lt;version&gt;/* instead of *code/trunk/*. You can [browse the code online](https://sourceforge.net/p/vplg/code/) to see which versions are available.
 
 Be sure to read the README file which is stored in the root directory of the repository.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Schaefer</dc:creator><pubDate>Thu, 23 Feb 2012 17:30:58 -0000</pubDate><guid>https://sourceforge.netdc94266535d752a2e1b1950b4a4e821c4a0d7d97</guid></item><item><title>WikiPage Code modified by spirit</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -14,3 +14,9 @@
 Be sure to read the README file which is stored in the root directory of the repository.
 
 If you want to help with the development of VPLG and thus need access to the latest development code, please contact me via email.
+
+
+Javadoc
+=======
+
+If you need the Javadoc in HTML format, you can create it yourself from the source code. This is the easiest way to ensure you always have the correct version (and it can be done in 2 clicks with an IDE like NetBeans).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spirit</dc:creator><pubDate>Tue, 31 Jan 2012 12:40:12 -0000</pubDate><guid>https://sourceforge.net6ffb2703623a59ee8abfc9d64241acd134dd9ef6</guid></item><item><title>WikiPage Code modified by spirit</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,13 +1,16 @@
-A note on getting the source code of VPLG: 
-
+Getting the VPLG source code
+============================
+
 Currently the latest development version of the source code is still in our own, non-public SVN repository because we have various files in there which we would need to remove before publishing it. Furthermore, the software is only part of a large repo and we cannot publish everything in there. So the problem of importing the history also remains. 
 
 Therefore, for now the **releases include the source code in the zip file you can download in the Downloads section**. 
 
-Update and WARNING: You can also browse the source code of VPLG in our sourceforge SVN now, but this is NOT the latest development code. It is updated from time to time though. If you still want a checkout of this code, do this:
+Update and WARNING: You can now also browse the source code of VPLG in our sourceforge SVN now, but this is NOT the latest development code. The code on the sourceforge repo is updated from our internal repo from time to time though. If you still want a checkout of this code, do this:
 
 ~~~~~~
 svn checkout svn://svn.code.sf.net/p/vplg/code/trunk vplg-code
 ~~~~~~
 
 Be sure to read the README file which is stored in the root directory of the repository.
+
+If you want to help with the development of VPLG and thus need access to the latest development code, please contact me via email.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spirit</dc:creator><pubDate>Thu, 26 Jan 2012 00:18:54 -0000</pubDate><guid>https://sourceforge.net84edd3ca41a32d5c87a7dc42c01deb35a8bdf0db</guid></item><item><title>WikiPage Code modified by spirit</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -9,3 +9,5 @@
 ~~~~~~
 svn checkout svn://svn.code.sf.net/p/vplg/code/trunk vplg-code
 ~~~~~~
+
+Be sure to read the README file which is stored in the root directory of the repository.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spirit</dc:creator><pubDate>Wed, 25 Jan 2012 16:12:14 -0000</pubDate><guid>https://sourceforge.net065b56342f528f16f71cdb77e43687d6eb607e9c</guid></item><item><title>WikiPage Code modified by spirit</title><link>https://sourceforge.net/p/vplg/wiki/Code/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,8 +1,11 @@
 A note on getting the source code of VPLG: 
 
-Currently the latest development version of the source code is still in our own, non-public SVN repository because we have various files in there which we would need to remove before publishing it. Furthermore, the software is only part of a large repo and we cannot publish everything in there. So the problem of importing the history also remains. Therefore, for now the releases will include the source code in the zip file you can download in the Downloads section. 
-
+Currently the latest development version of the source code is still in our own, non-public SVN repository because we have various files in there which we would need to remove before publishing it. Furthermore, the software is only part of a large repo and we cannot publish everything in there. So the problem of importing the history also remains. 
+
+Therefore, for now the **releases include the source code in the zip file you can download in the Downloads section**. 
+
 Update and WARNING: You can also browse the source code of VPLG in our sourceforge SVN now, but this is NOT the latest development code. It is updated from time to time though. If you still want a checkout of this code, do this:
 
 ~~~~~~
+svn checkout svn://svn.code.sf.net/p/vplg/code/trunk vplg-code
 ~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spirit</dc:creator><pubDate>Wed, 25 Jan 2012 15:57:09 -0000</pubDate><guid>https://sourceforge.nete67f77a8a3f6a04a7c4c33ea122dbaef52472d57</guid></item></channel></rss>