Skip to main content

Plone add-on product for displaying the content in grayscale.

Project description

stxnext.grayscale

Introduction

The stxnext.grayscale package is an add-on Product for Plone that gives the possibility of displaying the web content of the site in the grayscale colors.

https://github.com/stxnext/stxnext.grayscale/raw/master/docs/stxnext.grayscale.example.png

Colors transformation

The images are transformed on-the-fly using the PIL library.

The css and html documents are transformed with regular expression to substitute the colors definitions with their grayscale equivalent values.

In Plone 4 (with plone.resource package installed) the transformed resources (images, css files) are cached in the file system to avoid multiple transformation of the same resource.

Installation

Plone 3

1. Add stxnext.grayscale to your plone.recipe.zope2instance section’s eggs (Note the use of the [Zope2.10] extra, which brings in the ZPublisherEventsBackport package for forward compatibility with Zope 2.12 / Plone 4):

[instance]
recipe = plone.recipe.zope2instance
...
eggs =
    ...
    stxnext.grayscale [Zope2.10]
  1. Install the Product via portal_quickinstaller.

Plone 4

1. Add stxnext.grayscale to your plone.recipe.zope2instance section’s eggs. Define the resources parameter to point to the existing directory where the transformed resources will be stored to avoid multiple transformation of the same resource:

[instance]
recipe = plone.recipe.zope2instance
...
resources = ${buildout:directory}/var/resources
...
eggs =
    ...
    stxnext.grayscale
  1. Install the Product via portal_quickinstaller

Configuration

In the stxnext.grayscale tool’s control panel (/@@grayscale_settings) choose the Plone skins to be transformed to grayscale colors.

Author & Contact

  • Radosław Jankiewicz radoslaw.jankiewicz@stxnext.pl

  • Sebastian Kalinowski sebastian.kalinowski@stxnext.pl

  • Krzysztof Skarupa krzysztof.skarupa@stxnext.pl

http://stxnext.pl/open-source/files/stx-next-logo

STX Next Sp. z o.o.

http://stxnext.pl

info@stxnext.pl

License

This package is licensed under the Zope Public License.

Changelog

1.0.0 (2012-05-21)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stxnext.grayscale-1.0.0.tar.gz (97.7 kB view details)

Uploaded Source

File details

Details for the file stxnext.grayscale-1.0.0.tar.gz.

File metadata

File hashes

Hashes for stxnext.grayscale-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e12f98d38ff57c01dc5665e2284d34092d6465d4c04d2bf832b5d4c28cdcc0a1
MD5 f73274fdaee94a5e5ac7a0028657d864
BLAKE2b-256 4d0d561d55ed46a87d1b2b88c4e4e5938bcca587a1c5fc3db759b7e0647142a4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page