Bolot Kerimbaev wrote:
> 
> I'm getting back to these... Among other issues is naming. What shall they
> be named? Squeak Server Pages (SSP)? Active Squeak Pages (ASP)?

I like the name SSP.  Calling it ASP might be confusing.  Unfortunately,
I don't know ASP or PHP (just a little bit of ZOPE) good enough to
common on this but Kendall's suggestion sounds reasonable.  At the
moment, it's not as easy to use as I'd like to do. Especially

<? stream nextPutAll: (whatever) ?>

is ugly.  I already hacked this to allow

<? whatever ?>

whose printString is then inserted into the HTML code but that's also
not the best solution as this now forbid manipulations to the data model
which shall not show up.

> Now, more importantly, is anybody interested in ASP/PHP3 kind of
> functionality? You can volunteer to implement that stuff, or wait for me to
> finish what comes before ASP/PHP3.

>From ZOPE I like the way you can define repeating macros:

<dtml-in>
   <td> <dtml-var nam> </td>
</dtml-in>


bye
-- 
Stefan Matthias Aust             Projektleiter/Softwareentwicklung
Baltic Online Computer GmbH,    Alter Markt 1-2,        24103 Kiel
Fon: +49 (0) 431-54003-0 Fax: -99      http://www.baltic-online.de

Reply via email to