[Zope] A query
Casey Duncan
casey@zope.com
Mon, 22 Apr 2002 09:32:31 -0600
Zope is a web application server. It allows you to write Javascript for
client browsers just as you can using other such tools. It does not,
however execute Javascript on the server.
Server-side scripting is done using Python and less commonly nowadays,
DTML. Templating of web pages is done using Zope page templates (ZPT)
and DTML (an older templating language). You can certainly put
javascript into pages using either templating system, but it will be
executed on the client and not the server.
hth,
-Casey
ALOK WHIG wrote:
> Does it support Javascript ?
>
>
> ----- Original Message -----
> From: Casey Duncan <casey@zope.com>
> To: ALOK WHIG <awhig@del2.vsnl.net.in>
> Cc: <zope@zope.org>
> Sent: Thursday, April 11, 2002 9:56 PM
> Subject: Re: [Zope] A query
>
>
>
>>Do you mean computer or human languages?
>>
>>If you mean computer languages then:
>>
>>Python natively
>>Perl as an add on
>>
>>Zope iself is written largely in Python with low level bits coded in C.
>>
>>hth,
>>
>>Casey
>>
>>ALOK WHIG wrote:
>>
>>>
>>>
>>>Hello .
>>>
>>>I came across your product " Zope" and downloaded
>>>
>>>it win32 version . Though i haven't used it yet . I want
>>>
>>>to know what languages does this App. server support .
>>>
>>>
>>>
>>>Thank you .
>>>
>>>
>>>
>>>sincerely yours
>>>
>>>alok
>>>
>>>
>>
>>
>