aboutsummaryrefslogtreecommitdiff
path: root/src/ContentManager.hpp
Commit message (Collapse)AuthorAge
* Improved URI handling and redirection/routing.lns2021-10-21
| | | | | | | | * parse and process URI query strings * remove garbage slashes from URI path / sanitize * more template examples Signed-off-by: lns <matzeton@googlemail.com>
* Static file cache content module.Toni Uhlig2021-10-04
| | | | | | | * remove EVHTTP headers * magic/mime type support for virtual Filesystem Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added Markdown and Static content module.Toni Uhlig2021-10-01
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* CMS functionality works just find..minimal-working-exampleToni Uhlig2021-09-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Basic blog module.Toni Uhlig2021-06-20
| | | | | | EventManager, ContentManager Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Blog, Content, ContentManager skeleton!lns2021-05-06
|
* ContentManager / Filesystem classes as preparation for a SimpleBlog.Toni Uhlig2021-04-27
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>