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.
.. contents:
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.
.. include: ./docs/HISTORY.txt
Credits
=======
* Contributers:
** Alexander Loechel
Changelog
=========
0.10 (unreleased)
-----------------
- Nothing changed yet.
0.9 (2013-06-25)
----------------
- Initial release
===========================
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.
.. contents:
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.
.. include: ./docs/HISTORY.txt
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
Close
Hashes for collective.base64imagepatch-0.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 541ee39995926422655ff5990c18c38fd197ce4dd92a7d28f2c722baaab65094 |
|
MD5 | 4bb93f8d91b79e834afc984e9639f280 |
|
BLAKE2b-256 | 89cb84c4932d1835dad6aec0e787e10b53ce068b0a1f4dd829e2fb19da693626 |
Close
Hashes for collective.base64imagepatch-0.9-py2.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | c01eff1d7744e5f241d3b8e50afbfef7da891999bbd79c6f4d5686177326d57e |
|
MD5 | de884867aa6c3a71a568071878cdd631 |
|
BLAKE2b-256 | 10a5696314bb3d7e9597f1db33967b20c8351010b3c2719bf2f1b1c9f4ce6475 |