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 година