1

I was working on IIS and Microsoft's Knowledge base CMS but I want to switch to open source and Linux based CMS which can handle easily knowledge base management stuffs.

I know Plone could be best solution. But

how to migrate all the data from Microsoft Knowledge Base to Plone?

Any idea?

Jassi
  • 521
  • 6
  • 31
  • http://en.wikipedia.org/wiki/Microsoft_Knowledge_Base - Migrate from *there*? – user2864740 Jan 10 '14 at 06:21
  • No, we can use Microsoft knowledge base platform to build our own knowledge base system for our sites.
    I have my own MS kbase based knowledge repositories for my site which I need to move to Plone
    – Jassi Jan 10 '14 at 07:13

1 Answers1

6

Look for transmogrify based packages as your starter, say, transmogrify.webcrawler or funnelweb. Or, write migration scripts reading from Microsoft database and import the data into Plone. Hope this helpful.

marr
  • 861
  • 4
  • 19
  • That was quite useful. Plone could be better choice but I didn't had to indtroduce new technologies this time, so I went with wordpress module for Q&A, so that I can use MySQL skills :) – Jassi Jan 27 '14 at 10:34