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

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