cms-migration

Migrating from other Content Management Systems to SharePoint

I am currently working on a project which requires migration of content from different content management Systems to SharePoint. Are there any good, preferably open source, tools that would help me do this? Also, what are the best practices that I would have to keep in mind when it comes to such projects. One more thing that i would like...

CMS for SharePoint

I am trying to weigh the pros and cons of several CMS alternatives. Currently shortlisted to: SiteCore MOSS 2007 Help me find a third choice.. I don't have a preference for Open Source/Free/Commercial Products, my main specifications are the need to support/connect to SharePoint for deployment across multiple servers and multi langu...

What are the best practices when shifting old legacy web applications to new ones (specially about broken links problem)?

Suppose you have an old legacy website, with an in-house php CMS. http://mysite.com/index.php?page=3&c=7 Now, for some reason, you re-structured your website in Wordpress, with SEO friendly URL's, registered a Google Analytics account, and needs to update your system, so when http://mysite.com/ is set on the browser, now it poi...

Is there a standard site structure format?

Is there a standard site structure format? The use of this would be for export and import into a CMS or framework to define the urls, content, metadata for a website. Something tool agnostic would be the goal. JSON, YAML, XML, whatever. Maybe something like: { 'baseurl': 'http://example.com', 'site': [ {'slug': '/', 'title': 'E...

How can I manipulate my Drupal blogs?

Hi. I'm migrating a website from FrogCMS to Drupal. My questions are: How do you limit the list of recent blog entries (title and content) on the MAIN page and let it limit (to at least five) on the other page (i.e. List of Blogs page)? How do you place a 'read more' link for each blog and when viewed full, the 'read more' should not b...

CMS for news editing

It is necessary to convert the site into CMS. One of the main features - edit the articles of some type, and to do so will be non-programmers, that is, the simpler the better. Ideally - no editor like ckeditor, but simply wizard, where its possible to insert images, text, title text, and it's all displayed in the page default template. ...

How to move most cms content from mediawiki to django-cms?

I'm planning to move a site from mediawiki to django-cms. It has around 150 pages and a similar number of embedded images. The question is how to do it with minimal effort. There are several issues: django-cms does not support mw wiki sintax, should I export html? how can I dump all the the wiki pages as plain html how to automate the...