<?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: Bash Script for Updating Multiple WordPress Blogs</title>
	<atom:link href="http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jericon</title>
		<link>http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs/comment-page-1#comment-181843</link>
		<dc:creator>Jericon</dc:creator>
		<pubDate>Wed, 09 Dec 2009 11:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2617#comment-181843</guid>
		<description>You could simplify this script by changing it.

blog=( domain1.com domain2.com domain3.com )

for a in blog[@]; do
  ...</description>
		<content:encoded><![CDATA[<p>You could simplify this script by changing it.</p>
<p>blog=( domain1.com domain2.com domain3.com )</p>
<p>for a in blog[@]; do<br />
  &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wholesalers china</title>
		<link>http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs/comment-page-1#comment-181581</link>
		<dc:creator>wholesalers china</dc:creator>
		<pubDate>Sat, 07 Nov 2009 06:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2617#comment-181581</guid>
		<description>Love this post! Cool WP template list here. I will used them in my personal blog. Thank you for sharing these.</description>
		<content:encoded><![CDATA[<p>Love this post! Cool WP template list here. I will used them in my personal blog. Thank you for sharing these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Jimerson</title>
		<link>http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs/comment-page-1#comment-180221</link>
		<dc:creator>Glenn Jimerson</dc:creator>
		<pubDate>Mon, 03 Aug 2009 23:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2617#comment-180221</guid>
		<description>Thank you David!  The script worked beautifully.  I was able to switch my old WP installs to the new SVN updatable type.  One thing I&#039;d recommend changing is the URL in line 11 to:  svn sw http://core.svn.wordpress.org/tags/2.8.3 .      svn.automattic.com/wordpress gave me an error.</description>
		<content:encoded><![CDATA[<p>Thank you David!  The script worked beautifully.  I was able to switch my old WP installs to the new SVN updatable type.  One thing I&#8217;d recommend changing is the URL in line 11 to:  svn sw <a href="http://core.svn.wordpress.org/tags/2.8.3" rel="nofollow">http://core.svn.wordpress.org/tags/2.8.3</a> .      svn.automattic.com/wordpress gave me an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: china wholesale</title>
		<link>http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs/comment-page-1#comment-179979</link>
		<dc:creator>china wholesale</dc:creator>
		<pubDate>Sun, 12 Jul 2009 12:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2617#comment-179979</guid>
		<description>Thanks for the article, it was a good read indeed</description>
		<content:encoded><![CDATA[<p>Thanks for the article, it was a good read indeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Update multiple WordPress blogs with a Subversion bash script &#124; WordPress Philippines</title>
		<link>http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs/comment-page-1#comment-178269</link>
		<dc:creator>Update multiple WordPress blogs with a Subversion bash script &#124; WordPress Philippines</dc:creator>
		<pubDate>Wed, 25 Feb 2009 23:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2617#comment-178269</guid>
		<description>[...] David Peralty of Devlounge details how to create a special script for updating your WordPress install if you&#8217;re using Subversion. Perfect for the power user running multiple WP blogs on his/her own server. [...]</description>
		<content:encoded><![CDATA[<p>[...] David Peralty of Devlounge details how to create a special script for updating your WordPress install if you&#8217;re using Subversion. Perfect for the power user running multiple WP blogs on his/her own server. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Boston</title>
		<link>http://www.devlounge.net/code/bash-script-for-updating-multiple-wordpress-blogs/comment-page-1#comment-178213</link>
		<dc:creator>Dustin Boston</dc:creator>
		<pubDate>Thu, 19 Feb 2009 17:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2617#comment-178213</guid>
		<description>That&#039;s a great tip. Man how I miss running my own server. This stuff is so tedious on shared hosting.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great tip. Man how I miss running my own server. This stuff is so tedious on shared hosting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

