public
Description: Simple blogging engine for my personal use, written in C. Yes, C.
Homepage: http://timothylive.net/
Clone URL: git://github.com/highwind/clog.git
clog /
name age message
file Makefile Wed Oct 28 21:11:59 -0700 2009 atom feed added content and fixed time format [Timothy Kim]
file README Thu May 14 18:49:51 -0700 2009 comment functions.. i think --;; [highwind]
file atom.ct Thu Nov 05 17:57:05 -0800 2009 printf modifiers now can have parameters, see d... [Timothy Kim]
file clog.c Thu Nov 05 17:57:05 -0800 2009 printf modifiers now can have parameters, see d... [Timothy Kim]
file clog.h Thu Nov 05 17:57:05 -0800 2009 printf modifiers now can have parameters, see d... [Timothy Kim]
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 Thu Nov 05 17:57:05 -0800 2009 printf modifiers now can have parameters, see d... [Timothy Kim]
file hash.h Thu Nov 05 17:57:05 -0800 2009 printf modifiers now can have parameters, see d... [Timothy Kim]
file html.ct Thu Jun 11 12:36:21 -0700 2009 LOT cleaner and REUSEABLE! template engine [Timothy Kim]
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 Thu Jun 11 13:28:57 -0700 2009 comment json generator done [Timothy Kim]
file main.c Thu Nov 05 17:57:05 -0800 2009 printf modifiers now can have parameters, see d... [Timothy Kim]
file rss.ct Thu Apr 16 00:44:07 -0700 2009 Added two more templates: json, rss. Handling o... [highwind]
file test.c Mon Oct 26 11:16:36 -0700 2009 testing script string compair warning fixed [Timothy Kim]
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...