Skip to main content

GMC embeds the Google Docs application inside the Google Modify panel, allowing Plone users to edit their documents directly from the Plone application

Project description

GoogleModifyContent

About GoogleModifyContent

GMC 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.

Requirements

FileSystemStorage, GoogleAuthentication, GoogleSystemStorage and gdata-1.3.0 must be correctly installed.

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

Credits

Main developer: D’Elia Federica <federica.delia@redturtle.it>

Changelog

1.0.0

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.googlemodifycontent-1.0.0.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

collective.googlemodifycontent-1.0.0-py2.4.egg (16.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page