Estate Lite Plone Theme

by Quintagroup last modified Jan 20, 2012 01:59 PM

Free Diazo Theme for Plone 4.1

Project Description

EstateLite Theme is a free diazo theme for Plone 4.1. It is a lite version of premium Estate Plone Theme.

http://quintagroup.com/services/plone-development/skins/images/estate-lite-scr.png/

Features

  • Default search is replaced with Search portlet
  • Replaceable logo as in default Plone: customize portal_skins -> sunburst_images -> logo.png
  • Editable footer as in default Plone: customize portal_view_customizations -> plone.footer
  • Improved thumbnail display view (switch to Thumbnail view)

Additional Features

Features, that are supported and can be activated by additional packages installation:

  • quintagroup.dropdownmenu. Adds custom-style dropdown menu
  • Products.Carousel. Adds rotating Carousel banner feature
  • Products.LinguaPlone. Adds multilingual functionality. Custom-style language selectors.
  • Products.PloneFormGen. Adds TTW Form Generator feature.
  • Products.ContentWellPortlets. Allows adding portlets in the header, footer and content area

Dependencies

  • plone.app.theming

Authors

  • Taras Peretiatko
  • Volodymyr Rudnytskyy
  • Borys Olekhnovych
  • Serhiy Valchuk
  • Yuriy Hvozdovych

Quintagroup: http://quintagroup.com, 2006-2012

Installation

quintagroup.theme.estatelite can be installed in any of the following ways.

Installation via diazo panel

Installation via buildout

In the buildout.cfg file of your buildout:

  • add quintagroup.theme.estatelite to the list of eggs to install:

    [buildout]
     ...
    eggs =
        ...
        quintagroup.theme.estatelite
    
  • Re-run buildout:

    $ ./bin/buildout
    
  • Restart instance:

    $ ./bin/instance restart
    
  • Install EstateLite Theme in Plone (Site Setup -> Add-ons).

Installation in development mode

If you want to customize Estate Lite theme please use the following installation instructions:

  • download quintagroup.theme.estatelite-version.zip archive from http://pypi.python.org/pypi/quintagroup.theme.estatelite

  • extract theme archive to get quintagroup.theme.estatelite-version folder. Remove version from folder name to have quintagroup.theme.estatelite folder

  • put quintagroup.theme.estatelite folder into src directory of your buildout

  • in buildout.cfg file of your buildout add quintagroup.theme.estatelite to the list of eggs you are developing and to the list of eggs to install:

    [buildout]
    ...
    develop = src/quintagroup.theme.estatelite
    ...
    eggs =
        ...
        quintagroup.theme.estatelite
    
  • Re-run buildout:

    $ ./bin/buildout
    
  • Start instance in development mode:

    $ ./bin/instance fg
    
  • Install EstateLite Theme in Plone (Site Setup -> Add-ons).

Now you can customize Estate Lite Theme by modifying quintagroup.theme.estatelite package in src directory of your buildout.

Changelog

6.0.6 - January 20, 2012

  • Products.PloneFormGen compatibility added

6.0.5 - December 28, 2011

  • removed plone.app.themingpluging dependency

6.0.4 - December 26, 2011

  • drop unnecessary portlet.xml
  • tested with Products.ContentWellPortlets 4.1.0

6.0.3 - November 22, 2011

  • unnecessary css dropped

6.0.2 - November 02, 2011

  • Added base tag
  • Drop down styles were fixed

6.0.1 - October 27, 2011

  • Dropdown menu styles fixed

6.0 - October 26, 2011

  • theme package converted into diazo theme

2.0.1 - July 29, 2011

  • Theme tested with Plone 4.1
  • Theme deinstallation fixed

2.0 - May 24, 2011

  • Theme upgraded to Plone 4.0
  • New top header image

1.1.1 - Oct 23, 2009

  • Default theme logo changes [serg]

1.1 - Sep 07, 2009

  • Update templates to Plone 3.3

1.0.1 - Mar 04, 2009

  • Fix uinstallation procedure, set default skin to 'Plone Default' [piv]

1.0 - Feb 02, 2009

  • Initial release

Current Release
quintagroup.theme.estatelite 6.0.6

Released Jan 20, 2012 — tested with Plone 4.1

Products.PloneFormGen compatibility added
More about this release…

Download file Get Estate Lite Plone Theme for all platforms
quintagroup.theme.estatelite-6.0.6.zip
Download file Get Estate Lite Plone Theme for all platforms
estatelite.zip
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Status
6.0.6 Jan 20, 2012 Products.PloneFormGen compatibility added More about this release…
Plone 4.1
final
6.0.5 Dec 28, 2011 Dependency for plone.app.themingpluging removed. More about this release…
Plone 4.1
final
6.0.4 Dec 26, 2011 Unnecessary portlet.xml fropped, version tested with ContentWellPortlets 4.1.0. More about this release…
Plone 4.1
final
6.0.3 Nov 22, 2011 Slight bugfixes: unnecessary css dropped. More about this release…
Plone 4.1
final
6.0.2 Nov 03, 2011 More improvements: base tag added, drop down styles fixed. More about this release…
Plone 4.1
final
6.0.1 Oct 27, 2011 Dropdown menu styles fixes More about this release…
Plone 4.1
final
6.0 Oct 26, 2011 Theme package converted into diazo theme. More about this release…
Plone 4.1
final
2.0.1 Aug 02, 2011 Minor bug fixes: theme deinstallation fixed. More about this release…
Plone 4
final
2.0 May 25, 2011 Plone 4 compatibility added. More about this release…
Plone 4
final
1.1.1 Oct 23, 2009 Estate LIte Plone Theme release for Plone 3.2-3.3 with default theme logo changed. More about this release…
Plone 3
final
1.1 Sep 07, 2009 More about this release… final
1.0.1 Mar 04, 2009 Bug fix release for Plone 3: uninstallation procedure fixed, default skin set to 'Plone Default'. Tested with Plone 3.1.7 and 3.2.1. More about this release…
Plone 3
final
1.0 Feb 02, 2009 Initial release of the Estate Lite Plone Theme for Plone 3. The skin is available for download as tar archive and egg. More about this release…
Plone 3
final

Comments (0)