UNKNOWN
Project description
collective.base64imagepatch
The current package: collective.base64imagepatch is an add on for the CMS Plone. It injects a eventhandlers for Contenttype creation and modification to assure that no inline base64 encoded image is stored in an RichtTextField.
collective.base64imagepatch Installation
Dependencies
There is a hard dependency for one of these BeautifulSoup packages: * beautifulsoup4 (new version) * BeautifulSoup (old depricated version, but usable if already installed or beautifulsoup4 would cause any version conflicts) One of those both packages have to be installed. As zc.buildout did not allow optional requires statements you have to include it into your dependency-list
There are two soft dependencies on the underlaying Content-Types-Frameworks of Plone. * Archetypes * Dexterity None of those must be included seperatly in the buildout, as they are already part of Plone.
Installation via zc.buildout
If you are using zc.buildout to manage your Zope/Plone Instances, you can do this:
Add collective.base64imagepatch to the list of eggs to install, e.g.:
[buildout] ... eggs = ... collective.base64imagepatch beautifulsoup4 or BeautifulSoup ...
Re-run buildout, e.g. with:
$ ./bin/buildout
The patch is installed and works directly on next startup.
Note: The patch will not show up in any install listing.
To run patch on existing content call patch_all view on any Plone object for just this Plone Site Instance or any Zope Root Object for all Plone Sites. cmf.ManagePortal Permissions required.
Credits
Contributers:
Alexander Loechel
Changelog
0.10 (unreleased)
Nothing changed yet.
0.9 (2013-06-25)
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
Built Distribution
Hashes for collective.base64imagepatch-0.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c6eb31a0c612fb8cf116e0094ef24958b960d4359ea3d00f76fb856a836793e |
|
MD5 | 6ff5fa6692441cd2ab379c2ac63c0472 |
|
BLAKE2b-256 | 8f0169fab5923008f6f812d4044e80b3e4f5c43ec48b28e86b1f3ae123c5e06f |
Hashes for collective.base64imagepatch-0.10-py2.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86b6848558c538fc2f8e1f82ddf3eedd49c8be0fab76145b96e059b703e86da9 |
|
MD5 | 569bf01f1d639546af7dd93cca101aa2 |
|
BLAKE2b-256 | 1c4899042467a271a2587e622d1a9a9c45f60f2d1e55e077e5c2ab4d6b687698 |