what's the right tool for text file templates?

Larry White ljw1001 at gmail.com
Tue Nov 29 15:59:02 UTC 2005


I've found references to SSP (Squeak Server Pages) in the sqeak map - the
latest is for version 3.2 and the links are broken.  Are there any alternate
repositories for squeak archieves?  Any other ideas on where I might get
this code?

On 11/29/05, Cees De Groot <cdegroot at gmail.com> wrote:
>
> You'll have to dig a bit, but some years ago an SSP implementation by
> (IIRC) Stephen Pair did just that. I think it was simple and flexible
> enough to be used not just for webpages..
>
> On 11/29/05, Larry White <ljw1001 at gmail.com> wrote:
> > I want to be able to read a text file and have it programmatically
> perform
> > substitution on some of the text.
> >
> >  The requirement is for something akin to "smalltalk server pages"
> although
> > this isn't for a web app.
> >
> >  I just want to be able to read a file containing the text "Hello,
> <%name%>.
> >  Welcome to my world." and have it return as a string
> >  "Hello, Joe.  Welcome to my world."
> >
> >  Is this functionality available in squeak somewhere, perhaps as part of
> a
> > web server framework?
> >
> >  thanks.
> >
> >
> >
> >
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20051129/d58c343a/attachment.htm


More information about the Squeak-dev mailing list