Quota system

3 Messages Forum Options Options
Permalink
Alberto Lopes
Quota system
Reply Threaded More
Print post
Permalink
Dear fellas,

I came across two products for implementing a quota system in my Plone site: PloneQuotaFolder and Quota.

Can anyone give me an opinion on how the two of them compare?

Also, what would be a good strategy to migrate an already existing set of folders to enforce a quota policy?

Best regards,

Albie
Gilles Lenfant-3
Re: Quota system
Reply Threaded More
Print post
Permalink

Le 11 juil. 08 à 00:41, albieback a écrit :

>
> Dear fellas,
>
> I came across two products for implementing a quota system in my  
> Plone site:
> PloneQuotaFolder and Quota.
>
> Can anyone give me an opinion on how the two of them compare?

I have no opinion about those products ;)
Just to mention that you can set a quota to your ZODB storages. If  
that is what you want, there's nothing to add (except in your zope.conf)

>
>
> Also, what would be a good strategy to migrate an already existing  
> set of
> folders to enforce a quota policy?
>
> Best regards,
>
> Albie
> --
> View this message in context: http://n2.nabble.com/Quota-system-tp472878p472878.html
> Sent from the General Questions mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Plone-Users mailing list
> Plone-Users@...
> https://lists.sourceforge.net/lists/listinfo/plone-users

--
Gilles Lenfant
gilles.lenfant@...




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Alberto Lopes
Re: Quota system
Reply Threaded More
Print post
Permalink

Gilles Lenfant-3 wrote:
Just to mention that you can set a quota to your ZODB storages. If  
that is what you want, there's nothing to add (except in your zope.conf)
Thanks for the hint. But are you talking about the ZOPE_DATABASE_QUOTA variable?

From my understanding, that means enforcing a quota for the Data.fs file itself within the file system. What I am looking for is a system for enforcing quota for users and/or folders within Plone.