Skip to content

tkimnguyen/chalkboardtheme_plone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plonetheme.chalkboard

Chalkboard Theme from (a Wordpress theme), applied to Plone 4.3.x using Diazo.

Introduction

Chalkboard Theme is an installable Plone theme package that using the packaging features available in Plone 4.3.x, developed by Leonardo J. Caballero G., which in turn packages the chalkboardtheme_plone Diazo theme developed by T. Kim Nguyen using the theming features available in plone.app.theming.

Requirements

  • From the Plone 4.1.x To the Plone 4.3 latest versión (https://plone.org/download)
  • The plone.app.theming package (will be installed as a dependency of this package)

Screenshots

Layout of the site when viewed in a computer resolution:

image

Features

  • It's an installable Plone Theme package.
  • After installation from Add-ons controlpanel, this theme is enabled automatically.
  • It's have support for clean uninstallation.
  • Also it's a simple Diazo package (Zip file).

Installation

Zip file

If you are an end user, you might enjoy installation via zip file import.

  1. Download a zip file.
  2. Import the theme from the Diazo theme control panel.

Enabling the theme

Select and enable the theme from the Diazo control panel. That's it here!

To make this theme work correctly, got to the Theming control panel's Advanced settings change the Theme base from the default "Sunburst Theme" to "(Unstyled)".

Disabling the theme ^^^^^^^^^^^^^^^^^^

Select and disable the theme from the Diazo control panel. That's it here!

For uninstall this theme work correctly, got to the Theming control panel's Advanced settings change the Theme base from the default "(Unstyled)" to "Sunburst Theme".

Buildout

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

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

[buildout]
 ...
 eggs =
     ...
     plonetheme.chalkboard

and then running bin/buildout.

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

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

Usage

This currently shows the Plone content object's title, body, and byline, as well as the right portlet column.

Everything else is hardcoded – sorry :) – please contribute your improvements!

Contribute

License

The project is licensed under the GPLv2.

Credits

  • T. Kim Nguyen (tkimnguyen)
  • Leonardo J. Caballero G. (macagua)

About

the Chalkboard theme from WordPress, applied to Plone 4.3.2 via Diazo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published