SimplyHTML framework

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SimplyHTML framework

fschmidt
Administrator
Your criticism of Html.simply_html_page() as a framework is valid.  Something like this would be better:
function service()
	Io.stdout = Http.response.text_writer()
%>
<html>
	<head>
		<% Html.simply_html_head_top() %>
		<title>Hello</title>
	</head>
	<body>
		...
		Hello World
		...
		<% Html.simply_html_body_bottom() %>
	</body>
</html>
<%
end
Is this okay?
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: SimplyHTML framework

Hugo <Nabble>
We discussed this. It looks good, but you can make some small improvements.
Reply | Threaded
Open this post in threaded view
|

Re: SimplyHTML framework

fschmidt
Administrator
done in rev 2f5cc9c2cbf0, closing thread
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture