Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

for a blog app, how just use files? can wub and files suffice? also howto gzip the files so that space is conserved?

12 views
Skip to first unread message

gavino_himself

unread,
Aug 16, 2012, 9:05:52 PM8/16/12
to
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.
0 new messages