Re: [Zope] ZDP:Search is bringing up DISNEY.GO.COM !!!Hacked??

2001-01-04 Thread Maik Röder

Hi !

Sven Hohage wrote:
 
 Hello,
 is the portal being hacked??
 When you search on zdp.zope.org you are led to .
 
 
 http://disney.go.com/park/homepage/today/flash/index.html?clk=1004398
 
 ...hmmh..better than PLAYBOY.COM

Mmmh well, now everyone stays on the ZDP site :-)

Best regards,

Maik Röder

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




Re: [Zope] Zope Projects in NL/Europe?

2001-01-03 Thread Maik Röder

Hi Jonathan !

Jonathan wrote:
 
 Hi all,
 
 Just wondering: are there any Zope projects are available in the
 Netherlands/Benelux/Europe? We did one last year but they seem hard to
 find. Are there commercial projects available or is Zope mostly used on
 internal projects? Is there any demand for Zope expertise around here?

Find out yourself at the EuroZopeCon on the LinuxExpo in Amsterdam
January 23-24 2001 ;-)

http://zdp.zope.org/projects/eurozope/events/linuxexpo2001

BTW: EuroZope is an initiative to better support Zope in Europe. The
main topic
right now is Internationalization and planning the next Zope events. 

http://www.eurozope.org

The purpose of EuroZope is to develop a central European Zope community
that is not only a meeting and information point for European Zope
developers,
but also a useful contact source for press, exhibition staff, editors,
magazines and other entities from Europe interested in Zope. The
EuroZope 
members goal is to publicize Zope throughout Europe by organizing press
releases, writing articles and organizing events. 

Best regards,

Maik Röder

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




Re: [Zope] user property sheets

2000-12-18 Thread Maik Röder

Hi Timothy !

Timothy Wilson wrote:
 
 Hey everyone,
 
 I'd like to make a product so that Zope users' contact info would be
 available on a "MemberBio" page whenever you click on a hyperlink of their
 name. The MemberBio page would also contain a form that could be used to
 send them email.

Look at the zdp.zope.org site. That's exactly what I did for 
the ZDP-Tools.
 
 I know there's been some discussion of property sheets for Zope users, but I
 don't know if this would be the correct approach. Should I create something
 totally separate, use property sheets, or some combination.

I am using a ZClass with property sheets.

 The advantage of
 a separate product is that the person wouldn't have to exist as an official
 Zope user to have a "MemberBio" page. Any advice?

Exactly.

Best regards,

Maik
 
 -Tim
 
 --
 Tim Wilson  | Visit Sibley online: | Check out:
 Henry Sibley HS | http://www.isd197.k12.mn.us/ | http://www.zope.org/
 W. St. Paul, MN |  | http://slashdot.org/
 [EMAIL PROTECTED] |   dtml-var pithy_quote | http://linux.com/
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )

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




Re: [Zope] namespace-problem

2000-12-12 Thread Maik Röder

Hi !

Alexander DePauli wrote:
 
 Hi everybody,
 
 what I want to do is fairly simple, but I've got a namespace problem:
 
 - via a form I want to add a new folder, add some properties to the new
 folder, then add a DTML document within the new folder.
 - whatever I try, the properties as well as the new document are added
 to the parent folder of the new folder instead of to the new folder.

This works for me:

dtml-var standard_html_header

dtml- call "manage_addFolder('my_folder2')"
dtml-with "_.getitem('my_folder2')"
   dtml-call "manage_addDocument('hhh')"
   dtml-call "manage_addProperty(id='bestand', value='3', type='int')"
/dtml-with

dtml-var standard_html_footer

Best regards,

Maik Röder

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




[Zope] Zope Internationalization Project

2000-12-07 Thread Maik Röder

Hello !


