Full path var on Zope.org login link (Ethan!)?
What DTML-VAR do they use on Zope.org to populate the came_from variable for the 'login' link? I have used dtml-var absulute_url but it does not seem to return the full path 'http://www.thedomain.com/folder/page.html' Any help would be great. Thanks, J
hi everyone, i want to publish my html files directly from frontpage2000. how can i do this. i tried to use 'web publish' and gave ftp://localhost:8021 as the sitename but frontpage was not able to connect to it. btw i am running zope on win2000. otherwise i have heard about webdav support in zope, how do use webdav from frontpage. the frontapge and zope are on the same system. please help. thanks for any tips. Rajil Saraswat
Hi Rajil, I doubt that you will be able to use frontpage as an editor, sorry. frontpage is a standalone webpage design program that cannot write dtml sources, nor is it aware of zope objects. If you publish files via ftp on port 8021 you will *probably* create simple dtml-documents when publishing these documents. You will *porbably* *never* be able to create a database adapter or a squishdot site when using any external editor. Furthermore will you *probably* not be able to take full advantage of the benefits of dtml-methods and dtml-var and dtml-with statements in your own webpages. Zope has its own web based editing "tools". **But** since you are running windows please do chack out the following options you have: The product ZopeFish http://www.zope.org/Members/ddb/ZopeFish together (!) with the pike editor: http://pikebeta.userland.com/ or alternatively your ie5 with the product ZIE: http://www.zope.org/Members/johanc/ZIE Both products use the XMLRPC interface to talk to Zope (as far as I understood this). They should be both fully (I doubt it) aware of the products and features ... Hope that help, Holger Am Don, 27 Jul 2000 schrieb Rajil Saraswat:
hi everyone, i want to publish my html files directly from frontpage2000. how can i do this. i tried to use 'web publish' and gave ftp://localhost:8021 as the sitename but frontpage was not able to connect to it. btw i am running zope on win2000. otherwise i have heard about webdav support in zope, how do use webdav from frontpage. the frontapge and zope are on the same system. please help. thanks for any tips. Rajil Saraswat
_______________________________________________ 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 ) --
catWorkX GmbH Hamburg Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 40 890 646-0 Fax: +49 40 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
thanks for the information. But i also have zope installed on linux. are there web based editors(dtml aware) available for linux platform. Rajil Saraswat -----Original Message----- From: Holger Lehmann [mailto:lehmann@catworkx.de] Sent: Friday, July 28, 2000 2:57 PM To: Rajil Saraswat; zope Subject: Re: [Zope] web publishing from frontpage/webdav support Hi Rajil, I doubt that you will be able to use frontpage as an editor, sorry. frontpage is a standalone webpage design program that cannot write dtml sources, nor is it aware of zope objects. If you publish files via ftp on port 8021 you will *probably* create simple dtml-documents when publishing these documents. You will *porbably* *never* be able to create a database adapter or a squishdot site when using any external editor. Furthermore will you *probably* not be able to take full advantage of the benefits of dtml-methods and dtml-var and dtml-with statements in your own webpages. Zope has its own web based editing "tools". **But** since you are running windows please do chack out the following options you have: The product ZopeFish http://www.zope.org/Members/ddb/ZopeFish together (!) with the pike editor: http://pikebeta.userland.com/ or alternatively your ie5 with the product ZIE: http://www.zope.org/Members/johanc/ZIE Both products use the XMLRPC interface to talk to Zope (as far as I understood this). They should be both fully (I doubt it) aware of the products and features ... Hope that help, Holger Am Don, 27 Jul 2000 schrieb Rajil Saraswat:
hi everyone, i want to publish my html files directly from frontpage2000. how can i do this. i tried to use 'web publish' and gave ftp://localhost:8021 as the sitename but frontpage was not able to connect to it. btw i am running zope on win2000. otherwise i have heard about webdav support in zope, how do use webdav from frontpage. the frontapge and zope are on the same system. please help. thanks for any tips. Rajil Saraswat
_______________________________________________ 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 ) --
catWorkX GmbH Hamburg Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 40 890 646-0 Fax: +49 40 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
"J. Atwood" wrote:
What DTML-VAR do they use on Zope.org to populate the came_from variable for the 'login' link?
http://www.zope.org/standard_html_header/view_source &dtml-URL0; :-) -- ethan mindlace fremen Zopatista Community Liason Abnegate I!
ethan mindlace fremen wrote:
"J. Atwood" wrote:
What DTML-VAR do they use on Zope.org to populate the came_from variable for the 'login' link?
http://www.zope.org/standard_html_header/view_source
&dtml-URL0;
Note that if you have any variables in your URL, this won't work. You have to do: <dtml-var URL0><dtml-if QUERY_STRING>?<dtml-var QUERY_STRING></dtml-if> -- Nick Garcia | ngarcia@codeit.com CodeIt Computing | http://codeit.com
Probably HTTP-REFERRER if you don't want look at the source. "J. Atwood" wrote:
What DTML-VAR do they use on Zope.org to populate the came_from variable for the 'login' link?
I have used dtml-var absulute_url but it does not seem to return the full path 'http://www.thedomain.com/folder/page.html'
Any help would be great.
Thanks, J
_______________________________________________ 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 )
participants (6)
-
ethan mindlace fremen -
Holger Lehmann -
J. Atwood -
Kapil Thangavelu -
Nick Garcia -
Rajil Saraswat