How to install collective.editablesvg
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install collective.editablesvg
Lastest release
Introduction
This content type allows you to edit svg graphics in your browser using svg-edit (http://code.google.com/p/svg-edit/). Since the IE still doesn't support SVG graphics the SVG graphic is converted to a PNG image when saved. So the browser only needs to support SVG for editing not for viewing the graphic.
Installation
Just add collective.editablesvg to your eggs and zcml section in your buildout
Dependencies
- plone.app.dexterity
- collective.autopermission
- plone.namedfile[blobs]
- reportlab
- svglib
- plone.app.registry
License
copyright 2011 by Dominik Ruf, licensed under the GPL. See docs/LICENSE.txt for details.
Changelog
0.1adev (unreleased)
- Initial release