Skip to content

jerome-nexedi/zope2_bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This does what you think: applies Twitter Bootstrap styles to Zope2.

Installation

Do this:

$ virtualenv .
$ bin/pip install zc.buildout
$ bin/buildout init

Edit buildout.cfg to include:

[buildout]
extends = http://pythonpackages.com/buildout/zope2/2.13.x-dev

[zope2]
eggs += zope2_bootstrap
zcml += zope2_bootstrap

Run buildout and start Zope2:

$ bin/buildout
$ bin/zope2 fg

Enjoy Bootstrap goodness. It's not great, but it's better.

image

About

Bootstrap all the things, including Zope2

Resources

Stars

Watchers

Forks

Packages

No packages published