3
votes
3answers
35 views
Get stacktrace from stuck python process
I have to run a legacy Zope2 website and have some grievance with it. The biggest issue is that, occasionally, it just locks up, running at 100% CPU load and not answering to reque …
1
vote
2answers
46 views
Is it possible to use Zope object database from PHP ?
as from Title.
0
votes
3answers
60 views
Custom traversal and page templates
Using Marius Gedminas's excellent blog post, I have created a custom traverser for a folder in my site.
This allows me to show: http://foo.com/folder/random_id
Instead of: http:/ …
4
votes
6answers
316 views
Understanding Zope internals, from Django eyes
Note: This is not a post regarding which is better, zope or django? Its about understanding zope internals/architecture, when compared to Django's
I am a newbee to zope and I prev …
2
votes
1answer
47 views
Moving (very old) Zope/Plone Site to Django
I am ask to move data from a (now offline) site driven by Plone to a new Django site.
These are the version informations I have:
Zope Version (unreleased version, python 2.1.3 )
…
1
vote
1answer
62 views
Reasons to prefer zope 3 over grok
I am familiar with zope 2 and think that zope 3 is superior in many ways, as far as I've used it (i.e. primarily with Five).
Now I'm considering to dive deeper into zope 3. Would …
0
votes
3answers
87 views
How do I check if it’s the homepage in a Plone website using ZPT?
I want to change my website's header only it if's not the homepage. Is there a tal:condition expression for that?
I've been reading this and can't find what I'm looking for...
th …
4
votes
6answers
358 views
What are the Zope essentials ?
I started a job where Zope is involved. I know Python and my new Boss think I am going to handle the application server quickly.
I had a look to this system and it's obviously ver …
0
votes
2answers
47 views
FBML and HTMLParser error
The below code:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="en" lang="en">
<head>
<title>FB …
0
votes
2answers
114 views
plone + formlib: how to reference form.pt
I'm working on plone 3.2.1 and I've made a formlib's form with a custom template:
from Products.Five.formlib import formbase
from Products.Five.browser.pagetemplatefile import Vie …
0
votes
1answer
102 views
How to change the “Event” portlet in Plone 3
I am trying to customize the "Event" portlet in Plone 3 that shows the upcoming events. The "view" link in the footer of that portlet goes to the /events URL. But my site is multi- …
1
vote
1answer
23 views
What are the valid conditions for zcml:condition?
ZCML can include conditional directives of the form
<configure zcml:condition="installed some.python.package">
(conditional configuration directives)
</configure>
…
0
votes
1answer
25 views
How can I make Zenoss recognize skin changes?
I'm writing a ZenPack for Zenoss which includes a new DataSource. The DataSource has a ToOne relationship with another persistent object and I'm trying to construct the user inter …
1
vote
3answers
245 views
grok vs. django comparison
What are the smashing (pun intended) features of grok that makes it better than django?
how do I know when my project needs grok+zope, or it can just be developed with django ?
2
votes
6answers
671 views
Does anyone know about workflow frameworks/libraries in Python?
I'm searching for a workflow library/framework for Python. I'm astonished that there I cannot find anything which is simple and not attached to Zope/Plone.
Does anyone know of an …
