
1 Hour Plone Site and TinyMCE
Here is all the code from my presentation "How to build a Plone site in 1 hour!" It was great to attend to the conference this year!
1 Hour Plone Site
Here is all the code of my presentation "How to build a Plone site in 1 hour!"
It was great to attend the conference this year!
You can find my complete presentation at: https://support.fourdigits.nl/static/ploneconference2008/
The buildout:
[buildout]
parts =
plone
zope2
productdistros
instance
zopepy
find-links =
http://dist.plone.org
http://download.zope.org/ppix/
http://download.zope.org/distribution/
http://effbot.org/downloads
eggs =
elementtree
plone.reload
Products.LinguaPlone
Products.TinyMCE
develop =
src/coolregionskin.plonetheme
[plone]
recipe = plone.recipe.plone>=3.1.1,
./ArchGenXML.py coolpack.zargo -o coolpack
paster create -t plone3_theme coolregion.plonetheme
TinyMCE
The TinyMCE lightning-talk given by Rob can be found here:
https://support.fourdigits.nl/static/ploneconference2008lightningtalk/
Download TinyMCE:
http://plone.org/products/tinymce
TinyMCE is also on PyPI, just add Products.TinyMCE to your buildout
If you have any questions please contact us!