[Zope-Annce] Grok 0.10.1 released!

2007-10-10 Thread Martijn Faassen
Hi there,

2007-10-10 - The Grok project is happy to release Grok 0.10.1! Grok
0.10.1 is a bugfix release of Grok, and the first outcome of the
Neanderthal Grok sprint that was hosted by GfU Cyrus in Cologne,
Germany, last week.

The sole aim of this release is to fix Grok's installation story.
Releases of Zope 3 components that Grok relied on had the tendency to
break Grok. Since Grok now uses a fixed list of versions it relies on,
this problem should now be solved. The grokproject tool has also been
updated to 0.6, and now automatically uses the version list feature.

To update grokproject to 0.6, please type the following:

 $ easy_install -U grokproject

For more information about this release, including instructions on how
to update existing buildouts to use the version list feature, see
here:

http://grok.zope.org/releaseinfo/readme.html

What is Grok?
-

Grok: now even cavemen can use Zope 3

Grok is a web application framework based on Zope 3 technology. Grok
aims to make Zope 3 technology more easy to use for beginners and
experienced developers alike.

More about Grok: http://grok.zope.org
___
Zope-Announce maillist  -  Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

  Zope-Announce for Announcements only - no discussions

(Related lists - 
 Users: http://mail.zope.org/mailman/listinfo/zope
 Developers: http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-dev] Zope Tests: 5 OK

2007-10-10 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Tue Oct  9 12:00:00 2007 UTC to Wed Oct 10 12:00:00 2007 UTC.
There were 5 messages: 5 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Tue Oct  9 20:53:54 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-October/008466.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Tue Oct  9 20:55:25 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-October/008467.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Tue Oct  9 20:56:55 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-October/008468.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Tue Oct  9 20:58:26 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-October/008469.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Tue Oct  9 20:59:56 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-October/008470.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope] Re: How to use Zope2 products in Zope3 ?

2007-10-10 Thread Max M

Andreas Jung skrev:



--On 10. Oktober 2007 15:05:31 +1000 Andrew Milton 
[EMAIL PROTECTED] wrote:



+---[ Andreas Jung ]--
|
|  Look at Philipp von Weitershausens Zope 3 Book or the Zope 3 Cockbock
|  by Stefan Richter.

I think you mean cookbook. d8)


ups :-)



I believe the cockbook is by Steven Rooster. A synonym for Charles Dickens.


--

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] How to use Zope2 products in Zope3 ?

2007-10-10 Thread Tim Nash
Jason,
 Great posts! I have written an application that uses extjs (also
works with AIR) as the javascript front end and  zope 2.10 as the
backend.I chose dtml over zpt because dtml is faster than zpt. The
extjs application scales better then either a zpt or a dtml
application because the majority of the user interface is written in
javascript code that can be cached by the webserver (and client).

Please keep us updated on your experience developing rich client
interfaces with zope 2 and 3. I am waiting for delivery of Philipp von
Weitershausen zope 3 book from Amazon. Hopefully I will be able to
share my zope 3/ rich client experience with you in the future.

Tim

On 10/9/07, Jason Cunliffe [EMAIL PROTECTED] wrote:
 Andreas Jung wrote:
 
  so how in Z3 does one do the equivalent of
  -- DTMLMethod
 
  There is also DTML support in Zope 3 but why do you need DTML???
 
 Maybe I don't need it... but there are lots of DTML examples out there,
 plus I have some things already working on Zope2 installation here. I'm
 in test/review/compare/learn cycle at the moment.
 Was hoping for some fast copy'n'paste between  versions. My main  effort
 will be in the userclient AS3.0 dev.. On the Zope side it's more about
 organizinng minimal pieces. IF I knew how, I'd love to write theentire
 ZMI in Flash. AS3.0 in Flex especially has great data binding. For
 example cool drag'n'drop trees with lovely E4X  syntax for XML.

 The site tree admin in ZMI could be as nice to use as the live flex
 examples in this drag'n'drop tree component article shows:
 tutorial
 http://www.adobe.com/devnet/flex/quickstart/working_with_tree/
 source
 http://www.adobe.com/devnet/flex/quickstart/working_with_tree/src/TreeDragTo/index.html

 Going further one can use AIR and have drag'n'drop access on the desktop
 Interfacing that to Zope3 would make the basis for a superb CMSWikiLog++


   AIR-to-Desktop Drag-and-Drop: Two Simple Utility Classes
   
 http://coenraets.org/blog/2007/06/air-to-desktop-drag-and-drop-two-simple-utility-classes/

 http://coenraets.org/blog/2007/06/air-to-desktop-drag-and-drop-two-simple-utility-classes/
 download demo
 http://coenraets.org/downloads/dragdrop.air

  -- PythonScript
  -- ExternalMethod
 
  Write a browser view.
 
 ok thanks..
 So now I'm googling for How to write a Zope3 browser view?
 Wondering has anyone done this already.. seems like it must be basic to
 using Zope3
 lots more to learn
 Any suggestions where best to learn how to do this?
 Has anyone written a glossary for Zope 3 concepts  terminology for Zope
 2 users?

 Jason
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] searching with foreign characters in the ZCatalog

2007-10-10 Thread Andreas Jung



--On 10. Oktober 2007 15:42:05 -0400 Wohnlich, Eric (IMS) 
[EMAIL PROTECTED] wrote:



As far as I can tell, using any of the default index types that come with
Zope 2 (FieldIndex, TextIndex, whatever) if you do a search for Jurgen
it will not match Jürgen.  In my opinion, this is correct - Jurgen
is spelled incorrectly.  However, I am having some clients push hard to
have it behave differently.  From what I've looked at, I haven't seen a
way to make FieldIndex ignore or somehow manipulate special characters,
nor have I seen any products that provide a new index type to
specifically deal with this.  Does anyone know if there is something out
there to help with this?


Look at TextIndexNG3 and its normalization support.

-aj

pgpyY1inWuI6P.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] How can I get graph statistics

2007-10-10 Thread Jonathan Salazar Santos
I am wondering if..., ¿Could some body tell me (help me) how to do graph
statistics on the fly with DTML or python?
I need to create reports with statistics on the fly.

Some howto... I will apreciate, thanks in advance.

-- 
Jonathan Salazar
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] How can I get graph statistics

2007-10-10 Thread Andreas Jung



--On 10. Oktober 2007 23:32:46 -0500 Jonathan Salazar Santos 
[EMAIL PROTECTED] wrote:



I am wondering if..., ¿Could some body tell me (help me) how to do graph
statistics on the fly with DTML or python?
I need to create reports with statistics on the fly.


Use Gnuplot + PyGnuplot module.

-aj

pgpVyWo1k0FRN.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )