Metadata-Version: 2.1
Name: plonetheme.xtheme
Version: 1.1a3
Summary: An installable theme for Plone
Home-page: http://plone.org/products/plonetheme-xtheme/
Author: Marcelo Huens, Noelia Chaves
Author-email: info@menttes.com
License: GPL
Keywords: web zope plone theme
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: setuptools

Introduction
============

A theme implementing an elegant, original and monochrome-like design with 
rounded corners.


Installation
============

Assuming that you are using zc.buildout and the plone.recipe.zope2instance
recipe to manage your project, proceed this way:

* Add plonetheme.xtheme to the list of eggs to install, e.g.:

::

  [buildout]
   ...
   eggs =
       ...
       plonetheme.xtheme

* Re-run buildout, e.g. with:

::

  $ ./bin/buildout


Then you can install the product into your Plone site from the Plone control
panel.

In Plone 4, if you uninstall plonetheme.xtheme you will notice that the site
will start looking very raw in style. This is because 'Plone Default' is set as
default skin after uninstallation. To change the default skin you need to go to
the Themes tool in the control panel and select a default skin different from
'Plone Default'.

Changelog
=========

    (name of developer listed in brackets)

plonetheme.xtheme - 1.1a3
    - Fixed tests.
      [emanuel]

    - Minor CSS tweaks to the navigation portlet.
      [emanuel]

    - Proper viewlets ordering on installation.
      [emanuel]


plonetheme.xtheme - 1.1a2
    - Support for plone 4.0b5

plonetheme.xtheme - 1.1a1

    - Added 'classic_styles' to the skin layers to make the theme work with
      Plone 4.0a2.
      [flecox]

    - Support for plone4.
      [flecox]

    - Use z3c.autoinclude.
      [flecox]

    - Uninstall profile added.
      [flecox]

    - Unit tests added.
      [flecox]


plonetheme.xtheme - 1.0.0b2

    - favicon.icon added.
      [quimera]

    - New bullet image added.
      [quimera]

    - Portlet header implementation changed.
      [quimera]

    - Main.css moved to the skins folder.
      [quimera]

plonetheme.xtheme - 1.0.0b1

    - Sliding doors for the tab navigation and portlet headers.
      [quimera]

    - CSS cleaned.
      [quimera]

    - Keep the globalnav viewlet as in default Plone (no more customization
      at layout level).
      [quimera]

    - Fixed #2: portlet corner bottom right in static text portlet.
      [quimera]

    - Fixed #1: compatibility with webcouturier.dropdownmenu 1.5 added.
      [quimera]

plonetheme.xtheme - 1.0.0a1

    - Full implementation.
      [anukis, quimera]

    - Initial package structure.
      [zopeskel]



