[Zope] Advice on small zope application

Toby Dickenson tdickenson@geminidataloggers.com
Fri, 21 Jun 2002 12:57:32 +0100


On Friday 21 Jun 2002 12:51 pm, Stefan Loidl wrote:
> Hi,
>
> I need some advice on the easiest way to realize a small zope applicati=
on.
>
> The application should allow users to upload (mainly
> Visio-drawings) to the Zope server and manage them.
> Other users should only be able to download the files.
>
> Requirements:
> - upload, update (i.e upload a replacement for a file) and deletion
>    of files should be possible
> - files should be saved in the filessystem, not in the Zope DB
> - it should be possible to structure the files in a tree
> - the owner should be able to add comments to the file
>
> Nice to have:
> - only the owner should be able to update/delete a file
>
> Are there any Zope products that fulfill this requirements?
>
> Any ideas?

=46rom what youve described it sounds like a good use for Apache and scp,=
 not=20
Zope.