I'm getting back to these... Among other issues is naming. What shall they
be named? Squeak Server Pages (SSP)? Active Squeak Pages (ASP)?
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.
Here are things I'm adding to SSP/ASP:
- access form variables by name:
Hello, <?name?>!
- plus access to other vars (e.g., server IP, etc.)
- inlcudes (a-la actions for Swiki templates):
Today there were <?visitorCounter?> visitors
(unifying Swiki templates and SSP/ASPs)
Bolot