A Diazo Skin for Plone 4

collective.inventions的Python项目详细描述


collective.inventations,俗称xdvtheme.inventions,是一个基于发明的两列布局主题,由sdworkz设计,在oswd上发布。一个非常简单的皮肤作为开箱即用或作为重氮样品主题。

Install

如果您使用的是zc.buildout,请按照以下说明编辑buildout.cfg。

  • collective.inventions添加到要安装的鸡蛋列表中,例如:

    [buildout]
    ...
    eggs =
        ...
        collective.inventions
    
  • 告诉plone.recipe.zope2instance recipe安装zcml段塞:

    [instance]
    ...
    zcml =
        collective.inventions
    
  • 重新运行构建,例如使用:

    $ ./bin/buildout

  • 在web浏览器中,打开plone站点,然后转到站点设置、补充、选择集体发明并单击激活。

Credits

  • 发明是由sdworkz,http://www.oswd.org/user/profile/id/11103
  • 集体发明是罗伯托·阿连德为重氮改写的-rover@menttes.com
  • collective.xdv由martin aspeli开发。
  • 主题化是由martin aspeli和laurence rowe开发的。
  • Diazo由Paul Everitt、Laurence Rowe和Martin Aspeli开发。

Changelog

1.1 (renamed collective.inventions)

  • 用plone 4.1.3测试。使用plone.app.theming移动到Diazo。

1.0 (named xdvtheme.inventions)

  • 用plone 4.0b4测试。使用collective.xdv。源代码位于Plone Collective

0.1 (named xdvtheme.inventions)

  • 用plone 3.3rc5测试。使用collective.xdv。源代码位于Plone Collective

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

推荐PyPI第三方库


热门话题
java类。getConstructor找不到兼容的构造函数   java单元测试自定义输入和输出格式   javascript Java UI线程内存不足错误被阻止   多线程在Java并发API中从线程池中选择线程的逻辑是什么?   java在MySQL数据库上存储歌曲(BLOb支持)   java快速且可扩展的IO传递   jsf c:forEach-inside-primeface(例如p:panelgrid)inside-ui:repeat   tomcat与JavaServlet3.0文件上传,如何获取maxfilesize值   java JNI,加载2次相同的dll(不同的名称),如何选择使用哪一个?   java将InputStream复制到OutputStream将停止,除非我也向系统写入。出来   java Set反向安全约束   比如在java中使用整数时?   java使用@接口抑制IntelliJ中的某些警告   java我的ASCII艺术在JLabel上是错误的   JavaSpring工具源代码(或带有SpringIde的Eclipse)崩溃   向片段添加ListView时出现java错误   循环Java循环错误需要重新审视   JavaAspectJ:匹配GenericServlet。带注释子类实例的init()调用