<?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/indi-skywatcherprotocol/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/indi-skywatcherprotocol/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 06 Aug 2015 18:47:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/indi-skywatcherprotocol/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by geehalel</title><link>https://sourceforge.net/p/indi-skywatcherprotocol/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -16,17 +16,17 @@

 Normal syncs and Nearest point alignment are functionnal, N-Star alignment mode is in a testing phase.

-**commit(2013/08/26)** _Triangulation used for N-Star alignment (code from  [Computational Geometry in C][http://cs.smith.edu/~orourke/books/ftp.html], thanks). Corrected many bugs concerning time/position computations. Polar misalignment estimation ([paper from R. Johnson][http://www.whim.org/nebula/math/pdf/twostar.pdf ], thanks. Some mount tools available on [ndi-mount-tools][https://code.google.com/p/indi-mount-tools/ i] (including a GUI Pad enabling the use of a joypad, code from [qjoypad][http://qjoypad.sourceforge.net/ ], thanks).  
+**commit(2013/08/26)** _Triangulation used for N-Star alignment (code from  [Computational Geometry in C](http://cs.smith.edu/~orourke/books/ftp.html), thanks). Corrected many bugs concerning time/position computations. Polar misalignment estimation ([paper from R. Johnson](http://www.whim.org/nebula/math/pdf/twostar.pdf ), thanks. Some mount tools available on [ndi-mount-tools](https://code.google.com/p/indi-mount-tools/) (including a GUI Pad enabling the use of a joypad, code from [qjoypad](http://qjoypad.sourceforge.net/ ), thanks).  

-**commit(2013/02/26)** _Preset Speeds. Full Debug and logging support. Log files are in _`/tmp/indi_eqmod_telescope_%TIMESTAMP%.log`. Logging is not included by default (see INSTALL)_
+**commit(2013/02/26)** _Preset Speeds. Full Debug and logging support. Log files are in _`/tmp/indi_eqmod_telescope_%TIMESTAMP%.log`. Logging is not included by default (see INSTALL).

-**commit(2012/12/25)** _Fixed exceptions handling issues._ 
+**commit(2012/12/25)** _Fixed exceptions handling issues._

-**commit(2012/12/14)** _N-Star Alignment code has been written, but *not yet tested* in real conditions. See AlignmentHowto Wiki page for brief explanations._ 
+**commit(2012/12/14)** _N-Star Alignment code has been written, but *not yet tested* in real conditions. See AlignmentHowto Wiki page for brief explanations.

-**commit(2012/12/04)** _Fixed major properties management issues (thanks to R. James), Enabled Alt/Az mount type 114GT for testing purpose, Compliant to Indi version 0.9.6 (no more Req properties)_
+**commit(2012/12/04)** _Fixed major properties management issues (thanks to R. James), Enabled Alt/Az mount type 114GT for testing purpose, Compliant to Indi version 0.9.6 (no more Req properties)

-**commit(2012/10/20)** _inherits Guider Interface, alignment disabled (no more syncs), park disabled. _
+**commit(2012/10/20)** _inherits Guider Interface, alignment disabled (no more syncs), park disabled.

 A screenshot of the Main Control panel in KStars (&lt;a href="http://www.flickr.com/photos/87297028@N04/sets/72157631552640091/" rel="nofollow" target="_blank"&gt;other screenshots on flickr&lt;/a&gt;)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">geehalel</dc:creator><pubDate>Thu, 06 Aug 2015 18:47:20 -0000</pubDate><guid>https://sourceforge.net525b46da6f17079e1fc11022907659aa8a716ae7</guid></item><item><title>Home modified by geehalel</title><link>https://sourceforge.net/p/indi-skywatcherprotocol/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,10 +1,10 @@
 **Refer to the libindi library**
 ----
-The driver is now included in the [libindi library][http://www.indilib.org]  as a 3rd party driver (*indi-eqmod*). I now mainly put new development stuff on the [libindi sourceforge][http://sourceforge.net/p/indi/code/HEAD/tree/trunk/]. I use this site to eventually put some specific stuff concerning my home made controller. So do not use it as it is rarely up-to-date.
+The driver is now included in the [libindi library](http://www.indilib.org)  as a 3rd party driver (*indi-eqmod*). I now mainly put new development stuff on the [libindi sourceforge](http://sourceforge.net/p/indi/code/HEAD/tree/trunk/). I use this site to eventually put some specific stuff concerning my home made controller. So do not use it as it is rarely up-to-date.

 ** Comments about the first releases**
 ----
-This  [INDI][http://indilib.org/] driver interacts with a mount controller using the [Skywatcher Protocol][http://code.google.com/p/skywatcher/]  through a serial link. It can directly drive Skywatcher and similar mounts through a serial port **after a conversion of signal levels** (see &lt;a href="http://eq-mod.sourceforge.net/eqdirect2.htm" target="_blank"&gt;EQDIRECT&lt;/a&gt; interface), or any other mount hardware which uses this protocol. This project is similar in its goal to the &lt;a href="http://eq-mod.sourceforge.net/"&gt;EQMOD/EQASCOM&lt;/a&gt; project, but for the Linux/INDI world. Thus the name of the INDI device is "EQMod Mount", and the driver executable is &lt;tt&gt;indi_eqmod_telescope&lt;/tt&gt;. 
+This  [INDI](http://indilib.org/) driver interacts with a mount controller using the [Skywatcher Protocol](http://code.google.com/p/skywatcher/)  through a serial link. It can directly drive Skywatcher and similar mounts through a serial port **after a conversion of signal levels** (see &lt;a href="http://eq-mod.sourceforge.net/eqdirect2.htm" target="_blank"&gt;EQDIRECT&lt;/a&gt; interface), or any other mount hardware which uses this protocol. This project is similar in its goal to the &lt;a href="http://eq-mod.sourceforge.net/"&gt;EQMOD/EQASCOM&lt;/a&gt; project, but for the Linux/INDI world. Thus the name of the INDI device is "EQMod Mount", and the driver executable is `indi_eqmod_telescope`. 

 The project has been developped using a &lt;a href="http://www.flickr.com/photos/87297028@N04/7993769744/" rel="nofollow" target="_blank"&gt;home-made mount controller&lt;/a&gt; driving an &lt;a href="http://www.flickr.com/photos/87297028@N04/7993762889/" rel="nofollow" target="_blank"&gt;old modded EQ5&lt;/a&gt;. However this home-made controller performs well with the EQMOD/EQASCOM driver itself under Windows/Wine. As of today, it has now been tested with real Skywatcher mounts. If you plan to test this driver with your own mount, first **disassemble your telescope from the mount** to prevent potential damages. If you succeed to use the driver, please send me an email.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">geehalel</dc:creator><pubDate>Thu, 06 Aug 2015 18:44:25 -0000</pubDate><guid>https://sourceforge.netfb9df69d6d8322fcab5188f76063619e0d77f5a5</guid></item><item><title>Home modified by geehalel</title><link>https://sourceforge.net/p/indi-skywatcherprotocol/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,32 +1,32 @@
 **Refer to the libindi library**
 ----
-The driver is now included in the [http://www.indilib.org][libindi library] as a 3rd party driver (*indi-eqmod*). I now mainly put new development stuff on the [http://sourceforge.net/p/indi/code/HEAD/tree/trunk/][libindi sourceforge]. I use this site to eventually put some specific stuff concerning my home made controller. So do not use it as it is rarely up-to-date.
+The driver is now included in the [libindi library][http://www.indilib.org]  as a 3rd party driver (*indi-eqmod*). I now mainly put new development stuff on the [libindi sourceforge][http://sourceforge.net/p/indi/code/HEAD/tree/trunk/]. I use this site to eventually put some specific stuff concerning my home made controller. So do not use it as it is rarely up-to-date.

+** Comments about the first releases**
+----
+This  [INDI][http://indilib.org/] driver interacts with a mount controller using the [Skywatcher Protocol][http://code.google.com/p/skywatcher/]  through a serial link. It can directly drive Skywatcher and similar mounts through a serial port **after a conversion of signal levels** (see &lt;a href="http://eq-mod.sourceforge.net/eqdirect2.htm" target="_blank"&gt;EQDIRECT&lt;/a&gt; interface), or any other mount hardware which uses this protocol. This project is similar in its goal to the &lt;a href="http://eq-mod.sourceforge.net/"&gt;EQMOD/EQASCOM&lt;/a&gt; project, but for the Linux/INDI world. Thus the name of the INDI device is "EQMod Mount", and the driver executable is &lt;tt&gt;indi_eqmod_telescope&lt;/tt&gt;. 

-This  [http://indilib.org/ INDI] driver interacts with a mount controller using the [http://code.google.com/p/skywatcher/ Skywatcher Protocol]  through a serial link. It can directly drive Skywatcher and similar mounts through a serial port &lt;b&gt;after a conversion of signal levels&lt;/b&gt; (see &lt;a href="http://eq-mod.sourceforge.net/eqdirect2.htm" target="_blank"&gt;EQDIRECT&lt;/a&gt; interface), or any other mount hardware which uses this protocol. This project is similar in its goal to the &lt;a href="http://eq-mod.sourceforge.net/"&gt;EQMOD/EQASCOM&lt;/a&gt; project, but for the Linux/INDI world. Thus the name of the INDI device is "EQMod Mount", and the driver executable is &lt;tt&gt;indi_eqmod_telescope&lt;/tt&gt;. 
-
-&lt;b&gt;The project is in a very early stage&lt;/b&gt; since, as of today, &lt;b&gt;it has even not been tested with a real Skywatcher mount&lt;/b&gt;, only with a &lt;a href="http://www.flickr.com/photos/87297028@N04/7993769744/" rel="nofollow" target="_blank"&gt;home-made mount controller&lt;/a&gt; driving an &lt;a href="http://www.flickr.com/photos/87297028@N04/7993762889/" rel="nofollow" target="_blank"&gt;old modded EQ5&lt;/a&gt;. However this home-made controller performs well with the EQMOD/EQASCOM driver itself under Windows/Wine. If you plan to test this driver with your own mount, first &lt;b&gt;disassemble your telescope from the mount&lt;/b&gt; to prevent potential damages. If you succeed to use the driver, please send me an email.
+The project has been developped using a &lt;a href="http://www.flickr.com/photos/87297028@N04/7993769744/" rel="nofollow" target="_blank"&gt;home-made mount controller&lt;/a&gt; driving an &lt;a href="http://www.flickr.com/photos/87297028@N04/7993762889/" rel="nofollow" target="_blank"&gt;old modded EQ5&lt;/a&gt;. However this home-made controller performs well with the EQMOD/EQASCOM driver itself under Windows/Wine. As of today, it has now been tested with real Skywatcher mounts. If you plan to test this driver with your own mount, first **disassemble your telescope from the mount** to prevent potential damages. If you succeed to use the driver, please send me an email.

 Current features are:
-&lt;ul&gt;
-&lt;li&gt;Goto/Slew at maximum microstep resolution&lt;/li&gt;
-&lt;li&gt;Independent slew speeds for both axes variable between x0.05 to x800 of the sidereal rate (step x0.05)&lt;/li&gt;
-&lt;li&gt;Sidereal, lunar, solar and custom trackrates&lt;/li&gt;
-&lt;li&gt;Pulse-guiding&lt;/li&gt;
-&lt;/ul&gt;
+* Goto/Slew at maximum microstep resolution
+* Independent slew speeds for both axes variable between x0.05 to x800 of the sidereal rate (step x0.05)
+* Sidereal, lunar, solar and custom trackrates
+* Pulse-guiding
+
 Normal syncs and Nearest point alignment are functionnal, N-Star alignment mode is in a testing phase.

-*commit(2013/08/26)* _Triangulation used for N-Star alignment (code from [http://cs.smith.edu/~orourke/books/ftp.html Computational Geometry in C], thanks). Corrected many bugs concerning time/position computations. Polar misalignment estimation (paper from [http://www.whim.org/nebula/math/pdf/twostar.pdf R. Johnson], thanks. Some mount tools available on [https://code.google.com/p/indi-mount-tools/ indi-mount-tools] (including a GUI Pad enabling the use of a joypad, code from [http://qjoypad.sourceforge.net/ qjoypad], thanks).  
+**commit(2013/08/26)** _Triangulation used for N-Star alignment (code from  [Computational Geometry in C][http://cs.smith.edu/~orourke/books/ftp.html], thanks). Corrected many bugs concerning time/position computations. Polar misalignment estimation ([paper from R. Johnson][http://www.whim.org/nebula/math/pdf/twostar.pdf ], thanks. Some mount tools available on [ndi-mount-tools][https://code.google.com/p/indi-mount-tools/ i] (including a GUI Pad enabling the use of a joypad, code from [qjoypad][http://qjoypad.sourceforge.net/ ], thanks).  

-*commit(2013/02/26)* _Preset Speeds. Full Debug and logging support. Log files are in _`/tmp/indi_eqmod_telescope_%TIMESTAMP%.log`. Logging is not included by default (see INSTALL)_
+**commit(2013/02/26)** _Preset Speeds. Full Debug and logging support. Log files are in _`/tmp/indi_eqmod_telescope_%TIMESTAMP%.log`. Logging is not included by default (see INSTALL)_

-*commit(2012/12/25)* _Fixed exceptions handling issues._ 
+**commit(2012/12/25)** _Fixed exceptions handling issues._ 

-*commit(2012/12/14)* _N-Star Alignment code has been written, but *not yet tested* in real conditions. See AlignmentHowto Wiki page for brief explanations._ 
+**commit(2012/12/14)** _N-Star Alignment code has been written, but *not yet tested* in real conditions. See AlignmentHowto Wiki page for brief explanations._ 

-*commit(2012/12/04)* _Fixed major properties management issues (thanks to R. James), Enabled Alt/Az mount type 114GT for testing purpose, Compliant to Indi version 0.9.6 (no more Req properties)_
+**commit(2012/12/04)** _Fixed major properties management issues (thanks to R. James), Enabled Alt/Az mount type 114GT for testing purpose, Compliant to Indi version 0.9.6 (no more Req properties)_

-*commit(2012/10/20)* _inherits Guider Interface, alignment disabled (no more syncs), park disabled. _
+**commit(2012/10/20)** _inherits Guider Interface, alignment disabled (no more syncs), park disabled. _

 A screenshot of the Main Control panel in KStars (&lt;a href="http://www.flickr.com/photos/87297028@N04/sets/72157631552640091/" rel="nofollow" target="_blank"&gt;other screenshots on flickr&lt;/a&gt;)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">geehalel</dc:creator><pubDate>Thu, 06 Aug 2015 18:37:34 -0000</pubDate><guid>https://sourceforge.net9fafa21b428ef49c8935bef6f1ad14701007aed2</guid></item><item><title>Home modified by geehalel</title><link>https://sourceforge.net/p/indi-skywatcherprotocol/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,7 @@
+**Refer to the libindi library**
+----
+The driver is now included in the [http://www.indilib.org][libindi library] as a 3rd party driver (*indi-eqmod*). I now mainly put new development stuff on the [http://sourceforge.net/p/indi/code/HEAD/tree/trunk/][libindi sourceforge]. I use this site to eventually put some specific stuff concerning my home made controller. So do not use it as it is rarely up-to-date.

-**Refer to the libindi library**
-
-The driver is now included in the [http://www.indilib.org libindi library] as a 3rd party driver (*indi-eqmod*). I now mainly put new development stuff on the [http://sourceforge.net/p/indi/code/HEAD/tree/trunk/ libindi sourceforge]. I use this site to eventually put some specific stuff concerning my home made controller. So do not use it as it is rarely up-to-date.
-----

 This  [http://indilib.org/ INDI] driver interacts with a mount controller using the [http://code.google.com/p/skywatcher/ Skywatcher Protocol]  through a serial link. It can directly drive Skywatcher and similar mounts through a serial port &lt;b&gt;after a conversion of signal levels&lt;/b&gt; (see &lt;a href="http://eq-mod.sourceforge.net/eqdirect2.htm" target="_blank"&gt;EQDIRECT&lt;/a&gt; interface), or any other mount hardware which uses this protocol. This project is similar in its goal to the &lt;a href="http://eq-mod.sourceforge.net/"&gt;EQMOD/EQASCOM&lt;/a&gt; project, but for the Linux/INDI world. Thus the name of the INDI device is "EQMod Mount", and the driver executable is &lt;tt&gt;indi_eqmod_telescope&lt;/tt&gt;. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">geehalel</dc:creator><pubDate>Thu, 06 Aug 2015 18:25:03 -0000</pubDate><guid>https://sourceforge.net07f7240f8a81cf8c69661c0786b1e55abae4fa28</guid></item><item><title>Home modified by geehalel</title><link>https://sourceforge.net/p/indi-skywatcherprotocol/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Refer to the libindi library&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="the-driver-is-now-included-in-the-httpwwwindiliborg-libindi-library-as-a-3rd-party-driver-indi-eqmod-i-now-mainly-put-new-development-stuff-on-the-httpsourceforgenetpindicodeheadtreetrunk-libindi-sourceforge-i-use-this-site-to-eventually-put-some-specific-stuff-concerning-my-home-made-controller-so-do-not-use-it-as-it-is-rarely-up-to-date"&gt;The driver is now included in the &lt;span&gt;[http://www.indilib.org libindi library]&lt;/span&gt; as a 3rd party driver (&lt;em&gt;indi-eqmod&lt;/em&gt;). I now mainly put new development stuff on the &lt;span&gt;[http://sourceforge.net/p/indi/code/HEAD/tree/trunk/ libindi sourceforge]&lt;/span&gt;. I use this site to eventually put some specific stuff concerning my home made controller. So do not use it as it is rarely up-to-date.&lt;/h2&gt;
&lt;p&gt;This  &lt;span&gt;[http://indilib.org/ INDI]&lt;/span&gt; driver interacts with a mount controller using the &lt;span&gt;[http://code.google.com/p/skywatcher/ Skywatcher Protocol]&lt;/span&gt;  through a serial link. It can directly drive Skywatcher and similar mounts through a serial port &lt;b&gt;after a conversion of signal levels&lt;/b&gt; (see &lt;a href="http://eq-mod.sourceforge.net/eqdirect2.htm" target="_blank"&gt;EQDIRECT&lt;/a&gt; interface), or any other mount hardware which uses this protocol. This project is similar in its goal to the &lt;a href="http://eq-mod.sourceforge.net/"&gt;EQMOD/EQASCOM&lt;/a&gt; project, but for the Linux/INDI world. Thus the name of the INDI device is "EQMod Mount", and the driver executable is &lt;tt&gt;indi_eqmod_telescope&lt;/tt&gt;. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;The project is in a very early stage&lt;/b&gt; since, as of today, &lt;b&gt;it has even not been tested with a real Skywatcher mount&lt;/b&gt;, only with a &lt;a href="http://www.flickr.com/photos/87297028@N04/7993769744/" rel="nofollow" target="_blank"&gt;home-made mount controller&lt;/a&gt; driving an &lt;a href="http://www.flickr.com/photos/87297028@N04/7993762889/" rel="nofollow" target="_blank"&gt;old modded EQ5&lt;/a&gt;. However this home-made controller performs well with the EQMOD/EQASCOM driver itself under Windows/Wine. If you plan to test this driver with your own mount, first &lt;b&gt;disassemble your telescope from the mount&lt;/b&gt; to prevent potential damages. If you succeed to use the driver, please send me an email.&lt;/p&gt;
&lt;p&gt;Current features are:&lt;br/&gt;
&lt;/p&gt;&lt;ul&gt;&lt;br/&gt;
&lt;li&gt;Goto/Slew at maximum microstep resolution&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;Independent slew speeds for both axes variable between x0.05 to x800 of the sidereal rate (step x0.05)&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;Sidereal, lunar, solar and custom trackrates&lt;/li&gt;&lt;br/&gt;
&lt;li&gt;Pulse-guiding&lt;/li&gt;&lt;br/&gt;
&lt;/ul&gt;&lt;br/&gt;
Normal syncs and Nearest point alignment are functionnal, N-Star alignment mode is in a testing phase.&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;commit(2013/08/26)&lt;/em&gt; _Triangulation used for N-Star alignment (code from &lt;span&gt;[http://cs.smith.edu/~orourke/books/ftp.html Computational Geometry in C]&lt;/span&gt;, thanks). Corrected many bugs concerning time/position computations. Polar misalignment estimation (paper from &lt;span&gt;[http://www.whim.org/nebula/math/pdf/twostar.pdf R. Johnson]&lt;/span&gt;, thanks. Some mount tools available on &lt;span&gt;[https://code.google.com/p/indi-mount-tools/ indi-mount-tools]&lt;/span&gt; (including a GUI Pad enabling the use of a joypad, code from &lt;span&gt;[http://qjoypad.sourceforge.net/ qjoypad]&lt;/span&gt;, thanks).&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;commit(2013/02/26)&lt;/em&gt; &lt;em&gt;Preset Speeds. Full Debug and logging support. Log files are in &lt;/em&gt;&lt;code&gt;/tmp/indi_eqmod_telescope_%TIMESTAMP%.log&lt;/code&gt;. Logging is not included by default (see INSTALL)_&lt;/p&gt;
&lt;p&gt;&lt;em&gt;commit(2012/12/25)&lt;/em&gt; &lt;em&gt;Fixed exceptions handling issues.&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;commit(2012/12/14)&lt;/em&gt; &lt;em&gt;N-Star Alignment code has been written, but &lt;em&gt;not yet tested&lt;/em&gt; in real conditions. See AlignmentHowto Wiki page for brief explanations.&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;commit(2012/12/04)&lt;/em&gt; &lt;em&gt;Fixed major properties management issues (thanks to R. James), Enabled Alt/Az mount type 114GT for testing purpose, Compliant to Indi version 0.9.6 (no more Req properties)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;commit(2012/10/20)&lt;/em&gt; _inherits Guider Interface, alignment disabled (no more syncs), park disabled. _&lt;/p&gt;
&lt;p&gt;A screenshot of the Main Control panel in KStars (&lt;a href="http://www.flickr.com/photos/87297028@N04/sets/72157631552640091/" rel="nofollow" target="_blank"&gt;other screenshots on flickr&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/87297028@N04/7993557298/" rel="nofollow" title="Capture-INDIControlPanel de geehalel, sur Flickr"&gt;&lt;img alt="Capture-INDIControlPanel" height="491" rel="nofollow" src="http://farm9.staticflickr.com/8041/7993557298_b4b1f559d7.jpg" width="500"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">geehalel</dc:creator><pubDate>Thu, 06 Aug 2015 18:22:21 -0000</pubDate><guid>https://sourceforge.netd7ba9d187952aa4a61bd803827e115d7a45562e3</guid></item></channel></rss>