Originally from del.icio.us/tag/plone by
Originally from del.icio.us/tag/plone by iso100
Hobo Internet – quality editable websites
Originally from del.icio.us/tag/plone by mrmchodge
A nice set of quick "capabilities" demo screencasts about the Python/Zope/Plone content management system
Originally from del.icio.us/tag/plone by blackrazorus
Stefan showed off ipython on saturday. Pretty impressive. I’ve now added support for this in instancemanager.
Without workingenv (some info on Daniel’s blog), ipython is harder to use. ipython needs to be started with the same python that your zope uses, so installing it globally eventually only gives you one ipython on your path. If you setup your zope as a workingenv, all python libraries you install are installed local to your zope. Also the ipython binary.
Workingenv in instancemanager: add a `use_workingenv = True’ to your project’s config file. An instancemanager PROJECTNAME fresh sets up your zope instance for workingenv. If your instance already exists: instancemanager PROJECTNAME --upgradezope fixes it up without destroying anything.
The workingenv is activated automatically when you start/stop/whatever zope. Also ipython is run with the workingenv activated. If you need to activate it yourself: do it by hand. instancemanager PROJECTNAME --activate prints out the line you have to paste in your shell (by nature, it can’t be set from instancemanager itself).
Installing ipython should be easy if you’ve got instancemanager installed, as instancemanager requires setuptools to be installed itself
There are no other dependencies.
instancemanager PROJECTNAME --activate. This places the correct easy_install right in front in your path.easy_install /directory/where/you/extracted/ipython.~/.ipython directory (ah, run ipython once beforehand to get that directory).If you want, you can type deactivate to deactivate your workingenv. Depends on how you use that. It is pretty new to me, so I’m still figuring out the handiest way to work with it.
Running ipython is real easy: instancemanager PROJECTNAME --ipython.
There are possible improvements, but it already seems to work pretty well.
Reinout van Rees: ipython shell, workingenv and instancemanager
Originally from Planet Plone by reinout
Removing things from the portal view for anonymous visitors — plone.org
Originally from del.icio.us/tag/plone by yamahigashi
Originally from del.icio.us/tag/plone by dchaffey
Deliverance is a lightweight program that applies a theme to content according to a set of rules.It provides a quick and simple way to re-brand content from any mainstream content provider or technology.
Deliverance Introduction — OpenPlans
Originally from del.icio.us/tag/plone by miziodel
7. Customizing the Look and Feel of Plone — PloneDocs
Originally from del.icio.us/tag/plone by rainwiz