You are not logged in.
Just stumbled over an article at performancing.com which I consider being relevant for Textpattern.
Ever stop to wonder how portable your blog is? I mean, you are using WordPress today but do you think you’ll be using WordPressa a year or two from now? What if you started on Drupal and then want to move to WordPress? This is the situation that Performancing is in and I find it rather archaic that many of these publishing systems or content management systems do little in the way of allowing users to export data. The closest I’ve been able to get with Drupal is by using what is called (Views) to create an RSS view for the past 2,500 posts. This doesn’t help me at all when there are thousands of posts from 2005-2008 published on the site. As I searched high and low on the Drupal module site looking for ways to export the content into at least an XML file, I came up empty handed. Considering XML has been around for awhile and it is 2008, I find it to be a joke that Drupal along with other publishing systems do not support the exporting of important content out of the box. Important content being tags, post meta data, post content and comments. (…)
The issue (read: feature request) is pretty obvious, isn’t it? Recommendations? Discussion?
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
The great thing about Textpattern is you can output your data in whatever format you want. If I wanted to transfer my Textpattern site to some other CMS I could easily make a page that output all of my articles in whatever format I need be it XML, CSV or anything else.
Online
Economically speaking, exporting data is not a very valid business case. Importing data is.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
wet: Got your point. But seriously speaking the subject is a little bit more abstract. Or is the article too naive?
amit, mattd: Are you talking about creating a portable dataset via forms?
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
merz1 wrote:
amit, mattd: Are you talking about creating a portable dataset via forms?
Yes.
Online
In general:
An export function should be the very first feature an application should have. It’s the user’s data. Why should I use an application, if it doesn’t allow me to change my mind later?
MattD schrieb:
Yes.
How’s that working? (I’m new to Textpattern)
Offline
I haven’t needed to export articles so I haven’t proven it but I imagine you could easily modify your Textpattern pages and forms to output in some text format other than XHTML.
Online
I really don’t see the issue with portable data with regards to TXP, WP, Drupal, etc. The data is stored in a MySQL database, which is more flexible and easier to deal with than a monster XML file. So as wet said, it’s the import that matters most, since you can already export via MySQL.
Offline
jm wrote:
…you can already export via MySQL.
that would be the simple way ;-)
Online