Plain C implementation of a CMS system providing template handling and mark down rendering.

Markus Hennecke 3dfb567887 Support separate obj directory for build před 3 roky
cgienv 3dfb567887 Support separate obj directory for build před 3 roky
doc 02d2b73a22 Add nginx/slowcgi configuration instructions před 5 roky
sitemap 3dfb567887 Support separate obj directory for build před 3 roky
.gitignore 3dfb567887 Support separate obj directory for build před 3 roky
Makefile c9fd5bd121 Create config.mk file with CMS_HTROOT variable set to htdocs root před 4 roky
buffer.c d944de36e8 Don't handle string buffers differently před 4 roky
buffer.h ad8ce7e19e Using uint* types requires stdint.h header před 6 roky
cms.c 589608e989 Rename main CGI program to cms před 6 roky
cmsconfig.mk c9fd5bd121 Create config.mk file with CMS_HTROOT variable set to htdocs root před 4 roky
filehelper.c fded287d02 Add lowdown parser před 4 roky
filehelper.h da9d2c6fa3 Unify ifndef guards in header files. před 6 roky
handler.c d80080737a Actually decode parameters in place after creating them před 4 roky
handler.h fded287d02 Add lowdown parser před 4 roky
helper.c 3067b38ff5 Use C99 designated initializers to init lowdown_opts struct před 4 roky
helper.h fded287d02 Add lowdown parser před 4 roky
htpasswd.c cb33e9a08a Add session management and login support před 6 roky
htpasswd.h cb33e9a08a Add session management and login support před 6 roky
linklist.c 908f28da67 Implement a more sane memmap_chomp function před 5 roky
session.c cb33e9a08a Add session management and login support před 6 roky
session.h cb33e9a08a Add session management and login support před 6 roky
sitemap.c c943fe6827 Fix sitemap.xml schema namespace spelling error před 5 roky
sitemap.h da9d2c6fa3 Unify ifndef guards in header files. před 6 roky
template.c 6ed608a55c Enable calling tmpl_data_free() with NULL před 6 roky
template.h da9d2c6fa3 Unify ifndef guards in header files. před 6 roky
tmpl_parser.c d944de36e8 Don't handle string buffers differently před 4 roky