Provides sticky badge for demo sites.
Project description
Introduction
This Plone add-on displays configurable badge that you can use on your development, demo and preview instances. It’ll help you and your customers not to confuse your development Plone instances with production sites.
Compatibility
This add-on was tested for Plone 3 and Plone 4.
Installation
add the following to your buildout configuration file:
[buildout] ... eggs = collective.demositebadge ...
rerun buildout and restart your Zope instance.
then install the collective.demositebadge package from within the portal_quickinstaller tool
Usage
After add-on is install you’ll get Demo site badge Plone Control Panel. There simply enable badge and, if you need, customize default badge text.
That is it.
Usually you’ll have custom theme in your Plone Site, thus you may need to add a bit of css magic in order to make demo badge look better under your own circumstances.
Plone 3 Notes
To install and use this add-on on Plone 3 you need to do some extra steps:
use plone.app.registry fixed versions set; for this add the following to your buildout configuration file:
[buildout] ... extends = http://good-py.appspot.com/release/plone.app.registry/1.0b1 ... [versions] plone.z3cform = 0.6.0 zope.i18n = 3.6.0 [instance] ... zcml = ... plone.app.registry
and before Activating demo badge addon, you have to make sure ‘Configuration registry’ is activated (installed) in your Add-ons Control Panel
Live Examples
Credits
Companies
Contributors
Changelog
1.0 - March 16, 2013
Initial implementation. [Victor Imenkov]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collective.demositebadge-1.0.tar.gz
.
File metadata
- Download URL: collective.demositebadge-1.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e7fbb7fa47962153db779d28a68c23a9ea9146e7c4b43769b612a349739a713 |
|
MD5 | f6dcd30076e0bc3a41e62f80671bc0ca |
|
BLAKE2b-256 | 31472fd646a101c6938bc3915f83a23b835da7b78ca1a4a6f63ab60c75b31200 |