<?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/sinarpelangi/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/sinarpelangi/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 13 Aug 2012 10:18:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sinarpelangi/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Aditya Darmawan</title><link>https://sourceforge.net/p/sinarpelangi/wiki/Home/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,22 +1,4 @@
-# -*- coding: utf-8 -*-
-#
-# Author: Aditya Darmawan (sinarpelangi.com@gmail.com)
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Library General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-# If you want to buy me a cup of ice tea, paypal at sinarpelangi.com@gmail.com
+If you want to buy me a cup of ice tea, paypal at sinarpelangi.com@gmail.com
 
 I'm sorry for long time no updates after first release of this application
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aditya Darmawan</dc:creator><pubDate>Mon, 13 Aug 2012 10:18:31 -0000</pubDate><guid>https://sourceforge.net61d47c6f4e7c6fb25ff7e46434b7da154b2dcf5e</guid></item><item><title>WikiPage Home modified by Aditya Darmawan</title><link>https://sourceforge.net/p/sinarpelangi/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,66 +1,49 @@
-README
-------
+# -*- coding: utf-8 -*-
+#
+# Author: Aditya Darmawan (sinarpelangi.com@gmail.com)
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
-This is **only** a GUI of axel.
+# If you want to buy me a cup of ice tea, paypal at sinarpelangi.com@gmail.com
 
-axel itself is included in this program so you don't need to download and install a tiny-yet-useful axel.
+I'm sorry for long time no updates after first release of this application
 
-axel is a well-known download accelelator that can make our download 3-5 times faster. Unluckily, axel is a CLI (Command Line Interface) so not all people can use this tool.
+Now, I give this version 0.5. The most important changes are,
 
-I try to make a GUI of axel in order to make axel not only a download accelelator but also a download manager. Now, you can start and pause download easily. You also don't be afraid of forgetting download links when download progress terminated.
+- Fix the 99% status bug of finished download
+- Fix DeadObject (or blah...) error everytime this program ends
 
-This is **Sinar Pelangi Download Manager 0.1 (spdm 0.1)**
-Because it is the first release, I know there are MUCH bugs you will find within. So don't be ashamed to mail me the bugs. I will try my best to make this program better though I am not a professional one.
+Just that ;-)
 
-Running this program requires:
-* Python 2.2+ (recommended 2.6+) (usually pre-installed in many linux distributions, so you MAY NOT install it ;-))
-* wxwidget (It is better to install it prior to using spdm 0.1). For Ubuntu users, you can simply install using apt command:
+This version is packaged in the form of DEB package.
 
-    sudo apt-get install python-wxgtk2.8
+DEPENDENCY
 
-Or, if it fails, you can download from &lt;http://dl.dropbox.com/u/17145089/linux/apps/wxpython2.8.tar.bz2&gt;
+You need to install these packages prior to install this application,
 
-Extract to any directory and then open terminal to do:
-  
-    sudo dpkg -i *.deb
+- axel
+- python-wxgtk2.8
 
-This will install wxwidget 2.8
+If you use Ubuntu, the easiest way to install dependency is typing to terminal,
 
-I began to recognize python language just a month ago. So, this is a short introduction. While creating this program, I use:
-* Python 2.6
-* wxwidget
-* pexpect module
+$ sudo apt-get install axel python-wxgtk2.8
 
-I also make a single binary that no need to download and install other requirements. Use it if only you are a beginner users.
+INSATALLATION
 
-WARNING! Though I don't utilize scripts that removes downloaded file when removing download lists, I don't guarantee every damages occured. It's free for use but use at your own risk!
+Make sure all dependencies are satisfied.
 
+Open terminal, cd to directory where you save spdm_0.5.deb package and type,
 
