Skip to content

toutpt/toutpt.zopeskel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This package provide new templates for ZopeSkel 2.X.

It contains at the moment only one template for Plone.

How to install

This can be installed by using easy_install, pip or buildout. An example of buildout can be found at https://github.com/toutpt/mypythontools

Templates

toutpt_diazo960

Create a Plone theme using plone.app.theming.

The theme is pure Diazo theme using 960 css.

The package profile install the theme, activate it, and unactivate column.css (aka deco). It loads all resources in corresponding registry.

toutpt_diazoboostrap

Create a Plone theme using plone.app.theming.

The theme is pure Diazo theme using twitter's boostrap grid (responsive mode).

The package profile install the theme, activate it, and unactivate column.css (aka deco) and mobile.css. It loads all resources in corresponding registry and override the 'main_template' to reset the viewport.

toutpt_collectivejs

Create a package to provide a javascript library to Plone. Many collective.js.* packages can be found like jqueyrui.

This template has been used to create collective.js.formalize.

toutpt_collective

Create a package to be a collective addon. It will provides tests using plone.app.testing, upgrades for genericsetup and a browserlayer. All common needs are their.

Credits

Companies

makinacom

Authors

..Contributors