*Simple* Zope product to implement a collaborative Web site
I'm looking for a *simple* Zope (Zope is not really mandatory but I like it and this is a Zope list after all) product to implement a collaborative Web site. A sort of poor man's Web Content Management system. Here are my main requirments: 1) Ability for the registered users to add easily any type of files (.pdf, .dvi, .txt and even .html). 2) Shrink-wrapped software, I don't have the time right now to develop a custom application. 3) (If possible.) History of changes, deletions, etc. I considered Portal For All <URL:http://www.zope.org/Members/dgeorgieff/popoto> which seems fine and CMF which seems overkill. Any suggestion?
On Tue, Jun 04, 2002 at 03:19:50PM +0200, Stephane Bortzmeyer wrote:
I'm looking for a *simple* Zope (Zope is not really mandatory but I like it and this is a Zope list after all) product to implement a collaborative Web site. A sort of poor man's Web Content Management system. Here are my main requirments:
1) Ability for the registered users to add easily any type of files (.pdf, .dvi, .txt and even .html).
2) Shrink-wrapped software, I don't have the time right now to develop a custom application.
3) (If possible.) History of changes, deletions, etc.
I think you could try to directly use Zope's Management Interface which seems to fit correctly except maybe for the I18N and L10N... ;-) hth. Jerome Alet
On Tue, Jun 04, 2002 at 03:44:24PM +0200, Jerome Alet <alet@librelogiciel.com> wrote a message of 22 lines which said:
I think you could try to directly use Zope's Management Interface which seems to fit correctly except maybe for the I18N and L10N...
(Troll alarm?) I should have precised that most of the users are not very fluent with computers and I'm afraid that the many options of Zope's Management Interface will frighten them.
On Tue, Jun 04, 2002 at 03:46:37PM +0200, Stephane Bortzmeyer wrote:
I think you could try to directly use Zope's Management Interface which seems to fit correctly except maybe for the I18N and L10N...
I should have precised that most of the users are not very fluent with computers and I'm afraid that the many options of Zope's Management Interface will frighten them.
If you don't have any "moderation" stage whenever an user put content online, then I really think that the ZMI is ok. Just use roles with the correct permissions and most unneeded options will automagically disappear. Just don't give them the Manager role. AFAICT French is your worst problem here (and mine unfortunately) bye, Jerome "troll-o-matiq" Alet
Yes, why not set up a wiki ? Cheers, -Simon
participants (3)
-
Jerome Alet -
Simon Michael -
Stephane Bortzmeyer