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

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