Skip to content

plonetheme.drupal is an installable Plone Theme using plone.app.theming, based on the default Sunburst Plone theme.

Notifications You must be signed in to change notification settings

plone-ve/plonetheme.drupal

 
 

Repository files navigation

plonetheme.drupal

Overview

plonetheme.drupal is an installable Plone Theme using plone.app.theming, based on the default Plone Sunburst Theme.

Strongly inspired by the Drupal theme Bartik (default theme in Drupal 7), this theme may help sell Plone to PHP guys ;)

To be installed before any demonstration to an audience of Drupal followers ;) !

Requirements

Screenshot

Plone Theme Drupal Screenshot

Plone Theme Drupal Screenshot

Plone versus Drupal

Do you want to learn more about Plone versus Drupal? Install this theme and visit

http://site_url/your_plone_site/@@plone-versus-drupal

Post about Plone versus Drupal Screenshot

Post about Plone versus Drupal Screenshot

Installation

Getting the theme

If you are a developer user, you might enjoy installing it via buildout.

For install plonetheme.drupal package add it to your buildout section's eggs parameter e.g.: :

[buildout]
 ...
 eggs =
     ...
     plonetheme.drupal

and then running bin/buildout.

Or, you can add it as a dependency on your own product setup.py file: :

install_requires=[
    ...
    'plonetheme.drupal',
],

Enabling the theme

Install the theme from the Add-ons control panel. That's it!

Quickly test?

Download plonetheme.drupal and use virtualenv and buildout to test the theme:

pip install virtualenv
cd plonetheme.drupal
virtualenv .
source bin/activate
(plonetheme.drupal) pip install zc.buildout 
!!! check the buildout config file ``test-plone-base.cfg`` before running !!!
(plonetheme.drupal) ln -s test-plone-4.2.x.cfg buildout.cfg 
(plonetheme.drupal) python bootstrap.py
(plonetheme.drupal) bin/buildout
[...] be patient... [...]
(plonetheme.drupal) ./bin/instance fg

Go to http://localhost:8080, add a new Plone Site and install plonetheme.drupal package.

Launch tests:

(plonetheme.drupal) ./bin/test -s plonetheme.drupal

Launch code coverage:

(plonetheme.drupal) bin/coverage
(plonetheme.drupal) bin/report
And open with a browser htmlcov/index.html

Contribute

How to contribute and submit a patch?

Source code and an issue tracker is hosted on Github.

License

This package is licensed under the GPL Version 2.

Credits

Amazing contributions

  • Leonardo J. Caballero G. aka macagua (leonardocaballero at gmail dot com).

You can find an updated list of package contributors on https://github.com/sylvainb/plonetheme.drupal/contributors

About

plonetheme.drupal is an installable Plone Theme using plone.app.theming, based on the default Sunburst Plone theme.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.8%
  • CSS 26.4%
  • HTML 10.7%
  • Shell 4.1%