Plone4Artists Plone视频嵌入插件

p4a.plonevideoembed的Python项目详细描述


p4a.plonevideoembed

项目说明

p4a.plonevideoembed使用p4a.video embed允许您嵌入 托管在远程视频共享网站上。简单:

视频将被添加到你的plone站点中,包括所有的元数据。

安装

p4a.plonevideoembed需要plone 3.3+

将这些行添加到buildout.cfg文件中,然后重新运行buildout。 然后从 打开控制面板。

[buildout]
...

eggs =
    ...
    p4a.plonevideoembed

[instance]
...

zcml =
    ...
    p4a.plonevideoembed

功能

更改

1.3(2011-12-12)

  • 我们现在需要plone 3.3+。 [戴维德布雷特]
  • 使用zope.lifecycleEvent实现plone 4兼容性 [范希姆]

1.2(2010-06-18)

  • 添加对products.fatsunication的依赖。 [戴维德布雷特]
  • 删除“功能”部分中的多余列表。 [戴维德布雷特]
  • 将plone4artistsvideo产品页中的文本添加到readme.txt。 更新了setuptools详细说明以使用readme.txt。 [戴维德布雷特]
  • plone 3.3中更改的链接的默认视图 [汤姆•格罗斯]
  • 添加了联合存根。 现在,如果存在链接,视频容器的rss提要不会再失败 [汤姆•格罗斯]
  • 添加了一些版本号和依赖包。 [内特]
  • 向setup.py添加了元数据,并为p4a.video/videoembed添加了zcml slug。 [内特]

1.1b1(2008-02-14)

功能
  • Switched over to p4a.subtyper use (Rocky Burt)
  • Added smart folder criteria option for the ^{tt1}$ interface so it’s possible to add a smart folder that queries all activated links. To use this simply add a new smart folder and add a “Interfaces provided” criteria option. Then type in the full string name of the interface you want to check, which in this case would be: ^{tt2}$ (Rocky Burt)
  • Whenever ATLink’s (and anything that provides ^{tt3}$) are added/modified, they are scanned to see if they contain known video site info, and if so, automatically activated as a video link. (Rocky Burt)

1.0beta1(2007-07-31)

其他

  • Now provides method for auto-removing any appropriate marker interfaces (Nate Aune)

1.0字母1(2007-04-29)

  • First release – auto integrating videoembed functionality into Plone

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在另一个承诺中解决一个承诺?   java验证字符串输入   如何在Java中将数组转换为链表   配置Logstash以从socket接收数据,并将其插入java中的Elasticsearch   swing构建在Java中以相同顺序运行的JFrame   java什么是工具箱的正确路径。getImage()?   java springbootgradleplugin是否随springboot版本一起移动?   升级gradle插件后,java gradle项目同步仍失败   java CXF服务调用失败,出现意外命名空间上的解组错误   Javaservlet。servlet ctakesrestservice的init()引发异常   java我需要什么正则表达式来读取这个值'12,'   java如何使用Xstream在现有xml文件中导入带有节点的字符串?   基于特殊字符的java子串   java hibernate从查询创建通用对象