Dynamicly generated websites in Erlang
Chris Pressey
cpressey@REDACTED
Wed Mar 28 20:17:37 CEST 2001
J Scott Jaderholm wrote:
> What options are there for dynamically generating websites in erlang?
> I'm using INETS webserver right now, but it only serves static pages
> afaik. I'd like to be able to generate different pages based on
> 1) a template file [...]
> I may not need the template feature, but that's what I've used in the
> past (with IMHO and Common Lisp).
Assuming you can coerce INETS into doing what you want, you might want
to check out Joe Armstrong's EHTML contribution as a solution for your
template feature. It allows you to define new HTML tags, and to embed
Erlang directly in the template.
_chris
--
"Ten short days ago all I could look forward to was a dead-end job as a
engineer. Now I have a promising future and make really big Zorkmids."
Chris Pressey, Cat's Eye Technologies, http://www.catseye.mb.ca/
Esoteric Topics Mailing List: http://www.catseye.mb.ca/list.html
More information about the erlang-questions
mailing list