转换热点站点中的plone文件夹

sc.base.hotsites的Python项目详细描述


sc.base.热站

概述

允许用户通过p4a.subtype在热站点中转换文件夹

什么是热门网站?

当您将文件夹设置为热点站点时:

  1. Removes viewlets around the content: footer, header and top
  2. Block all portlets (from parents, from group and from content type), you can re-enable manually, if you want
  3. Enable a new skin, via access rule, so you can customize the look’n’feel of your Hot Site
  4. Enable a local workflow, defaults to one-state workflow, to simplify the management of Hot Site
  5. Limits the addable content types in the Hot Site folder, you can configure the content types
  6. Use a content as a template to Hot Site index
  7. Optionally, create a page (document) as accessibility content, useful when the hot sites is a Flash content

可设置的选项

在“站点设置”中,访问“热点站点”菜单

  1. Addable content type on Hot Sites folder
  2. Skin name used in the Hot Sites folder
  3. Default view id, that will be setted in the Hot Sites folder
  4. Default view path, a content template that will be copied and used as the default view of Hot Sites folder
  5. Workflow id, workflow used in the Hot Site, will be setted using the Placeful Workflow, defaults to one-state workflow
  6. Use accessibility content, if selected will be created a page (document) as a alternate (accessibility) view, you will must provide the link to this content. It’s useful when the default view is a Flash content.

安装

要启用此产品,请在基于构建的安装上:

  1. Edit your buildout.cfg and add ^{tt1}$ to the list of eggs to install

    [buildout]
    ...
    eggs =
        sc.base.hotsites
    
  2. Tell the plone.recipe.zope2instance recipe to install a ZCML slug:

    [instance]
    ...
    zcml =
        ...
        sc.base.hotsites
    

如果另一个包依赖于sc.base.hotsites鸡蛋或 直接包含它的zcml不需要在 buildout配置:buildout将自动检测到这一点。

更新配置后,需要运行“bin/buildout”, 它将负责更新您的系统。

进入Plone界面的“站点设置”页面,点击 “添加/删除产品”链接。

选择产品(选中其复选框)并单击“安装”按钮。

卸载-这可以在同一个管理屏幕上完成,但仅限于 如果是从快速安装程序安装的。

注意:您可能需要清空浏览器缓存并保存资源注册表 以查看产品安装的效果。

赞助

本产品的开发由Simples Consultoria赞助。

学分

  • Simples Consultoria (products at simplesconsultoria dot com dot br) - Implementation

更改日志

1.0-2009/12/29

  • 初始版本[lucmult]

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

推荐PyPI第三方库


热门话题
java在通配符泛型类型和泛型类型之间未经检查的强制转换   java Eclipse SWT Hello world教程:无法将显示解析为类型   java如何向远程用户发送注销消息?   java RDD之后的空文件是什么。保存ASTEXTFILE?   用户界面在java中创建一个htmljs UI GCalendar   Java多个哈希映射指向同一个键   Java Dowhile循环不工作?   oraclejava类。组织。阿帕奇。梁sdk。util。UserCodeException:java。sql。SQLException:无法创建PoolableConnectionFactory   java是org类型。日食用户界面。文本编辑器。*看不见   java有没有从弹出窗口复制eclipse中变量值的插件或快捷方式?   java getSubimage为我提供了期望值null   java我想让它变得更简单   swing AWTEventQueue0一直在运行,java中的程序变得非常慢   java Solr实例化类时出错:自定义类   java将ListView适配器移植到RecyclerView适配器   c#测试混合web和桌面应用程序的安全性