This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

advanced spagetti programming for athttpd jim tcl


Has anyone had any thoughts on how & whether to implement advanced
spagetti programming (.asp)
for athttpd jim tcl?

Today a .tcl file is a pure Tcl file that is executed and spits out
HTML. Instead I'd like to have
a HTML file that contains Tcl fragments.


Rough idea for a syntax of a ".tclp" file...

<html>
<body>
Hello <tcl>write_chunked "testabc"</tcl>
</body>
</html>

Seems straightforward enough to implement....

-- 
Øyvind Harboe
http://www.zylin.com - eCos ARM & FPGA  developer kit

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]