[Zope-dev] ZPatterns

2000-10-30 Thread Loibl Johann

Hi,

I have trouble to install ZPatterns. I don't understand the following:

After unpacking the ZPatterns product, you will need to build this extension
  using the included 'Setup' file in the ZPatterns directory.  If you are not
  building ZPatterns in the lib/python/Products directory of your Zope
  installation, you will need to edit the 'Setup' file to reflect the correct
  paths to the include files it wants.  Please follow the standard procedures
  for building a Python module on your platform.  (On Unix-ish systems, this
  usually consists of copying a 'Makefile.pre.in' to the directory, then doing a 
  'make -f Makefile.pre.in boot' followed by 'make'.

How to do on a WinNT System?

Thanks, Hannes

-
   Siemens AG, Zentralbereich Personal
  S I E M E N S Qualifizierung und Training (SQT ELS IS)
   Elektronische Wissens- und Lernsysteme
-
 Johann Loibl  
  Internet Solutions  SQT ELS IS
  Siemens AG, D-81541 Muenchen, St.-Martin-Strasse 76 

  EMail: [EMAIL PROTECTED]
  Phone: +49-89-636-43487
  Mobile: 0174-480-97-55  
  Fax: +49-89-636-81748   
-




___
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 )




[Zope-dev] How to use methods in a deeper folder?

2000-10-26 Thread Loibl Johann

Hi,

I would like to use a SQL-Method which exists in a deeper folder;

e.g. 

in dtml-Method  /eins/zwei/index_html  there exists 

dtml-in "/eins/zwei/drei/sqlMethod"
  dtml-var something
/dtml-in

and my sqlMethod is situated in folder /eins/zwei/drei/

Why  doesn't this work?

Could someone give me a helping hand?

Cheers, Hannes

___
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 )




[Zope-dev] Zope Error: You are not authorized to access this resource

2000-10-25 Thread Loibl Johann

Hi,

do anyone know how to generate my own error message if there is a authorization 
problem? The standard_error_message.html do not influence the response from zope.

Thanks, Hannes 


___
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 )




[Zope] Where is the difference between URL0 and BASE3

2000-10-10 Thread Loibl Johann

Hi together,

Could someone tell me where is the difference between
URL0 and BASE3 or 
URL1 and BASE2 ...

Thanks for your helping hand, Hannes



___
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-dev] automatical login procedure

2000-10-06 Thread Loibl Johann

Hi,
now I know how to generate a user in the acl_user folder via 
dtml-var  "acl_users.manage_users('Add',REQUEST,RESPONSE)"

Now, how to login a user automatically via DTML?

Thanks to all readers and perhaps writers :-)

___
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 )




[Zope-dev] How to add a SessionID to each page

2000-10-04 Thread Loibl Johann

Hi,
I would like to add a SessionID at the end of each requested URL because I would like 
to know which pages were requested by one user in one session.
For example like AMAZON does it:
www.amazon.com/books?SessionID=123456 http://www.amazon.com/books?SessionID=123456 
My problem: 
There are to many pages belonging to my homepage that I can't rewrite each link like: 
a href="next_page?SessionID=dtml-var SessionID"next_page/a

Also I tried to pass a SessionID with the help of SiteAccess but a automatic insertion 
of a random ID doesn't work at my machine.

Could anyone give me please a helping hand?  
(Also, excuse my English)

Thanks, Hannes

___
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 )