Zope or Plone for a social-networking site? (2nd try)
Hi everybody, I was thinking about trying to develop a social-networking site, like myspace.com or facebook.com (well, on a much smaller scale of course). Elements I'd like to make available for the users are: - profile with photo gallery - blog - instant messages to other online users - chat functionality - forum/discussion boards - "internal" mail system - ... (should be extensible) After looking for information for quite some time, I am still not quite sure what to do: 1) Do you think Zope/Plone would be the right thing for this kind of project, or rather some Java CM-system (with better performance maybe since it is compiled and not interpreted?) or some PHP-system? (not a fan of PHP, to be honest... I favor python) 2) Now, the main question: Zope or Plone? I don't completely understand the difference between these two... I would really appreciate some help/other opinions on this matter. Thanks a lot, Martin P.S.: Sorry for the double-post. I didn't want to send the email in HTML. Schnell und einfach ohne Anschlusswechsel zur Lycos DSL Flatrate wechseln und 3 Monate kostenlos ab effektiven 5,21 EUR pro Monat im ersten Jahr surfen. http://www.lycos.de/startseite/online/dsl/index.html?prod=DSL&trackingID=ema...
On 2/19/06, Marty McFly <martymcfly@lycos.de> wrote:
1) Do you think Zope/Plone would be the right thing for this kind of project, or rather some Java CM-system (with better performance maybe since it is compiled and not interpreted?) or some PHP-system? (not a fan of PHP, to be honest... I favor python)
Zope should be fine. Java is a little bit faster than Python, but that's not where the bottleneck is, so you don't have to worry about that.
2) Now, the main question: Zope or Plone? I don't completely understand the difference between these two...
Plone is a CMS using the Zope application server. Others are CPS and Silva. Both CPS and Plone has some of the functionality you wanted, so you may be able to avoid writing as much there. Download them and check them out. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
participants (2)
-
Lennart Regebro -
Marty McFly