highwind / clog

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

This URL has Read+Write access

clog / README
100644 23 lines (11 sloc) 0.429 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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...