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

Markus Hennecke 6a6a71119b Merge branch 'lowdown' преди 3 месеца
cgienv 3633465da7 Support separate obj directory for build преди 2 години
doc 02d2b73a22 Add nginx/slowcgi configuration instructions преди 5 години
sitemap 3633465da7 Support separate obj directory for build преди 2 години
.gitignore 3633465da7 Support separate obj directory for build преди 2 години
Makefile c9fd5bd121 Create config.mk file with CMS_HTROOT variable set to htdocs root преди 4 години
buffer.c d1f02708fe Don't handle string buffers differently преди 4 години
buffer.h ad8ce7e19e Using uint* types requires stdint.h header преди 6 години
cms.c ceba6787b5 Add missing copyright notice преди 2 години
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 cc027e683d Prepare for more restrictive warning flags преди 2 години
sitemap.h cc027e683d Prepare for more restrictive warning flags преди 2 години
template.c 6ed608a55c Enable calling tmpl_data_free() with NULL преди 6 години
template.h da9d2c6fa3 Unify ifndef guards in header files. преди 6 години
tmpl_parser.c d1f02708fe Don't handle string buffers differently преди 4 години