ECLecture 1.3 (Sep 25, 2009)
This release adds Plone 3.x support and breaks backward compatibility.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Mario Amelung |
| Released | 2009/09/24 |
- ECLecture was completly re-implemented with support for Plone 3.x.
- It is now eggified and uploaded to PyPI.
- Plone 2.x support has been dropped. Plone 2 user should use ECLecture version 1.2.
Installation
See the Installing an Add-on Product tutorial for more detailed product installation instructions.
Installing with buildout
If you are using buildout to manage your instance installing ECLecture is very simple. You can install it by adding it to the eggs line for your instance:
[instance]
eggs =
...
Products.ECLecture
After updating the configuration you need to run bin/buildout, which will take care of updating your system.
Then restart your zope instance and use the Add/Remove products page in Site Setup to install ECLecture.
Installing without buildout
Move (or symlink) the ECLecture folder of this project into the Products directory of the Zope instance it has to be installed for, and restart the server. Use the Add/Remove products page in Site Setup to install ECLecture.


