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

Markus Hennecke 6a6a71119b Merge branch 'lowdown' vor 3 Monaten
cgienv 3633465da7 Support separate obj directory for build vor 2 Jahren
doc 02d2b73a22 Add nginx/slowcgi configuration instructions vor 5 Jahren
sitemap 3633465da7 Support separate obj directory for build vor 2 Jahren
.gitignore 3633465da7 Support separate obj directory for build vor 2 Jahren
Makefile c9fd5bd121 Create config.mk file with CMS_HTROOT variable set to htdocs root vor 4 Jahren
buffer.c d1f02708fe Don't handle string buffers differently vor 4 Jahren
buffer.h ad8ce7e19e Using uint* types requires stdint.h header vor 6 Jahren
cms.c ceba6787b5 Add missing copyright notice vor 2 Jahren
cmsconfig.mk c9fd5bd121 Create config.mk file with CMS_HTROOT variable set to htdocs root vor 4 Jahren
filehelper.c fded287d02 Add lowdown parser vor 4 Jahren
filehelper.h da9d2c6fa3 Unify ifndef guards in header files. vor 6 Jahren
handler.c d80080737a Actually decode parameters in place after creating them vor 4 Jahren
handler.h fded287d02 Add lowdown parser vor 4 Jahren
helper.c 3067b38ff5 Use C99 designated initializers to init lowdown_opts struct vor 4 Jahren
helper.h fded287d02 Add lowdown parser vor 4 Jahren
htpasswd.c cb33e9a08a Add session management and login support vor 6 Jahren
htpasswd.h cb33e9a08a Add session management and login support vor 6 Jahren
linklist.c 908f28da67 Implement a more sane memmap_chomp function vor 5 Jahren
session.c cb33e9a08a Add session management and login support vor 6 Jahren
session.h cb33e9a08a Add session management and login support vor 6 Jahren
sitemap.c cc027e683d Prepare for more restrictive warning flags vor 2 Jahren
sitemap.h cc027e683d Prepare for more restrictive warning flags vor 2 Jahren
template.c 6ed608a55c Enable calling tmpl_data_free() with NULL vor 6 Jahren
template.h da9d2c6fa3 Unify ifndef guards in header files. vor 6 Jahren
tmpl_parser.c d1f02708fe Don't handle string buffers differently vor 4 Jahren