<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Hack a Day &#187; cms</title>
	<atom:link href="http://hackaday.com/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; cms</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>WordPress 2.7 upgrade in one line</title>
		<link>http://hackaday.com/2008/12/10/wordpress-27-upgrade-in-one-line/</link>
		<comments>http://hackaday.com/2008/12/10/wordpress-27-upgrade-in-one-line/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:46:15 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[downloads hacks]]></category>
		<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cfinke]]></category>
		<category><![CDATA[chris finke]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[command line interface]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[one line]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[rm -rf]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[wordpress.com]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=6820</guid>
		<description><![CDATA[BadPoetry WordPress 2.7 has just been released and features a complete interface overhaul. Hack a Day runs on WordPress MU hosted by WordPress.com, so we got this update last week. We run standard WordPress.org on all of our personal blogs though. We recommend it because it&#8217;s free, has a massive userbase, and if you host [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=6820&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-6821" title="wordpress" src="http://hackadaycom.files.wordpress.com/2008/12/wordpress.jpg" alt="wordpress" width="450" height="60" /></p>
<p><span style="text-decoration:line-through;">BadPoetry</span> <a title="WordPress › Blog Tool and Publishing Platform" href="http://wordpress.org/">WordPress 2.7</a> has <a title="WordPress › Blog »   WordPress 2.7 “Coltrane”" href="http://wordpress.org/development/2008/12/coltrane/">just been released</a> and features a complete interface overhaul. Hack a Day runs on <a title="WordPress MU › 	Home" href="http://mu.wordpress.org/">WordPress MU</a> hosted by <a title="WordPress" href="http://wordpress.com/">WordPress.com</a>, so we got this update last week. We run standard WordPress.org on all of our personal blogs though. We recommend it because it&#8217;s free, has a massive userbase, and if you host it yourself, you can do whatever you want with it.</p>
<p>To make the upgrade process as simple as possible (and for the <a title="How to destroy a filesystem  - Hack a Day" href="http://hackaday.com/2008/11/09/how-to-destroy-a-filesystem/">sheer rush of &#8216;rm -rf&#8217;</a>), we use a one line command.</p>
<p><code>$ curl http://wordpress.org/latest.zip -o "wp.zip" &amp;&amp; unzip wp.zip &amp;&amp; rm -rf ./wordpress/wp-content/ &amp;&amp; cp -r ./wordpress/* ~/www/</code></p>
<p><a title="cURL and libcurl" href="http://curl.haxx.se/">curl</a> downloads the latest version from wordpress. unzip unpacks all of the files into a directory called &#8216;wordpress&#8217;. rm -rf removes everything in the &#8216;wp-content&#8217; directory. Otherwise, you will overwrite your images, themes, and plugins. cp -r copies everything to your http document root, overwriting the previous install.</p>
<p>Naturally, you should <a title="Backing Up Your Database « WordPress Codex" href="http://codex.wordpress.org/Backing_Up_Your_Database">back up your current install and database</a> beforehand. We tend to use the one-liner with reckless abandon. If you&#8217;re wondering about the terseness, it was designed to <a title="//wo ..." href="http://twitter.com/cfinke/status/779468837">fit inside the 140 character limit of Twitter</a>.</p>
<p>[Thanks, <a title="Less Talk, More Do" href="http://www.chrisfinke.com/">Chris Finke</a>]</p>
<br />Posted in downloads hacks, misc hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/6820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/6820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/6820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/6820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/6820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/6820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/6820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/6820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/6820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/6820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/6820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/6820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/6820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/6820/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=6820&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/12/10/wordpress-27-upgrade-in-one-line/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/12/wordpress.jpg" medium="image">
			<media:title type="html">wordpress</media:title>
		</media:content>
	</item>
		<item>
		<title>Free web development tools</title>
		<link>http://hackaday.com/2008/06/21/free-web-development-tools/</link>
		<comments>http://hackaday.com/2008/06/21/free-web-development-tools/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 07:40:00 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[launchsplash]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[openx]]></category>
		<category><![CDATA[ostatic]]></category>
		<category><![CDATA[piwik]]></category>
		<category><![CDATA[projectzero]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/21/free-web-development-tools/</guid>
		<description><![CDATA[OStatic has a collected some great free tools for web developers. We talked about Quanta in an earlier post, but this article reaches beyond just HTML editors. LaunchSplash can be used to generate splash pages while you build. IBM, responsible for the Eclipse IDE, has built Project Zero to encourage web app development; even the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2070&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img width="450" vspace="4" hspace="4" height="120" border="0" src="http://hackadaycom.files.wordpress.com/2008/06/had_splash.jpg?w=450&#038;h=120"  alt="" /><br />OStatic has a collected some great <a href="http://ostatic.com/165705-blog/over-12-top-free-tools-for-web-development-projects">free tools for web developers</a>. We talked about Quanta in an <a href="http://www.hackaday.com/2008/06/10/linux-web-development-tools/">earlier post</a>, but this article reaches beyond just HTML editors. <a href="http://www.launchsplash.com/">LaunchSplash</a> can be used to generate splash pages while you build. IBM, responsible for the Eclipse IDE, has built <a href="http://www.projectzero.org/">Project Zero</a> to encourage web app development; even the IDE is web based. <a href="http://www.openx.org/">OpenX</a> is an open ad server. <a href="http://piwik.org/">Piwik</a> is a free web analytics package. There are also quite a few <a href="http://www.opensourcecms.com/">open source CMS&#8217;s</a> and sites collecting <a href="http://www.opendesigns.org/">open source designs</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/2070/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/2070/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/2070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/2070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/2070/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2070&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/06/21/free-web-development-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/06/had_splash.jpg" medium="image" />
	</item>
		<item>
		<title>Linux web development tools</title>
		<link>http://hackaday.com/2008/06/10/linux-web-development-tools/</link>
		<comments>http://hackaday.com/2008/06/10/linux-web-development-tools/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 02:00:00 +0000</pubDate>
		<dc:creator>Juan Aguilar</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[bluefish]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux-switch]]></category>
		<category><![CDATA[openlaszlo]]></category>
		<category><![CDATA[quanta]]></category>
		<category><![CDATA[webhost]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/10/linux-web-development-tools/</guid>
		<description><![CDATA[Download Squad has been publishing an informative series on switching to Linux, and their latest article is about the benefits of web tools on Linux. HTML editors like Bluefish and Quanta do not have all the features of Dreamweaver, but with many modern CMSes these features aren&#8217;t really necessary. Other benefits include testing out web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1960&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img vspace="4" hspace="4" border="0" alt="" src="http://hackadaycom.files.wordpress.com/2008/06/had-linux-web-tools-1.jpg" /><br />Download Squad has been publishing an informative series on switching to Linux, and their latest article is about <a href="http://www.downloadsquad.com/2008/06/09/flipping-the-linux-switch-linux-web-tools-and-html-editors-pt/">the benefits of web tools on Linux</a>. </p>
<p>HTML editors like <a href="http://bluefish.openoffice.nl/">Bluefish</a> and <a href="http://quanta.kdewebdev.org/">Quanta</a> do not have all the features of Dreamweaver, but with many modern CMSes these features aren&#8217;t really necessary.</p>
<p>Other benefits include testing out web pages on your Linux home environment, and adding webhosts as remote locations. This makes management, testing, and deployment easier, and can eliminate the need for FTP software. </p>
<p>Bear in mind that the article is only the first part of an ongoing series on Linux web tools, which is itself part of a <a href="http://www.downloadsquad.com/tag/linux-switch/">larger series about switching to Linux</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/1960/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/1960/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/1960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/1960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/1960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/1960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/1960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/1960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/1960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/1960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/1960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/1960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/1960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/1960/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/1960/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/1960/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1960&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/06/10/linux-web-development-tools/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">juanaguilar</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/06/had-linux-web-tools-1.jpg" medium="image" />
	</item>
	</channel>
</rss>
