here is what I have done to install contentmirror in plone…
download contenmirror from here: http://code.google.com/p/contentmirror/
read the instructions to install it.. not writing here again the code .. see this link ..
http://code.google.com/p/contentmirror/wiki/Installation
here is the settings.zcml:
<configure xmlns=”http://namespaces.zope.org/zope”
xmlns:db=”http://namespaces.objectrealms.net/rdb”
xmlns:ore=”http://namespaces.objectrealms.net/mirror”>
<!– setup a database connection –>
<db:engine url=”mysql://root@localhost/test”
name=”mirror-db”
echo=”True”/>
<!– associate the database connection to the mirror db structures
<db:bind engine=”mirror-db”
metadata=”ore.contentmirror.schema.metadata”
/>
–>
<!– If Your Running on Plone 2.5, you must uncomment the following line
<include package=”ore.contentmirror” file=”legacy.zcml”/>
–>
</configure>