Plone的插件产品,用于在线网络服务上编辑图像
项目描述
描述
此包将在图像上添加链接,以便在外部网络服务中编辑它们。它适用于
Archetypes图像字段
ATImages
这些服务的激活由Plone站点设置中特定控制面板的设置控制。
目前,我们仅支持pixlr、fotoflexer和aviary。
您可以查看演示。
请注意,我们集成了plone.protect以确保对CSRF攻击的最小安全级别。
致谢
公司
贡献者
仓库
collective.externalimageeditor 安装
要将collective.externalimageeditor安装到全局Python环境(或工作环境)中,使用传统的Zope 2实例,您可以这样做
当您阅读此内容时,您可能已经运行了
``easy_install collective.externalimageeditor``.在此处了解如何安装setuptools(和EasyInstall):http://peak.telecommunity.com/DevCenter/EasyInstall
如果您使用的是Zope 2.9(不是2.10),请获取pythonproducts并使用以下方法安装它
python setup.py install --home /path/to/instance到您的Zope实例中。
在/path/to/instance/etc/package-includes目录中创建一个名为collective.externalimageeditor-configure.zcml的文件。该文件应仅包含以下内容
<include package="collective.externalimageeditor" />
或者,如果您正在使用zc.buildout和plone.recipe.zope2instance配方来管理项目,您可以这样做
将collective.externalimageeditor添加到要安装的egg列表中,例如:
[buildout] ... eggs = ... collective.externalimageeditor告诉plone.recipe.zope2instance配方安装ZCML别名
[instance] recipe = plone.recipe.zope2instance ... zcml = collective.externalimageeditor重新运行buildout,例如使用
$ ./bin/buildout
如果您打算从另一个包的configure.zcml文件显式包含该包,则可以跳过ZCML别名
变更日志
1.6 (2012-02-13)
1.5 (2012-02-09)
移除dexterity无用的依赖项[kiorky]
集成aviary和fotoflexer [kiorky]
集成plone.protect [kiorky]
添加对archetypes图像字段的支撑 [kiorky]
1.0 (2012-02-01)
初始发布 [kiorky]
项目详情
下载文件
下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源分发
collective.externalimageeditor-1.6.zip的散列
算法 | 散列摘要 | |
---|---|---|
SHA256 | c67d94d9295753362e61db1cbc24ba00cdf3e46bd9afbd3547a371bca4ae7fe0 |
|
MD5 | 6440f7bd155334ae0b39317d8ad32803 |
|
BLAKE2b-256 | 004547bfe7c809b423f5cb92a02b3dc280a2107e1d9287ec5a9fba3a36d862e6 |