Re: [Zope3-Users] Re: Are there some French Zope user here ?

2006-09-22 Thread Tarek Ziadé
Philipp von Weitershausen wrote:
 Encolpe Degoute wrote:
 Thierry Florac a écrit :
 Le vendredi 22 septembre 2006 à 11:29 +0200, KLEIN Stéphane a écrit :
 Are there some French Zope user here ?

 If the number of french user is important, I propose the creation of
 zope-french-user and zope3-french-user mailing list.

 What do you think about this idea ?
   Hi,

 I'm here :-) +1

 There yet the http://afpy.org mailing lists and forums on Zope.
 They can open a Zope3 space if you want, but don't create an other list
 please.

 +1 to localized list being the responsibility of the local user
 groups. DZUG, for example, maintains a German Zope mailing list. So, I
 think that afpy would be the logical place for French speaking lists.

No problemo, we can handle that list here at afpy.

+10 for localisation, i think it's a good thing because it can attract
some people that are not so used to english (there are some, even though
it's hard for them :) )

Cheers,

Tarek



 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Are there some French Zope user here ?

2006-09-22 Thread Tarek Ziadé
KLEIN Stéphane wrote:
 2006/9/22, Encolpe Degoute [EMAIL PROTECTED]:

 There yet the http://afpy.org mailing lists and forums on Zope.
 They can open a Zope3 space if you want, but don't create an other list
 please.

 Yes, I agree with you, but :
 * I prefer mailing than forum
 * [EMAIL PROTECTED] is more official than afpy.org domain
oh well whatever name it has / domain it's under :)

though, at afpy we are developing a tool that gathers forums and mailing
list (a mailman enhanced web UI front end for the web site)
so people can use both way,  so +1 for a ML within afpy

Tarek
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Create RSS feed

2006-06-01 Thread Tarek Ziadé
Rupert Redington wrote:

Tarek Ziadé wrote:
  

Achim Domma wrote:



Hi,

I want to provide an RSS for a content object which is a site. Seems
to me, like this should be a generic functionality so I wonder if
there is already some product which I did not found!?

regards,
Achim

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users
  

Hi,
Take a look here http://zope-cookbook.org/cookbook/recipe59

Tarek

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users




I've found PyRSS2Gen
(http://www.dalkescientific.com/Python/PyRSS2Gen.html) very useful for
doing the work of formatting the feed from inside a BrowserView.
  

Interesting approach, I think having XML templates and a browser that
just returns items is better
though, because all formats out there (RSS 1, RSS 2, Atom, etc) can be
expressed by XML files and work over the very same
view class, that spits Dublin Core infos.

Then it's just a matter of ZCML configuration.

In your solution, the view itself has to take care of wich format should
be outputed.

Cheers

Tarek


Rupert
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users
  


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: Re : [Zope3-Users] Uploading files

2006-06-01 Thread Tarek Ziadé
Stéphane Brault wrote:

Thanks Stephan,
  could you indicate me another way to upload files ?
  
  Stéphane

- Message d'origine 
De : Stephan Richter [EMAIL PROTECTED]
À : zope3-users@zope.org; Stéphane Brault [EMAIL PROTECTED]
Envoyé le : Jeudi, 1 Juin 2006, 2h53mn 32s
Objet : Re: [Zope3-Users] Uploading files

On Tuesday 30 May 2006 09:30, Stéphane Brault wrote:
  

 for my application I mainly use sqlos and jsonserver, which means that I
don't use much standard Zope components, I need to let users upload a file
which I parse to update the database. I don't see how to upload files with
AJAX. Is there a way or should I go another way. I must say I don't know
how to do it the standard way.



While I hate AJAX with a passion, you could certainly do this. If JS has a way 
to access a local file once it has been selected, then you can use the 
XmlHttpRequest class to PUT the file on the server, for example. I certainly 
would not use JSON for this task.

Regards,
Stephan
  

You cannot upload file directly in javascript, because it can't reach
the file system to get the file (it's all about security)

the recipe is to use an IFrame in your form, to get back the hand into
the client,
then do what you need to do on client side while your file is beeing
uploaded.

What your precise use case ?

Tarek
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users