跳转到主要内容

GSS将Google Docs服务支持的文档类型保存在Google服务器上

项目描述

GoogleSystemStorage

关于GoogleSystemStorage

GoogleSystemStorage (GSS) 是FileSystemStorage (FSS) 的扩展。

GSS对用户透明,将Google Docs服务支持的文档类型保存在Google服务器上,同时将所有其他文件存储在本地文件系统中。

GSS允许Plone用户从Plone应用程序和他们的Google Docs帐户访问他们的文件。

此外,GSS允许克服ZODB大小增长的问题,以及随之而来的性能惩罚,当使用许多大型文件时。

要求

FileSystemStorage、GoogleAuthentication和gdata-1.3.0必须正确安装。

安装

使用buildout

这个例子本身就说明了问题

[buildout]
parts =
    ...
    fss

...

eggs =
  ...
  collective.googlesystemstorage
  collective.googleauthentication
  iw.recipe.fss
  iw.fss
  ...

...

zcml =
    ...
    collective.googlesystemstorage
    collective.googleauthentication
    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

鸣谢

主要开发者:D’Elia Federica <federica.delia@redturtle.it>

变更日志

1.0.0

  • 首次发布

项目详情


下载文件

下载适用于您平台的应用程序。如果您不确定选择哪个,请了解更多关于安装包的信息。

源代码分发

collective.googlesystemstorage-1.0.0.tar.gz (25.0 kB 查看哈希值)

上传时间: 源代码

构建分发

collective.googlesystemstorage-1.0.0-py2.4.egg (40.0 kB 查看哈希值)

上传时间: 源代码

由以下组织支持