The EuroZope project ( http://zdp.zope.org/projects/eurozope )
is searching for Zope enthusiasts that are interested in Zope
Internationalization, and would like to join us in our effort 
to translate the Zope management interface into other languages.

The translation has already started, and you may look at
the following page for further information:

http://zdp.zope.org/projects/zi18n

We need translators, reviewers, and once we have finished that,
we also need people to test the zzlocale product with the translated
templates.

Best regards,

Maik Röder

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




Re: [Zope-dev] UML reverse engineering on ZClasses - I need somehelp

2000-11-29 Thread Maik Röder

Hi Philipp !

Philipp Auersperg wrote:
 
 generating zclasses out of an UML model should be possible and I want
 to implement it,
 but it has to be checked if all features of ZClasses have a match in
 UML and vice versa.

I'm not sure how PropertySheets and Views translate to UML.
 
 For example a method in UML can be generated as a DTML
 Method,PythonMethod,PythonScript,ZSQLMethod,PHPMethod,[otherLanguage]
 Method... and lots of other questions.

I would be happy with a generator that supports DTML generation at
first :-)

 this could be defined through stereotypes on the UML side, but that is still a big 
bunch of work.

Right.
 
 Before I go into generating zclasses I want to complete and publish the
 reverse engineering, therefor I want to clear some questions (see my original mail).

Consider me a beta tester,

Regards,

Maik Röder

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




Re: [Zope-dev] UML reverse engineering on ZClasses - I need somehelp

2000-11-28 Thread Maik Röder

Hi Joachim !

Joachim Schmitz wrote:
  I am currently developing a tool for reverse engineering
  ZClasses into UML using ObjectDomain and JPython.
 
  this tool connects directly to a Zope instance and queries
  the ZClass entities, methods and inheritance relations by
  calling a set of utility methods that I implemented as External methods.
 
  it works fine when reverse engineering ZClasses, their methods and inheritance 
relations.
 
  you can check out a sample result where I reversed a part of Maik Roeder's ZDP 
tools under
  http://zwork.bluedynamics.com/Tests/zdp/index.html
 
  If there is interest and time I'll document the reverse engineering tool and 
publish it on zope.org
 
 
 this is absolutly fantastic, great job Phil.
 If reverse engeneering is possible, also ZClass generation should be possible,
 or even better generate a python-product.

Generating ZClasses out of a model description is what I wanted to do
for a long
time, but I couldn't find someone to fund this. Generating a Python
product is
something that Eric Enge has done with his mkzproduct.
 
I haven't been using "SubObjects" in my ZDP-Tools, so Aggregation is
nowhere
defined, except implicitely.

Best regards,

Maik Röder

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




Re: [Zope] creating ZClass instances from an external method

2000-11-15 Thread Maik Röder

Hi Gary !

Gary Reynolds wrote:
 
 I have a need to do some creating of objects from python code.
 
 Am I correct in thinking that to add a new object, that is one of my
 products, I need to do something like:
 
   folder.manage_addProduct['ProductName'](id='foo', title='bar')
 
 I have sample code to create simple things like using
 manage_addDTMLMethod, etc, but nothing for a product.
 
 The way I've got my data stored is in a combination of dictionaries
 and lists... it was an ugly enough process to export it - now
 importing it seems worse.
 
 Any help would be appreciated.

You may want to export your data into an XML file and reimport
that. I will write an external method that creates a ZClass
for a tag and an attribute for a property. The code already 
works for creating Folders, so have a look at my XML2Zope external

method. http://www.zope.org/Members/roeder

I have written some related notes on my weblog:

http://uzopia.editthispage.com/2000/11/15

Best regards,

Maik Röder

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




Re: [Zope] Advanced search in ZCatalog

2000-11-13 Thread Maik Röder

Hi !

[EMAIL PROTECTED] wrote:
 
 Usually, I use an external method returning a string containing the text
 from all the fields I want to search on, and I index THAT field in the
 Catalog.  It works great!

Isn't that what PrincipiaSearchSource is used for ?

BTW: I know that PrincipiaSearchSource can be an external method, but
maybe someone knows whether it could also be a DTML Method ?

Regards,

Maik Röder

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




Re: [Zope] Please Tell Me...

2000-11-12 Thread Maik Röder

Hi Ben !

Ben Ocean wrote:
 
 Hi;
 I'm new. I can see Zope will help me on larger projects, but what if I want
 to allow the owner of a small Web site (under 200 pages) that I develop the
 ability to edit text and photos? Is this the right application, or is Zope
 overkill? 

It is just right.

 If so, any recommendations on a content manager?

Try the ZDP-Tools: http://www.zope.org/Members/roeder

Best regards,

Maik Röder

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