Quick Slide Show or Presentation on Zope
I am supposed to do a presentation on Zope for my co-workers. I was wondering if any of you have already done it and can you share it, Please. Thanks, Samy Rengasamy.
Hi: I found this useful to understand what zope is... hope it helps... http://www.bris.ac.uk/ISC/zope/zfest/zope/ Regards, Jorge M. Rengasamy, Samy wrote:
I am supposed to do a presentation on Zope for my co-workers. I was wondering if any of you have already done it and can you share it, Please.
Thanks,
Samy Rengasamy.
_______________________________________________ Zope maillist - Zope@zope.org 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 )
-- Jorge O. Martinez MIS Senior Associate eMediaMillWorks 1100 Mercantile Lane, Suite 119 Largo, MD 20774 E-mail => jmartinez@eMediaMillWorks.com Phone => (301)883-2482 ext. 105 Fax => (301)883-9754
Hello All, I am looking for some help in something I am trying to do. What I want is to present someone with a log-on page that will authenticate them against zope ID's and then redirec them to a page based on their ID. So basically something in terms of mr. john smith logs in to page www.xxxyyy.com/login.html When the system authenticates the login for jsmith it redirects him to a directory www.xxxyyy.com/somedir/jsmith/ Does someone know how to do this???? If you have some code and a detailed explenation it would be wonderful. Thank you Yury
Yury German writes:
.... When the system authenticates the login for jsmith it redirects him to a directory www.xxxyyy.com/somedir/jsmith/ Redirection is done with "RESPONSE.redirct(<absolute_url>)". Documented in the embedded online help: "Zope help" --> "API Reference" --> "Response".
Dieter
participants (4)
-
Dieter Maurer -
Jorge O. Martinez -
Rengasamy, Samy -
Yury German