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

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