-Thank you very much.
-
-Aditya Darmawan
-Find new updates on &lt;http://www.sinarpelangi.com&gt;
-
-DOes and DON'Ts
----------------
-
-DO:
-* Download direct links
-* Managing downloads
-
-DON'T:
-* Download media buffering: youtube, facebook, myspace, etc. Sometimes succeed, but often failed.
-
-
-KNOWN BUG
----------
-
-I apologize if it will uncomfort you.
-
-The bug is that if you download with the GOD-LIKE speed download, perharps the download will stop at 99%. Check the destination directory. If there is no .st file, it means that the download progress is actually done.
-
-The problem is not on your download, but it is on this program. :-(
-
-
-[[project_admins]]
-[[download_button]]
+$ sudo dpkg -i spdm_0.5.deb
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aditya Darmawan</dc:creator><pubDate>Mon, 13 Aug 2012 10:18:05 -0000</pubDate><guid>https://sourceforge.net99455e146c3070fab79a7975c88ac3e3a000aa43</guid></item><item><title>WikiPage Home modified by Aditya Darmawan</title><link>https://sourceforge.net/p/sinarpelangi/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,8 +1,66 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/sinarpelangi/wiki/markdown_syntax/) syntax.
+README
+------
+
+This is **only** a GUI of axel.
+
+axel itself is included in this program so you don't need to download and install a tiny-yet-useful axel.
+
+axel is a well-known download accelelator that can make our download 3-5 times faster. Unluckily, axel is a CLI (Command Line Interface) so not all people can use this tool.
+
+I try to make a GUI of axel in order to make axel not only a download accelelator but also a download manager. Now, you can start and pause download easily. You also don't be afraid of forgetting download links when download progress terminated.
+
+This is **Sinar Pelangi Download Manager 0.1 (spdm 0.1)**
+Because it is the first release, I know there are MUCH bugs you will find within. So don't be ashamed to mail me the bugs. I will try my best to make this program better though I am not a professional one.
+
+Running this program requires:
+* Python 2.2+ (recommended 2.6+) (usually pre-installed in many linux distributions, so you MAY NOT install it ;-))
+* wxwidget (It is better to install it prior to using spdm 0.1). For Ubuntu users, you can simply install using apt command:
+
+    sudo apt-get install python-wxgtk2.8
+
+Or, if it fails, you can download from &lt;http://dl.dropbox.com/u/17145089/linux/apps/wxpython2.8.tar.bz2&gt;
+
+Extract to any directory and then open terminal to do:
+  
+    sudo dpkg -i *.deb
+
+This will install wxwidget 2.8
+
+I began to recognize python language just a month ago. So, this is a short introduction. While creating this program, I use:
+* Python 2.6
+* wxwidget
+* pexpect module
+
+I also make a single binary that no need to download and install other requirements. Use it if only you are a beginner users.
+
+WARNING! Though I don't utilize scripts that removes downloaded file when removing download lists, I don't guarantee every damages occured. It's free for use but use at your own risk!
+
+
+Thank you very much.
+
+Aditya Darmawan
+Find new updates on &lt;http://www.sinarpelangi.com&gt;
+
+DOes and DON'Ts
+---------------
+
+DO:
+* Download direct links
+* Managing downloads
+
+DON'T:
+* Download media buffering: youtube, facebook, myspace, etc. Sometimes succeed, but often failed.
+
+
+KNOWN BUG
+---------
+
+I apologize if it will uncomfort you.
+
+The bug is that if you download with the GOD-LIKE speed download, perharps the download will stop at 99%. Check the destination directory. If there is no .st file, it means that the download progress is actually done.
+
+The problem is not on your download, but it is on this program. :-(
+
 
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aditya Darmawan</dc:creator><pubDate>Sat, 07 Jan 2012 11:11:43 -0000</pubDate><guid>https://sourceforge.net53864e14eaa301e7c374be819d2fc40c8dd15350</guid></item><item><title>WikiPage Home modified by Aditya Darmawan</title><link>https://sourceforge.net/p/sinarpelangi/wiki/Home/</link><description>Welcome to your wiki!

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

The wiki uses [Markdown](/p/sinarpelangi/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aditya Darmawan</dc:creator><pubDate>Sat, 07 Jan 2012 10:39:51 -0000</pubDate><guid>https://sourceforge.netfcef616989f8e0a12161fe8b1364fe597c73fdbd</guid></item></channel></rss>