https://github.com/bluedynamics/bda.disclaimer
cookie based access restriction of sites
https://github.com/bluedynamics/bda.disclaimer
Last synced: about 1 year ago
JSON representation
cookie based access restriction of sites
- Host: GitHub
- URL: https://github.com/bluedynamics/bda.disclaimer
- Owner: bluedynamics
- License: other
- Created: 2013-03-25T08:50:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-25T10:51:36.000Z (about 13 years ago)
- Last Synced: 2025-02-03T18:38:55.472Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
bda.disclaimer
==============
Cookie based access restriction for Plone sites.
Installation
------------
Add ``bda.disclaimer`` to installation dependencies and and install product.
Provide the Disclaimer Text
---------------------------
Disclaimer text is looked up via ``bda.disclaimer.interfaces.IDisclaimerText``
adapter. The default implementation expects an document at Plone Site root with
Id ``disclaimer``. The Body Text of this Document is used as disclaimer
text.
Customizing UI
--------------
To provide your own disclaimer markup, the browser page named ``disclaimer``
must be overwritten.
Copyright and Contributions
---------------------------
Copyright 2008-2013, Blue Dynamics Alliance - http://bluedynamics.com
Author: Robert Niederreiter
Contributions: Peter Holzer
Changes
-------
1.1
---
- Simplification, port to Plone 4.x
[rnix]
1.0
---
- Initial work
[rnix, hpeter]