|
Recipes 1-10 of 106
Next >
|
folder redirects made easy!
submitted by: runyaga
I just renamed a folder from EEP to Proxy. We have loads of content in EEP. I simply renamed the ... Last Edited: 2005-11-25
|
Reindex TING2 and Preserve Existing Indices
submitted by: runyaga
Scenerio:
- 500k documents that are using TextIndexNG2 (TING2) and converters
to index ... Last Edited: 2005-03-05
|
Programmatically Mapping a Drive
submitted by: runyaga
If you are running Zope as a service but you want
it to access a mapped drive. You need to:
- ... Last Edited: 2004-12-13
|
Copy database programmatically
submitted by: runyaga
If you want to move between different Storage's
of ZODB (from FileStorage to DirectoryStorage)
you ... Last Edited: 2004-10-14
|
Programmatically Generate REQUEST
submitted by: runyaga
Often you need a REQUEST which will contain some
security information so that Zope ... Last Edited: 2004-10-14
|
Cut/Copy/Paste in Python
submitted by: runyaga
the manage_copy/cut/paste methods are fine if you are
working in "restricted python" ... Last Edited: 2004-10-14
|
CMF/Plone instance via .py
submitted by: runyaga
I needed to write a script that would basically take a empty
ZODB and set it up w/ a VHOST monster ... Last Edited: 2004-10-14
|
Zope and Threads
submitted by: runyaga
Here is a quick intro (probably a bit long for a recipe)
into Threading and Zope. In summary, ... Last Edited: 2005-01-20
|
alternating rows in news_box
submitted by: runyaga
PageTemplates is very different than DTML.
Here is a an example of ZPTifying the recent_news_box ... Last Edited: 2004-10-14
|
simple calendar widget
submitted by: runyaga
ever wanted a calendar widget? this is a very limited way of displaying months, but its quite ... Last Edited: 2004-10-14
|