plone/diazo供电站点的响应式设计

beyondskins.responsive的Python项目详细描述


Overview

响应式重氮是一个可安装的plone主题,由Simples Consultoria使用theming开发 打包功能可在plone.app.theming中使用。

你可以用这个主题作为你自己的重氮主题的开始-但是给我们一个 明信片,好的;-)

Requirements

Screenshots

以计算机分辨率查看站点时的布局:

https://github.com/simplesconsultoria/beyondskins.responsive/raw/master/beyondskins.responsive-full.png

以平板电脑分辨率查看网站时的布局:

https://github.com/simplesconsultoria/beyondskins.responsive/raw/master/beyondskins.responsive-reduced.png

Installation

Getting the theme

压缩文件

如果您是最终用户,您可能会喜欢通过zip文件导入安装。

  1. Download a zip file
  2. Import the theme from the Diazo theme control panel.

构建

如果你是一个开发人员,你可能喜欢通过buildout安装它。

beyondskins.responsive添加到plone.recipe.zope2instance节的eggs参数中,例如:

[instance]
eggs =
    Plone
    ...
    beyondskins.responsive

或者,您可以将其添加为对自己产品的依赖项setup.py

install_requires=[
    ...
    'beyondskins.responsive',
],

Enabling the theme

Select and enable the theme from the Diazo control panel. That’s it!

Credits

  • Thiago Tamosauskas (thiago at simplesconsultoria dot com dot br) - CSS, Accessibility and Q&A.
  • Andre Nogueira (andre at simplesconsultoria dot com dot br) - Conception and prototype.
  • Davi Lima (davi at simplesconsultoria dot com dot br) - Translation, Fixes.

Changelog

0.4 (2012-09-02)

  • Introduce the “plone:static” directive (from plone.resource) before using it [danjacka]
  • Add plone.app.toolbar support [ericof]
  • New diazo rule for Analytics [tamosauskas]
  • New diazo rule for Plone Lingua [tamosauskas]
  • A most efficient rule for head elements. Thanks brett-kimball [tamosauskas]
  • Fix bug in lists and numbered lists in content [tamosauskas]

0.3 (2012-03-21)

  • Explicitly add stuff to Manifest.in , solving issue #1 [ericof]
  • Add include MANIFEST.in to MANIFEST.in [ericof]

0.2 (2012-02-23)

  • Including customizable touch-favicon [tamosauskas]
  • Pixel-Perfect adjustment in navbar [tamosauskas]
  • Add ARIA landmark roles [agnogueira]
    • Add a so much better Ipad navigation experience [tamosauskas]
  • Mobile search using overlay [tamosauskas]

0.1 (2011-11-04)

  • Packaging [erico_andrei]
  • Applies Liquid Layout [tamosauskas]
  • Proportional use of images and fonts [tamosauskas]
  • Media queries for responsive design [tamosauskas]
  • Transparent Bacground in the header image [tamosauskas]
  • Search Box layout without images [tamosauskas]

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

推荐PyPI第三方库


热门话题
用java将对象和资源保存到同一个文件中   java使用正则表达式查找字符串中至少一个重复字符   java单元测试导致“NoSuchMethodError”错误   for循环如何在java中从10计数到1   可以是对象或字符串的id对象的Java Jackson反序列化注释   c#从方法泛型推断类型   将curl命令转换为java/安卓   安卓我可以读取Java中嵌套的公共静态抽象类中的公共静态final字段吗   java如何解决JRE旧版本中的enhancedforloop错误?   如何使用YouTube Java API通过标签获取随机视频   我可以用java将变量传递回递归树吗?   java如何在JAXWS web服务中生成有意义的列表名   java如何在JAXRS web服务中将XML响应打印到控制台?   java如何检索Spring的实体管理器工厂?   在wildfly上工作的java注入不适用于weldse。其他注射对两者都有效