[Zope3-Users] z3c.extfile and ZEO ?

2006-09-01 Thread Thierry Florac





 Hi,

I just discovered the z3c.extfile package that I'd like to use in my current Zope3 development.
My question is simple : what are the requirements to use this package in a ZEO context with several servers ?

Thanks for any advise,




 Thierry Florac
-- 



 Chef de projet intranet/internet
 Office National des Forts - Dpartement Informatique
 2, Avenue de Saint-Mand
 75570 PARIS Cedex 12
 Ml : [EMAIL PROTECTED]
 Tl. : +33 01.40.19.59.64
 Fax. : +33 01.40.19.59.85








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


Re: [Zope3-Users] Time for a Decimal field type in zope.schema?

2006-09-01 Thread Gary Poster


On Aug 31, 2006, at 9:56 PM, Darryl Cousins wrote:


Hi Marius,

Cheers. I don't have checkin rights so I'll leave it to you (or  
another)

if it considered is worthwhile.


Darryl, your decimal field changes would be welcome, as would a  
currency field.  Unfortunately, having one person check in another's  
work in the Zope repository has legal complications, and in fact, in  
this transition period to the ZF, only ZC has the right to check in  
another's work.  Generally, it is /much/ better for a contributor to  
check in his own work.


Would you be willing to become a contributor?  Until the ZF is in  
full swing, the following procedure is still available and has the  
least ambiguity (from http://www.zope.org/DevHome/Subversion/FrontPage):



ContributorIntroduction (http://www.zope.org/DevHome/Subversion/ 
ContributorIntroduction) gives background information on the  
approach. ContributorFAQ (http://www.zope.org/DevHome/Subversion/ 
ContributorFAQ) summarizes questions and answers. Finally, the Zope  
Contributor Agreement (http://www.zope.org/DevHome/Subversion/ 
Contributor.pdf) is the legal agreement that gets signed and returned.



For reference, once the ZF is in full swing, the relevant parallel  
documents are here: http://www.zopefoundation.org/


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


Re: [Zope3-Users] Time for a Decimal field type in zope.schema?

2006-09-01 Thread Darryl Cousins
Hi Gary,

Thanks for that. Yup, I'll follow up on your suggestion to become a
contributor. May help overcome lack of confidence and hone my abilities.

Coincidently I was working on Decimal and Currency today in building
views for CurrencyUtility. Decimal field needed a display widget -
UnicodeDisplayWidget didn't cut it because decimal.Decimal is security
proxied in views.

Code available at:
svn://svn.treefernwebservices.co.nz/var/svn/tfws.org.nz/trunk/src/tfws

In the meantime, copy paste it and say it's yours. ;-)

Sincere regards,
Darryl

On Fri, 2006-09-01 at 09:40 -0400, Gary Poster wrote:
 Darryl, your decimal field changes would be welcome, as would a  
 currency field.  Unfortunately, having one person check in another's  
 work in the Zope repository has legal complications, and in fact, in  
 this transition period to the ZF, only ZC has the right to check in  
 another's work.  Generally, it is /much/ better for a contributor to  
 check in his own work. 

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


[Zope3-Users] Creating entries via direct HTML links

2006-09-01 Thread stephen tan
I have created the following sql script in Zope 3.2.1

filename:  insert_sql
insert into ror(id, title, user_id, user_name) 
values(dtml-sqlvar id type=int,
dtml-sqlvar title type=string,
dtml-sqlvar user_id type=int,
dtml-sqlvar user_name type=string)

How can I insert values using direct HTML links?
http://localhost:port/insert_sql?id=234title=manageruser_id=345user_name=fred

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Zope3 PDF Searching and Indexing HOWTO

2006-09-01 Thread Fred Drake

On 9/1/06, Sreeram Raghav [EMAIL PROTECTED] wrote:

Since is Zope3 is still new and not much documentation exists on
certain topic, i have decided to compile a small, HOWTO on the top of
indexing and searching of PDF files in Zope3. I have been working on


Thanks for sharing!

More of the work needed to support indexing of various document types
has been done at this point.  It's worth trying out zope.mimetype +
zope.file + zc.index, all independent projects in the svn.zope.org
repository.

The indexing support is located in the zc.index package; it includes
support for PDF, RTF,  MS Word, OpenDocument, and plain text.

I don't know if anyone beyond ZC is using these packages at this time.
We'd welcome comments and improvements.


 -Fred

--
Fred L. Drake, Jr.fdrake at gmail.com
Every sin is the result of a collaboration. --Lucius Annaeus Seneca
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] crud/read example?

2006-09-01 Thread Robert Hicks

I was just wondering...

Robert

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