<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Automating WordPress customizations &#8211; the install.php way</title>
	<atom:link href="http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/</link>
	<description>Hacking WordPress. Keeping the bits together.</description>
	<lastBuildDate>Fri, 13 Nov 2009 19:04:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-3080</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-3080</guid>
		<description>Very interesting article, I will certainly come back to it later, I always wanted to create my own custom installation.

By the way, you were talking about wp_install_defaults(). Would there be a way to add content to my wordpress install by calling an XML import file with posts, categories, ... in wp_install_defaults()? That would be really helpful to be able to do that.</description>
		<content:encoded><![CDATA[<p>Very interesting article, I will certainly come back to it later, I always wanted to create my own custom installation.</p>
<p>By the way, you were talking about wp_install_defaults(). Would there be a way to add content to my wordpress install by calling an XML import file with posts, categories, &#8230; in wp_install_defaults()? That would be really helpful to be able to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twincascos</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-3064</link>
		<dc:creator>twincascos</dc:creator>
		<pubDate>Sat, 13 Jun 2009 07:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-3064</guid>
		<description>I&#039;ve just been going through this tutorial and it seams to be out of date already. WP 2.8 has either moved or changed file names and or functions.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just been going through this tutorial and it seams to be out of date already. WP 2.8 has either moved or changed file names and or functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zone</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-2940</link>
		<dc:creator>zone</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-2940</guid>
		<description>I tend to install the same plugins on each of my several blogs. Is there a way to automate the installation of a default set of plugins whenever you install wordpress?</description>
		<content:encoded><![CDATA[<p>I tend to install the same plugins on each of my several blogs. Is there a way to automate the installation of a default set of plugins whenever you install wordpress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid Mamchenkov</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-832</link>
		<dc:creator>Leonid Mamchenkov</dc:creator>
		<pubDate>Tue, 28 Aug 2007 21:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-832</guid>
		<description>Stephen Rider,

glad to hear about your inspiration ;)

The post about languages is in plans.  One of the non-obvious uses for translations is customization of strings.  It&#039;s like doing an English-to-English translation from WordPress-speak to your own dialect.</description>
		<content:encoded><![CDATA[<p>Stephen Rider,</p>
<p>glad to hear about your inspiration ;)</p>
<p>The post about languages is in plans.  One of the non-obvious uses for translations is customization of strings.  It&#8217;s like doing an English-to-English translation from WordPress-speak to your own dialect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Rider</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-831</link>
		<dc:creator>Stephen Rider</dc:creator>
		<pubDate>Tue, 28 Aug 2007 21:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-831</guid>
		<description>You&#039;ve inspired me to rummage around  the source code a bit more.  There are all kinds of fun things you can customize in similar ways.

I just discovered that you can put a /languages/ folder in wp-content, and thus avoid having to remember to transfer files every time you upgrade WordPress.  (note sure why this isn&#039;t just the standard locaiton...)  Some other interesting things in here to. :)</description>
		<content:encoded><![CDATA[<p>You&#8217;ve inspired me to rummage around  the source code a bit more.  There are all kinds of fun things you can customize in similar ways.</p>
<p>I just discovered that you can put a /languages/ folder in wp-content, and thus avoid having to remember to transfer files every time you upgrade WordPress.  (note sure why this isn&#8217;t just the standard locaiton&#8230;)  Some other interesting things in here to. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid Mamchenkov</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-830</link>
		<dc:creator>Leonid Mamchenkov</dc:creator>
		<pubDate>Tue, 28 Aug 2007 19:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-830</guid>
		<description>Stephen Rider,

I guess the fix would be very much dependent on each particular setup.  Actually, even the recipe itself would too.  I guess, right now it&#039;s more of a &quot;show me the way&quot; kind of thing, rather than the final solution...</description>
		<content:encoded><![CDATA[<p>Stephen Rider,</p>
<p>I guess the fix would be very much dependent on each particular setup.  Actually, even the recipe itself would too.  I guess, right now it&#8217;s more of a &#8220;show me the way&#8221; kind of thing, rather than the final solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Rider</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-828</link>
		<dc:creator>Stephen Rider</dc:creator>
		<pubDate>Tue, 28 Aug 2007 18:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-828</guid>
		<description>Leonid -- I&#039;m familiar with MU.  That second link is an interesting variation on my method.  Seems a bit hazard-prone, though, as any domain at all could point to it and affect the database....  Fixable I&#039;m sure, but not fixed yet. :)</description>
		<content:encoded><![CDATA[<p>Leonid &#8212; I&#8217;m familiar with MU.  That second link is an interesting variation on my method.  Seems a bit hazard-prone, though, as any domain at all could point to it and affect the database&#8230;.  Fixable I&#8217;m sure, but not fixed yet. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top English WP Blogs &#171; KHỦNG LONG IT</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-365</link>
		<dc:creator>Top English WP Blogs &#171; KHỦNG LONG IT</dc:creator>
		<pubDate>Sat, 11 Aug 2007 17:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-365</guid>
		<description>[...]  Automating WordPress customizations - the install.php way In “Automating WordPress customizations - the plugin way” we looked at how to change a whole bunch of thing [&#8230;] [...]</description>
		<content:encoded><![CDATA[<p>[...]  Automating WordPress customizations &#8211; the install.php way In “Automating WordPress customizations &#8211; the plugin way” we looked at how to change a whole bunch of thing [&#8230;] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Posts &#171; WordPress.com</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-357</link>
		<dc:creator>Top Posts &#171; WordPress.com</dc:creator>
		<pubDate>Fri, 10 Aug 2007 23:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-357</guid>
		<description>[...]  Automating WordPress customizations - the install.php way In &#8220;Automating WordPress customizations - the plugin way&#8221; we looked at how to change a whole bunch of thing [&#8230;] [...]</description>
		<content:encoded><![CDATA[<p>[...]  Automating WordPress customizations &#8211; the install.php way In &#8220;Automating WordPress customizations &#8211; the plugin way&#8221; we looked at how to change a whole bunch of thing [&#8230;] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid Mamchenkov</title>
		<link>http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-350</link>
		<dc:creator>Leonid Mamchenkov</dc:creator>
		<pubDate>Fri, 10 Aug 2007 19:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/#comment-350</guid>
		<description>Jonathan,

well, I guess it&#039;s better late than never. ;)</description>
		<content:encoded><![CDATA[<p>Jonathan,</p>
<p>well, I guess it&#8217;s better late than never. ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
