-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, all.
I need to migrate data from a Plone-based portal to Liferay. Has anyone some idea on how to do it?
Anyway, I am trying to retrieve data from Data.fs and store it in a representation easier to work, such as JSON. To do it, I need to know which objects I should get from Plone's Data.fs…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I’ve developed a portfolio website for myself using Plone 4, and I’m looking for someplace to host it. Most Plone hosting services seem to focus on large, corporate deployments, but I need something that I can afford on a very limited budget and fits a small, single-admin website.
My understanding…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
Possible Duplicate:
How to find web hosting that meets my requirements?
I’ve developed a portfolio website for myself using Plone 4, and I’m looking for someplace to host it. Most Plone hosting services seem to focus on large, corporate deployments, but I need something that I can afford on…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Do you know of any cheap Plone hosting where I could import a file exported from a Plone running on my machine?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I had a simple plone site running on my Ubuntu 8.10 box, setup by following instructions on https://help.ubuntu.com/community/forum/server/Plone
Now the computer got an Ubuntu 9.04 install from scratch, and I want to get the site up and running. As far as I understand several python libraries from…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am currently trying to setup buildbot. buildbot requires twistedmatrix, which in turn requires zope.
I cannot manage to setup this zope stuff. I have the full source zope-3.4.0, nothing goes as the readme says. I also have a zip that is an egg. What are Eggs?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just installed Plone on my Centos 5.5. I was able login via the admin-account and create new users. But when I try to create a new page I get the following error message:
Traceback (innermost last):
Module ZPublisher.Publish, line 127, in publish
Module ZPublisher.mapply, line 77, in mapply
Module…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am planning to make some big project (1 000 000 users, approximately 500 request pre second - in hot time).
For performance I'm going to use no relational dbms (each request could cost lot of instructions in relational dbms like mysql) - so i can't use DAL.
My question is:
how web2py is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Every Zope object has it's own unique id ( _p_oid ).
To convert it into integer value:
from Shared.DC.xml.ppml import u64 as decodeObjectId
oid = decodeObjectId(getattr(<Object instance>, '_p_oid'))
Is it possible to get object itself having it's _p_oid?
I tried this:
from ZODB.utils import…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have started using Zope interfaces in my code, and as of now, they are really only documentation. I use them to specify what attributes the class should possess, explicitly implement them in the appropriate classes and explicitly check for them where I expect one. This is fine, but I would like…
>>> More