Tags:
create new tag
, view all tags

Exporting all Wiki Data

I think that Twiki meets all my needs for implementing a product data management system.

But nothing lasts for ever. For several reasons i can imagine that we would like to migrate to some other tool or system in the future. So i'm thinking of a utility that could export all data in a reusable format.

It would be great to receive every week a ZIP file in my mailbox, with all data extracted in a directory tree. (Including revisions and attachments)

Altough i intend to use Twiki for a long time to come, having such a feature could be a good selling point to our management (as they want proof that company critical information isn't locked into some system)

I'm aware of the fact that Twiki is an opensource project and that a real 'lockin' of data is imposible, but i'm still conviced that such a tool can be usefull form many users.

-- JonSquire - 27 Nov 2004

TWiki data is all text, so exporting data is easy. What flavour woud you like? Plain text is trivialest, because you just filter out meta-data. Almost as trivial is tranformation to a structured format like XML. It really isn't worth shipping a transformation system for TWiki data, because the data format is just so.... so.... trivial.

Now, when you want to export TWikiApplications, things get more interesting. But again, TWiki is about as simple as it gets, so even these potentially complex transforms are relatively trivial.

-- CrawfordCurrie - 27 Nov 2004

If anyone's still looking at this page...How is the exporting done? I would like to export TWiki pages. Thanks in advance.

-- EmilyGlenn - 07 Feb 2006

Just pack the /data and /pub directory, and you have your export. smile

If you need static HTML (exported) pages, you can try PublishAddOn.

-- TobiasRoeser - 07 Feb 2006

 
Topic revision: r4 - 07 Feb 2006 - 19:43:02 - TobiasRoeser
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback