This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Timothy Kim (author)
Thu Nov 05 17:57:05 -0800 2009
clog /
| name | age | message | |
|---|---|---|---|
| |
Makefile | Wed Oct 28 21:11:59 -0700 2009 | |
| |
README | Thu May 14 18:49:51 -0700 2009 | |
| |
atom.ct | Thu Nov 05 17:57:05 -0800 2009 | |
| |
clog.c | Thu Nov 05 17:57:05 -0800 2009 | |
| |
clog.h | Thu Nov 05 17:57:05 -0800 2009 | |
| |
db.c | Wed Apr 22 12:36:20 -0700 2009 | |
| |
db.h | Wed Apr 22 00:34:54 -0700 2009 | |
| |
hash.c | Thu Nov 05 17:57:05 -0800 2009 | |
| |
hash.h | Thu Nov 05 17:57:05 -0800 2009 | |
| |
html.ct | Thu Jun 11 12:36:21 -0700 2009 | |
| |
init_db.sql | Wed May 20 15:59:36 -0700 2009 | |
| |
json.ct | Thu Apr 16 00:44:07 -0700 2009 | |
| |
json_comments.ct | Thu Jun 11 13:28:57 -0700 2009 | |
| |
main.c | Thu Nov 05 17:57:05 -0800 2009 | |
| |
rss.ct | Thu Apr 16 00:44:07 -0700 2009 | |
| |
test.c | Mon Oct 26 11:16:36 -0700 2009 | |
| |
test.db | Thu Apr 23 14:24:43 -0700 2009 | |
| |
xmlrpc.c | Wed Apr 22 11:45:24 -0700 2009 |
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...







