Public File Sharing via Plone

5 Messages Forum Options Options
Embed this topic
Permalink
Christof Haemmerle
Public File Sharing via Plone
Reply Threaded More
Print post
Permalink
hi there,

i want a plone site for our design firm were we can provide data to  
external users for downloading.
I really like the idea of PloneLocalFolderNG cause i avoids the zodb  
problem with large files. can zip unzip etc.

since there is no plone/zope workflow/security system in  
PloneLocalFolderNG there are many things i cannot do.

every user even anonymous sees all the content in there.
anonymous user cannot upload data.


is there already a product around which would more fit my needs?

thanx christof

smime.p7s (3K) Download Attachment
robert rottermann
Re: Public File Sharing via Plone
Reply Threaded More
Print post
Permalink
Christof Haemmerle wrote:

> hi there,
>
> i want a plone site for our design firm were we can provide data to  
> external users for downloading.
> I really like the idea of PloneLocalFolderNG cause i avoids the zodb  
> problem with large files. can zip unzip etc.
>
> since there is no plone/zope workflow/security system in  
> PloneLocalFolderNG there are many things i cannot do.
>
> every user even anonymous sees all the content in there.
> anonymous user cannot upload data.
>
>
> is there already a product around which would more fit my needs?
>
> thanx christof
look at enfoldsystems
they have a product (something named like managed file) that should fit
your bill.
robert


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Plone-users mailing list
Plone-users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Christof Haemmerle
Re: Public File Sharing via Plone
Reply Threaded More
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
hi robert,

thanx for your hint. i am trying ATManaged file. i do get an error though


and installed normalizer-1.0.1.tar.gz from sf.net/collective.

but get this error on zope 2.8.4/Plone2.1.1

2005-11-02 01:14:15 ERROR Zope Could not import Products.CMFManagedFile
Traceback (most recent call last):
  File "/usr/local/zope/2.8.4/lib/python/OFS/Application.py", line 695, in import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/__init__.py", line 29, in ?
    from Products.CMFManagedFile import tool
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/tool.py", line 43, in ?
    from batch import manage_addBatch
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/batch.py", line 28, in ?
    from Products.CMFManagedFile.scripts.filename_verify import Translator
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/scripts/filename_verify.py", line 36, in ?
    from normalizer.lang import normalize, registry, LangNormalizer
ImportError: No module named lang

Traceback (most recent call last):
  File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/run.py", line 56, in ?
    run()
  File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/run.py", line 21, in run
    starter.prepare()
  File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/__init__.py", line 98, in prepare
    self.startZope()
  File "/usr/local/zope/2.8.4/lib/python/Zope2/Startup/__init__.py", line 257, in startZope
    Zope2.startup()
  File "/usr/local/zope/2.8.4/lib/python/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/usr/local/zope/2.8.4/lib/python/Zope2/App/startup.py", line 44, in startup
    OFS.Application.import_products()
  File "/usr/local/zope/2.8.4/lib/python/OFS/Application.py", line 672, in import_products
    import_product(product_dir, product_name, raise_exc=debug_mode)
  File "/usr/local/zope/2.8.4/lib/python/OFS/Application.py", line 695, in import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/__init__.py", line 29, in ?
    from Products.CMFManagedFile import tool
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/tool.py", line 43, in ?
    from batch import manage_addBatch
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/batch.py", line 28, in ?
    from Products.CMFManagedFile.scripts.filename_verify import Translator
  File "/usr/local/zope/instances/nex9/Products/CMFManagedFile/scripts/filename_verify.py", line 36, in ?
    from normalizer.lang import normalize, registry, LangNormalizer
ImportError: No module named lang



do i need to install a module into macosx python?

thanx christof

On Nov 2, 2005, at 12:02 AM, robert rottermann wrote:

Christof Haemmerle wrote:
hi there,

i want a plone site for our design firm were we can provide data to  external users for downloading.
I really like the idea of PloneLocalFolderNG cause i avoids the zodb  problem with large files. can zip unzip etc.

since there is no plone/zope workflow/security system in  PloneLocalFolderNG there are many things i cannot do.

every user even anonymous sees all the content in there.
anonymous user cannot upload data.


is there already a product around which would more fit my needs?

thanx christof
look at enfoldsystems
they have a product (something named like managed file) that should fit your bill.
robert


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Plone-users mailing list



smime.p7s (3K) Download Attachment
Alexander Limi
Re: Public File Sharing via Plone
Reply Threaded More
Print post
Permalink
On Tue, 01 Nov 2005 22:20:55 -0800, Christof Haemmerle  
<reco@...> wrote:

> thanx for your hint. i am trying ATManaged file. i do get an error
> though
>
> i installed a checked out version form https://svn.plone.org/svn/
> collective/ManagedFile/bundle/trunk/
> and installed normalizer-1.0.1.tar.gz from sf.net/collective.
>
> but get this error on zope 2.8.4/Plone2.1.1
>
>      from normalizer.lang import normalize, registry, LangNormalizer
> ImportError: No module named lang
>
> do i need to install a module into macosx python?

No, most likely Enfold Systems need to update the product for Plone 2.1.  
If I remember correctly, this has to do with some of the changes in the  
Unicode handling that couldn't be handled in a backwards compatible  
manner, and has to be updated.

--
_____________________________________________________________________

      Alexander Limi · Chief Architect · Plone Solutions · Norway

  Consulting · Training · Development · http://www.plonesolutions.com
_____________________________________________________________________

       Plone Co-Founder · http://plone.org · Connecting Content
   Plone Foundation · http://plone.org/foundation · Protecting Plone



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Plone-users mailing list
Plone-users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Alexander Limi · http://limi.net

peter Fraterdeus-2
Re: Public File Sharing via Plone
Reply Threaded More
Print post
Permalink
Alexander Limi <limi@...> writes:
 > On Tue, 01 Nov 2005 22:20:55 -0800, Christof Haemmerle  
> <reco@...> wrote:
...
> > but get this error on zope 2.8.4/Plone2.1.1
> >
> >      from normalizer.lang import normalize, registry, LangNormalizer
> > ImportError: No module named lang
> >
> > do i need to install a module into macosx python?

There should be an errata.txt in the ATMF product which provides some hints.
I seem to recall having to tweak a couple of lines of code to get it to install.

PF






-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users