转换热点站点中的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 JavaFX FXML控制器密钥处理程序代码不工作   java为什么在thymeleaf布局中包含的图像需要很长时间才能显示?   更改Java数组的维数   java文本不会显示在文本框(单选按钮)上   内存不足使用Jmap在OutOfMemoryError上转储Java堆文件   通过浏览器偏移进行java时间转换   java意图不可序列化   java iTextPdf:动态更改单元格宽度   具有资源值的java SpringJUnit4 ClassRunner上下文配置   java AsyncTask仍在最近的应用程序上运行   尝试生成Cucumber报告时出现java CucumberException   爪哇,爪哇。朗。反思。带摘要分析器的InvocationTargetException   java如何在log4j2中实现日期模式转换器   带有MongoRepository:DBRef的java Spring   java将字节[]转换为int   来自服务器的java移动应用自动拨号消息   java如何调用泛型类型为T[]的方法作为参数?   java在switch语句中使用ArrayList类