highwind / clog

Simple blogging engine for my personal use, written in C. Yes, C.

This URL has Read+Write access

Timothy Kim (author)
Mon Oct 26 11:16:36 -0700 2009
commit  60f88b469ba87520e6b4c8a044e9c347442b15c1
tree    6537af7e93faf336685db46e61c23e887b51d95b
parent  637801539673650cb85ced3e1fddd0b1da4e2f90
clog /
name age message
file Makefile Loading commit data...
file README Thu May 14 18:49:51 -0700 2009 comment functions.. i think --;; [highwind]
file clog.c
file clog.h
file db.c Wed Apr 22 12:36:20 -0700 2009 removed unused variables, and casted time_t to int [highwind]
file db.h Wed Apr 22 00:34:54 -0700 2009 - added comments [eungyu]
file hash.c
file hash.h
file html.ct
file init_db.sql Wed May 20 15:59:36 -0700 2009 hash table done, working on templating [Timothy Kim]
file json.ct Thu Apr 16 00:44:07 -0700 2009 Added two more templates: json, rss. Handling o... [highwind]
file json_comments.ct
file main.c
file rss.ct Thu Apr 16 00:44:07 -0700 2009 Added two more templates: json, rss. Handling o... [highwind]
file test.c
file test.db Thu Apr 23 14:24:43 -0700 2009 SQLite handles the c_time now. Added comment ta... [highwind]
file xmlrpc.c Wed Apr 22 11:45:24 -0700 2009 - tested xmlrpc, added GET queries for sing entry [highwind]
README
This is a simple blogging engine for my personal page in C. Yes, C.

License: none. The code is under only TRUE free "license", public domain.

DEMO:

http://kgfamily.com/cgi-bin/clog --> html
http://kgfamily.com/cgi-bin/clog?format=json --> json
http://kgfamily.com/cgi-bin/clog?format=rss --> rss


TODO:

1. Block SQL injection
2. Add reddit style html formatting
3. Add a nice str_replace() function

N. ... many more...