<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: WordPress Downloader	</title>
	<atom:link href="https://www.farinspace.com/wordpress-downloader/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com/wordpress-downloader/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Tue, 08 May 2018 09:28:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Collins Agbonghama		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-37734</link>

		<dc:creator><![CDATA[Collins Agbonghama]]></dc:creator>
		<pubDate>Tue, 08 May 2018 09:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-37734</guid>

					<description><![CDATA[Many years later, this script is still a part of my WP arsenal.]]></description>
			<content:encoded><![CDATA[<p>Many years later, this script is still a part of my WP arsenal.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dev		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-28709</link>

		<dc:creator><![CDATA[dev]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 06:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-28709</guid>

					<description><![CDATA[looks great work but stuck with permission err !
can u please look after the code as I couldn&#039;t upload theme file from my local PC also in dashboard]]></description>
			<content:encoded><![CDATA[<p>looks great work but stuck with permission err !<br />
can u please look after the code as I couldn&#8217;t upload theme file from my local PC also in dashboard</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jared		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-22641</link>

		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Sun, 08 Apr 2012 02:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-22641</guid>

					<description><![CDATA[Just wanted to say great script. I built on it to make a similar script, wp-prep (https://github.com/jaredatch/wp-prep).

Thanks again :)]]></description>
			<content:encoded><![CDATA[<p>Just wanted to say great script. I built on it to make a similar script, wp-prep (<a href="https://github.com/jaredatch/wp-prep" rel="nofollow ugc">https://github.com/jaredatch/wp-prep</a>).</p>
<p>Thanks again 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-5762</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 20:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-5762</guid>

					<description><![CDATA[Chris, thank you for your suggestions ... I like several of them and will definitely consider making these additions, hopefully sooner than later. Again, the code is on github and I welcome contributors. 

It currently is not a complex piece of code, so it&#039;s definitely a good time to get in on the development front.]]></description>
			<content:encoded><![CDATA[<p>Chris, thank you for your suggestions &#8230; I like several of them and will definitely consider making these additions, hopefully sooner than later. Again, the code is on github and I welcome contributors. </p>
<p>It currently is not a complex piece of code, so it&#8217;s definitely a good time to get in on the development front.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-5758</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 19:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-5758</guid>

					<description><![CDATA[Hey Dimas - I know your all about keeping things super simple and light but given the objective of this code might I suggest a few quick elements which I feel nearly everyone who would use it also have to preform. I believe all my suggestions allow for the greatest degree of flexibility for the developer. They are as follows:

1) Allow for the ability to automatically remove (or more preferably to block) the default wordpress database entries which are created. I am speaking of the default about page, the links, the default post, and the renaming of the default link category.
2) Simply allow for your own default entries to be inserted (if you want) based off an export file or other file so the import is auto-initiated upon install. (I believe there are existing plugins which might do this for MU sites and others based off files this could be based on).
3) Allow you to define what you want the wp-content &#038; plugin folder to be called.
4) Allow you to define the location of some default code which should be added to the wp-config file. Same for the .htaccess file if possible.
5) Possibly allow you to define the location of theme zip file which should automatically be extracted to the theme directory and activated possibly replacing or deleting the default one that comes with WP.
6) Ability to add a media folder into a certain location &#038; define the path location into the database.
7) Ability to add/update any default settings you would normally have to modify manually such as permalinks, public availability, reading/writing settings... ect.
8) Hopefully the ability to set the permission levels for specific files/folders.
9) This last one is probably more difficult but if a plugin.zip file could automatically be extracted and plugins activated it would be very cool but given the interaction/errors some plugins require it probably would lead to more issues.

In the situations I deal with I believe these elements would essentially turn your code into a real timesaver while ensuring consistency.

Just my 2cents]]></description>
			<content:encoded><![CDATA[<p>Hey Dimas &#8211; I know your all about keeping things super simple and light but given the objective of this code might I suggest a few quick elements which I feel nearly everyone who would use it also have to preform. I believe all my suggestions allow for the greatest degree of flexibility for the developer. They are as follows:</p>
<p>1) Allow for the ability to automatically remove (or more preferably to block) the default wordpress database entries which are created. I am speaking of the default about page, the links, the default post, and the renaming of the default link category.<br />
2) Simply allow for your own default entries to be inserted (if you want) based off an export file or other file so the import is auto-initiated upon install. (I believe there are existing plugins which might do this for MU sites and others based off files this could be based on).<br />
3) Allow you to define what you want the wp-content &amp; plugin folder to be called.<br />
4) Allow you to define the location of some default code which should be added to the wp-config file. Same for the .htaccess file if possible.<br />
5) Possibly allow you to define the location of theme zip file which should automatically be extracted to the theme directory and activated possibly replacing or deleting the default one that comes with WP.<br />
6) Ability to add a media folder into a certain location &amp; define the path location into the database.<br />
7) Ability to add/update any default settings you would normally have to modify manually such as permalinks, public availability, reading/writing settings&#8230; ect.<br />
8) Hopefully the ability to set the permission levels for specific files/folders.<br />
9) This last one is probably more difficult but if a plugin.zip file could automatically be extracted and plugins activated it would be very cool but given the interaction/errors some plugins require it probably would lead to more issues.</p>
<p>In the situations I deal with I believe these elements would essentially turn your code into a real timesaver while ensuring consistency.</p>
<p>Just my 2cents</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lane		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-4041</link>

		<dc:creator><![CDATA[Lane]]></dc:creator>
		<pubDate>Thu, 16 Sep 2010 01:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-4041</guid>

					<description><![CDATA[Dimas, you are the cleverest, devilist programmer.  Used it three times today. no problems.  Perhaps you could add an option to download a few &quot;essential&quot; plugins or popular frameworks.]]></description>
			<content:encoded><![CDATA[<p>Dimas, you are the cleverest, devilist programmer.  Used it three times today. no problems.  Perhaps you could add an option to download a few &#8220;essential&#8221; plugins or popular frameworks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bisri		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-1948</link>

		<dc:creator><![CDATA[bisri]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-1948</guid>

					<description><![CDATA[Great idea Teddy :), it is so useful for me, because my hosting not using cpanel, by using this It saves my time. Thanks .... :)]]></description>
			<content:encoded><![CDATA[<p>Great idea Teddy :), it is so useful for me, because my hosting not using cpanel, by using this It saves my time. Thanks &#8230;. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-1624</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-1624</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.farinspace.com/wordpress-downloader/#comment-1623&quot;&gt;Teddy&lt;/a&gt;.

Teddy, let me know what you find out... additionally if you are trying it on a certain web host, let me know which one. Ideally I would like to make the script robust enough to work well across the board.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.farinspace.com/wordpress-downloader/#comment-1623">Teddy</a>.</p>
<p>Teddy, let me know what you find out&#8230; additionally if you are trying it on a certain web host, let me know which one. Ideally I would like to make the script robust enough to work well across the board.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Teddy		</title>
		<link>https://www.farinspace.com/wordpress-downloader/#comment-1623</link>

		<dc:creator><![CDATA[Teddy]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=533#comment-1623</guid>

					<description><![CDATA[Downloaded it, tried it. Sounds great, but I got an error when it tried to unzip the file. I didn&#039;t have time to try and solve it right now, but it&#039;s not all that surprising that I&#039;d run into a permissions problem I guess :)]]></description>
			<content:encoded><![CDATA[<p>Downloaded it, tried it. Sounds great, but I got an error when it tried to unzip the file. I didn&#8217;t have time to try and solve it right now, but it&#8217;s not all that surprising that I&#8217;d run into a permissions problem I guess 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
