plonetheme.nautica05

This is a Plone 3 theme. This theme was created as part of the OOTB sprint following the Plone Conference 2008

Current release
plonetheme.nautica05 0.2

Released Oct 24, 2008 — tested with Plone 3

Python Egg
More about this release…

Download fileGet plonetheme.nautica05 for all platforms (777KB)
Product Package
Download fileGet plonetheme.nautica05 for all platforms (784KB)
Product Egg

Project Description

plonetheme.nautica05

This theme has been tested on IE6, IE7, Firefox, Opera, Safari, Chrome, Konqueror..

 

To install this with buildout:


 * Add ``plonetheme.nautica05`` to the list of eggs to install, e.g.:
 
    [buildout]
    ...
    eggs =
        ...
        plonetheme.nautica05
       
  * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
 
    [instance]
    recipe = plone.recipe.zope2instance
    ...
    zcml =
        plonetheme.nautica05
       
  * Re-run buildout, e.g. with:
 
    $ ./bin/buildout

 

Note: This theme still needs tested by the OOTB team.