<?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: Sympa tip: changing domains</title>
	<atom:link href="http://jstahl.org/archives/2009/11/06/sympa-tip-changing-domains/feed/" rel="self" type="application/rss+xml" />
	<link>http://jstahl.org/archives/2009/11/06/sympa-tip-changing-domains/</link>
	<description>Politics, the environment, technology, activism. And stuff.</description>
	<lastBuildDate>Tue, 24 Jan 2012 23:00:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jon Stahl</title>
		<link>http://jstahl.org/archives/2009/11/06/sympa-tip-changing-domains/comment-page-1/#comment-394310</link>
		<dc:creator>Jon Stahl</dc:creator>
		<pubDate>Sat, 07 Nov 2009 17:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://jstahl.org/?p=2013#comment-394310</guid>
		<description>&lt;p&gt;Thanks, David, post is fixed.  FYI, I think my actual replace was just onenw/groundwire, but I realized after the fact that I should probably be more precise here.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, David, post is fixed.  FYI, I think my actual replace was just onenw/groundwire, but I realized after the fact that I should probably be more precise here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Glick</title>
		<link>http://jstahl.org/archives/2009/11/06/sympa-tip-changing-domains/comment-page-1/#comment-394302</link>
		<dc:creator>David Glick</dc:creator>
		<pubDate>Sat, 07 Nov 2009 02:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://jstahl.org/?p=2013#comment-394302</guid>
		<description>&lt;p&gt;Gah, wordpress stripped my backslash out of that comment.  There should be a backslash before the period in &quot;onenw.org&quot; within the regular expression.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gah, wordpress stripped my backslash out of that comment.  There should be a backslash before the period in &#8220;onenw.org&#8221; within the regular expression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Glick</title>
		<link>http://jstahl.org/archives/2009/11/06/sympa-tip-changing-domains/comment-page-1/#comment-394301</link>
		<dc:creator>David Glick</dc:creator>
		<pubDate>Sat, 07 Nov 2009 02:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://jstahl.org/?p=2013#comment-394301</guid>
		<description>&lt;p&gt;Remember that a period in a regular expression means &quot;match any character&quot;, so you probably want &#039;s/onenw.org/groundwire.org/g&#039; (in this case it&#039;s probably unlikely that you had cases with onenwXorg for some X other than a period, but still...)&lt;/p&gt;

&lt;p&gt;Also, it&#039;s worth noting that with perl&#039;s inplace substitution you can optionally specify an extension for backup copies of the original files...e.g. perl -pi.bak -e etc...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Remember that a period in a regular expression means &#8220;match any character&#8221;, so you probably want &#8216;s/onenw.org/groundwire.org/g&#8217; (in this case it&#8217;s probably unlikely that you had cases with onenwXorg for some X other than a period, but still&#8230;)</p>
<p>Also, it&#8217;s worth noting that with perl&#8217;s inplace substitution you can optionally specify an extension for backup copies of the original files&#8230;e.g. perl -pi.bak -e etc&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

