Hacker News new | ask | show | jobs
by graue 4934 days ago
You made me think, "If only there were a host where you could install the software with one click, and it would automatically update itself..." Follow that thread far enough and the line between a blogging service and a hosting service begins to blur.

The real objective, I think, isn't to get everyone hosting their own stuff, but to popularize technologies that both allow data portability (you can move to another service), and are easy to use.

But WordPress has kind of already done this. They have step-by-step directions[1] for moving from a WordPress.com blog to a self-hosted install.

People who prefer Tumblr (an example of a blog host without an export function) to WordPress do so for reasons that seem orthogonal to data portability:

1. simpler, even easier to use,

2. aesthetics (sleeker design),

3. social networking features built in,

4. reach (because of #3, it's a lot easier to accumulate readers and engagement).

In theory, a service with an open-source codebase, or support for a standard export format, could provide all this. In practice, one hasn't.

Edit: icebraining pointed out downthread that you can mostly export a Tumblr blog by adding '/rss' to the URL of each page, a process that is easily automated.

[1] http://en.support.wordpress.com/moving-a-blog/#moving-to-wor...

3 comments

> You made me think, "If only there were a host where you could install the software with one click, and it would automatically update itself..." Follow that thread far enough and the line between a blogging service and a hosting service begins to blur.

This is one of the things the large hosts (Bluehost, GoDaddy, Dreamhost, etc.) are very keen on, and they've been doing lots of work to try and get this to a good level. It's one driving factor behind the push in the WordPress community to get automatic upgrades built in.

> Edit: icebraining pointed out downthread that you can mostly export a Tumblr blog by adding '/rss' to the URL of each page, a process that is easily automated.

In fact, WordPress has a Tumblr importer: http://wordpress.org/extend/plugins/tumblr-importer/

Notably though, it's built on their JSON API, not on the RSS, so it's not really an open standard.

You mean like this? http://wiki.dreamhost.com/Available_One_Click_Installs

I've thrown up a couple of basic WP installs on there in the past. One-ish click install and it Auto updates.

Windows Azure Websites (http://www.windowsazure.com/en-us/home/scenarios/web-sites/) is similar to what you're describing, you can install a variety of popular platforms in one click (ie Wordpress, Drupal, Joomla, DotNetNuke,...) and get up and running right away. You own your data, the apps (ie Drupal, not Azure itself) are open source, and most things are easily managed for you.