<?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 Packages?</title>
	<atom:link href="http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/</link>
	<description>WordPress, web development, and world domination.</description>
	<lastBuildDate>Sat, 11 Feb 2012 20:29:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Six Revisions On Missing Features In WordPress</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-171436</link>
		<dc:creator>Six Revisions On Missing Features In WordPress</dc:creator>
		<pubDate>Thu, 01 Jul 2010 12:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-171436</guid>
		<description>[...] will not create and maintain these new branches but nothing stopped anyone else from doing so. Dougal has a few tips and a link that explains how to use the install.php file to create automated WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] will not create and maintain these new branches but nothing stopped anyone else from doing so. Dougal has a few tips and a link that explains how to use the install.php file to create automated WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-168151</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Thu, 17 Sep 2009 02:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-168151</guid>
		<description>I sure hope this makes it into wp someday. I run a wpmu network where I find that I spend most of my day simply setting up new sites that for the most part all use the same theme/widgets/plugins. 

Having it automated in wpmu would save me so many hours a month that I could actually contemplate leaving the office from time to time.</description>
		<content:encoded><![CDATA[<p>I sure hope this makes it into wp someday. I run a wpmu network where I find that I spend most of my day simply setting up new sites that for the most part all use the same theme/widgets/plugins. </p>
<p>Having it automated in wpmu would save me so many hours a month that I could actually contemplate leaving the office from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167303</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Mon, 03 Aug 2009 22:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167303</guid>
		<description>I love wordpress is more easy and give me more, a packages is really interesting then we can have a lot of more tools in one. I´m really new in this and i´m learning a lot when i read blogs like this, thaks for the information !</description>
		<content:encoded><![CDATA[<p>I love wordpress is more easy and give me more, a packages is really interesting then we can have a lot of more tools in one. I´m really new in this and i´m learning a lot when i read blogs like this, thaks for the information !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167251</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 01 Aug 2009 10:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167251</guid>
		<description>I think, the actually possibilities to add a own install is easy and very goog. Ise a custom install or write a small plugin to load all options, plugins and settings after the default install. This is a nice way and easy to customize. 
Best regards

Better and important is the theme of core plugins in the next versions of WordPress.</description>
		<content:encoded><![CDATA[<p>I think, the actually possibilities to add a own install is easy and very goog. Ise a custom install or write a small plugin to load all options, plugins and settings after the default install. This is a nice way and easy to customize.<br />
Best regards</p>
<p>Better and important is the theme of core plugins in the next versions of WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167250</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Fri, 31 Jul 2009 14:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167250</guid>
		<description>Code-wise, automating installation of several plugins is actually pretty easy. A few lines of code to install a plugin from WP-Extend, if you know the slug. Use the plugins_api to get the download link, create a Plugin_Updater class with the right params to install it, call activate_plugin to activate it. A whole lot more lines for user interface and such.

So it wouldn&#039;t be too difficult to come up with some list of plugins for different cases and then make some code to automate their installation. You could even build it into a plugin, so the user can one-click select a set of plugins for a given task, and have it download them all and activate them in some sequence.</description>
		<content:encoded><![CDATA[<p>Code-wise, automating installation of several plugins is actually pretty easy. A few lines of code to install a plugin from <acronym title='WordPress'><span class='caps'>WP</span></acronym>-Extend, if you know the slug. Use the plugins_api to get the download link, create a Plugin_Updater class with the right params to install it, call activate_plugin to activate it. A whole lot more lines for user interface and such.</p>
<p>So it wouldn&#8217;t be too difficult to come up with some list of plugins for different cases and then make some code to automate their installation. You could even build it into a plugin, so the user can one-click select a set of plugins for a given task, and have it download them all and activate them in some sequence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167249</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167249</guid>
		<description>I just watched your screencast, and I&#039;m duly impressed!

Add an easy way to have it fetch other plugins and it&#039;s going to kick some major, major butt. I can definitely imagine this going into Core in the future.</description>
		<content:encoded><![CDATA[<p>I just watched your screencast, and I&#8217;m duly impressed!</p>
<p>Add an easy way to have it fetch other plugins and it&#8217;s going to kick some major, major butt. I can definitely imagine this going into Core in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167248</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167248</guid>
		<description>Yes, Open Atrium is something they talked about in that podcast, and it had crossed my radar a few weeks ago, when they were preparing to release the beta. I haven&#039;t had a chance to look at it myself, but it sounds very interesting and cool.</description>
		<content:encoded><![CDATA[<p>Yes, Open Atrium is something they talked about in that podcast, and it had crossed my radar a few weeks ago, when they were preparing to release the beta. I haven&#8217;t had a chance to look at it myself, but it sounds very interesting and cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura Kalbag</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167247</link>
		<dc:creator>Laura Kalbag</dc:creator>
		<pubDate>Fri, 31 Jul 2009 12:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167247</guid>
		<description>This was something we spoke about at the WordHack lunch at WordCamp UK this year. I love the idea of having something similar to the Add On collections on Firefox.

From a user/designer point of view, it would be great to have packages that were recommended by developers that really know their stuff!</description>
		<content:encoded><![CDATA[<p>This was something we spoke about at the WordHack lunch at WordCamp UK this year. I love the idea of having something similar to the Add On collections on Firefox.</p>
<p>From a user/designer point of view, it would be great to have packages that were recommended by developers that really know their stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DD32</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167246</link>
		<dc:creator>DD32</dc:creator>
		<pubDate>Fri, 31 Jul 2009 09:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167246</guid>
		<description>This is actually something i&#039;ve been slowly working towards, An early revision of it is this:
http://dd32.id.au/2009/07/26/announcing-wordpress-automatic-installer/

Basically my aim is to allow for plugin &quot;groups&quot; to be automatically installed at the same time as WordPress gets installed..

Whilst it currently doesnt allow extra Plugin install (And that&#039;ll be the next thing i do once i&#039;ve got a free weekend..), I think its probably a definite thing thats going to happen, Just look at the current generation of &quot;WordPress packages&quot; being sold, You&#039;re not really buying support with many of them, just the fact that the install package has &quot;99 brilliant plugins to improve your blogging experience out of the packet!&quot;....</description>
		<content:encoded><![CDATA[<p>This is actually something i&#8217;ve been slowly working towards, An early revision of it is this:<br />
<a href="http://dd32.id.au/2009/07/26/announcing-wordpress-automatic-installer/" rel="nofollow">http://dd32.id.au/2009/07/26/announcing-wordpress-automatic-installer/</a></p>
<p>Basically my aim is to allow for plugin &#8220;groups&#8221; to be automatically installed at the same time as WordPress gets installed..</p>
<p>Whilst it currently doesnt allow extra Plugin install (And that&#8217;ll be the next thing i do once i&#8217;ve got a free weekend..), I think its probably a definite thing thats going to happen, Just look at the current generation of &#8220;WordPress packages&#8221; being sold, You&#8217;re not really buying support with many of them, just the fact that the install package has &#8220;99 brilliant plugins to improve your blogging experience out of the packet!&#8221;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://dougal.gunters.org/blog/2009/07/30/wordpress-packages/#comment-167202</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/?p=1608#comment-167202</guid>
		<description>If you want an example of what an install profile can be , check out http://www.openatrium.com

And install profiles aren&#039;t that great in d5 / d6 due to implementation issues, but we are working on resolving that.</description>
		<content:encoded><![CDATA[<p>If you want an example of what an install profile can be , check out <a href="http://www.openatrium.com" rel="nofollow">http://www.openatrium.com</a></p>
<p>And install profiles aren&#8217;t that great in d5 / d6 due to implementation issues, but we are working on resolving that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: dougal.gunters.org @ 2012-02-12 02:00:31 by W3 Total Cache -->
