Go to file
S David 4835883587
Some checks failed
buildbot/mdml-cgi-freebsd-jail-builder Build done.
buildbot/mdml-cgi-darwin-macos-builder Build done.
buildbot/mdml-cgi-linux-podman-builder Build done.
Add CgIApplication class to main() function & fix bugs.
Close #22 - Fix mdml-cgi build so it uses the correct .cpp
implementation.
Close #21 - Fix issue where std::exception is used to create
mdml::exception in CgiApplication class when REQUEST_URI is missing
Close #20 - Implement CgiApplicaiton CGI request handler in mdml-cgi
2023-11-24 11:42:30 -05:00
apps Add CgIApplication class to main() function & fix bugs. 2023-11-24 11:42:30 -05:00
data Implement MarkdownRouteHandler text HTML template text substitution 2023-11-18 08:10:03 -05:00
editorconfig Add unit testing functionality to local.vimrc 2023-10-26 21:07:09 -04:00
include Add CgIApplication class to main() function & fix bugs. 2023-11-24 11:42:30 -05:00
src Add CgIApplication class to main() function & fix bugs. 2023-11-24 11:42:30 -05:00
tests Implement MarkdownRouteHandler text HTML template text substitution 2023-11-18 08:10:03 -05:00
.clang-format Fix: .clang-format listed the same key twice 2023-09-24 07:21:02 -04:00
.gitattributes Update .gitattributes 2023-11-21 14:40:35 +00:00
.gitignore Work #8 - Exception class with stack tracing support 2023-10-09 23:13:56 -04:00
Catch2.LICENSE Add Catch2 dependency copyright info 2023-11-21 14:26:51 +00:00
CMakeLists.txt Add pkg-config support for cmark in release builds 2023-11-21 16:15:12 -05:00
cmark.COPYING Add copyright information for dependency, 'cmark' 2023-11-21 14:26:51 +00:00
LICENSE Initial commit 2023-08-31 23:52:00 +00:00
README.md Initial commit 2023-08-31 23:52:00 +00:00

mdml-cgi