I envision a simple tcl web blog like
getbig.com forums, where name, posts, and like paginated threads just rest in files.
I thought that each file since text should be gziped before stored or displayed.
I mean I can do a basic wiki with like 4 html tags by hand.
p for text resizable
pre for lists and immutible text
a href for links
and img src for pics
This can't be THAT hard to wrap is a lil tcl and enable soem basic kinda web form for upload of a post.
Then the respond to post button would just open the form.
Seems simple but I never even did cgi apps b4 so can someone describe how this might work, maybe with wibble or wub?
Really basic simple app is goal.