collective.googlemodifycontent is a product that extends the Plone content Edit function by adding the GoogleModify operation, which only applies to documents stored on Google servers.
GMC embeds the Google Docs application inside the Google Modify panel, allowing Plone users to edit their documents directly from the Plone application.
Installation
With buildout
This example speaks of itself:
[buildout]
parts =
...
fss
...
eggs =
...
collective.googlesystemstorage
collective.googleauthentication
collective.googlemodifycontent
iw.recipe.fss
iw.fss
...
...
zcml =
...
collective.googlesystemstorage
collective.googleauthentication
collective.googlemodifycontent
iw.fss
iw.fss-meta
...
[fss]
recipe = iw.recipe.fss
zope-instances =
${instance:location}
storages =
global / flat
portale /portale site1 ${buildout:directory}/var/portale_fss_storage ${buildout:directory}/var/portale_fss_backup
Product's homepage
Requirements:
· Python
· Plone CMS
· FileSystemStorage
· collective.googleauthentication
· GoogleSystemStorage
· gdata