I'm currently working on migrating an old webpage (example.se) into an existing plone/zope installation (example.net). The "new old webpage" which should be integrated should:
- share the same functionality as the existing one
- share parts of the content in both directions, e.g. like papers or collections
example.net currently serving two languages, de and en (example.net/de, example.net/en). The old webpage only uses english and (currently) no subfolder is used (example.se/) The domain names should stay as they are to access the webpages.
The solution I'm heading to so far is to create a new seperate instance for the new webapge. Even if they are seperated, the functionality can be easily shared by using the same buildout scripts.
However sharing content would not be possible, only by copying them over manually (thus, adding new content twice, which should appear on both pages)
Is there a way to archive this?
I'm using plone 4.1.6 and zope 2.13.15.