John Poltorak wrote:
[Zope] ASP Does Zope support pages using MS ASP?
The short answer is no, and don't hold your breath on it happening soon. Since Zope uses Python, and anything is technically possible in Python, there is a non-zero possibility of this, i.e, it is likely technically possible. But I think it it would take lots of money. Do you have special resources to make this happen? -Jim Washington
On Fri, Sep 17, 2004 at 09:54:28PM -0400, Jim Washington wrote:
John Poltorak wrote:
[Zope] ASP Does Zope support pages using MS ASP?
The short answer is no, and don't hold your breath on it happening soon.
The reason I ask is that I have copied a website written with FrontPage to an Apache server and certain pages do not display properly - they are sown as text, although they render fine if I copy everything to Zope. Someone suggested that Apache would not handle ASP pages, so I wondered if Zope did. It looks as though ASP is just a red herring in this case.
-Jim Washington
-- John
--On Samstag, 18. September 2004 9:36 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
On Fri, Sep 17, 2004 at 09:54:28PM -0400, Jim Washington wrote:
John Poltorak wrote:
[Zope] ASP Does Zope support pages using MS ASP?
The short answer is no, and don't hold your breath on it happening soon.
The reason I ask is that I have copied a website written with FrontPage to an Apache server and certain pages do not display properly - they are sown as text, although they render fine if I copy everything to Zope. Someone suggested that Apache would not handle ASP pages, so I wondered if Zope did. It looks as though ASP is just a red herring in this case.
Zope is (thanks god) not an ASP server. Zope uses DTML and Zope Page Templates. Read the Zope Book for details. -aj
On Sat, Sep 18, 2004 at 10:45:37AM +0200, Andreas Jung wrote:
--On Samstag, 18. September 2004 9:36 Uhr +0100 John Poltorak <jp@warpix.org> wrote:
Zope is (thanks god) not an ASP server. Zope uses DTML and Zope Page Templates.
I'm trying to serve existing pages rather than rewrite everything and thankfully Zope handles the ASP pages without any problem apart from being unable to handle some filenames.
-aj
-- John
Hi, Am Sa, den 18.09.2004 schrieb John Poltorak um 10:36:
On Fri, Sep 17, 2004 at 09:54:28PM -0400, Jim Washington wrote:
John Poltorak wrote:
[Zope] ASP Does Zope support pages using MS ASP?
The short answer is no, and don't hold your breath on it happening soon.
The reason I ask is that I have copied a website written with FrontPage to an Apache server and certain pages do not display properly - they are sown as text, although they render fine if I copy everything to Zope. Someone suggested that Apache would not handle ASP pages, so I wondered if Zope did. It looks as though ASP is just a red herring in this case.
Such a site is most of the time throw-away-code. Save the resources like plain html and images and write the little logic in python. Most operations are by far more easy in python anyway. When it comes from frontpage, you might want to (re-) write the HTML anyway ;) HTH Tino
participants (4)
-
Andreas Jung -
Jim Washington -
John Poltorak -
Tino Wildenhain