Opened 10 years ago
Closed 10 years ago
#13327 closed New Feature (invalid)
Migrating Content into CK Editor with Script
Reported by: | David Cairncross | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
HI there,
I am currently working with 'Intranet Connections' to migrate information from our old intranet to new.
The intranet connections platform is using you CK editor plug-in a content editor. What I need to is migrate over 20000pages into this new environmnent. Unfortunately there is no tool within the platform that manually migrate the HTML from old environment into pages (Content pages with CK editors) on the new platform.
Could you possibly suggest any solution?? Would be a life saver with any information.
Thank you!
I'm not sure how old actually your old environment is but migration of HTML is something you need to do on your own.
From the CKEditor point of view provided that you want to use CKEditor 4.x now and you were using CKEditor 3.x, I can recommend links like:
http://docs.ckeditor.com/#!/guide/dev_upgrade_ckeditor_3
http://docs.ckeditor.com/#!/guide/dev_api_changes
or the set of links about ACF because users who just start using CKEditor without reading the manual, often get confused by it:
http://docs.ckeditor.com/#!/guide/dev_acf
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/guide/dev_disallowed_content
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
http://nightly.ckeditor.com/14-03-20-07-05/full/samples/datafiltering.html