highwind / clog
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Tree:
60f88b4
Timothy Kim (author)
Mon Oct 26 11:16:36 -0700 2009
commit 60f88b469ba87520e6b4c8a044e9c347442b15c1
tree 6537af7e93faf336685db46e61c23e887b51d95b
parent 637801539673650cb85ced3e1fddd0b1da4e2f90
tree 6537af7e93faf336685db46e61c23e887b51d95b
parent 637801539673650cb85ced3e1fddd0b1da4e2f90
clog /
| name | age | message | |
|---|---|---|---|
| |
Makefile | ||
| |
README | Thu May 14 18:49:51 -0700 2009 | |
| |
clog.c | ||
| |
clog.h | ||
| |
db.c | Wed Apr 22 12:36:20 -0700 2009 | |
| |
db.h | Wed Apr 22 00:34:54 -0700 2009 | |
| |
hash.c | ||
| |
hash.h | ||
| |
html.ct | ||
| |
init_db.sql | Wed May 20 15:59:36 -0700 2009 | |
| |
json.ct | Thu Apr 16 00:44:07 -0700 2009 | |
| |
json_comments.ct | ||
| |
main.c | ||
| |
rss.ct | Thu Apr 16 00:44:07 -0700 2009 | |
| |
test.c | ||
| |
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...

