Updated 2007-05-07 06:54:19 by LGT

This page deals with a small modification of mypage.tcl and .tml file from TclHttpd.

I've modified it (2007/02) to fit my need as I wish to have my home page, css styled, looks like Sveinbjorn home page [1].

Here is the diff output on custom/mypage.tcl
 G3:~/tclhttpd3.5.1/custom G3$ diff mypage.tcl-original mypage.tcl
 41c41
 <
 ---
 >     append html [html::openTag "div" "class=\"content\""]
 101a102
 >     append html [::html::closeTag]

And the diff output on htdocs/.tml
 G3:~/tclhttpd3.5.1/htdocs G3$ diff tml-original .tml
 46a47,48
 > html::headTag "link rel=\"stylesheet\" href=\"/styles/dynamic.css\" "
 >

The resulting home page is here : http://82.233.123.196/

LGT