Changed the rendering code for templating output
authorHarishankar <v.harishankar@gmail.com>
Tue, 19 May 2020 14:47:38 +0000 (20:17 +0530)
committerHarishankar <v.harishankar@gmail.com>
Tue, 19 May 2020 14:47:38 +0000 (20:17 +0530)
commitfe9a0fef0b31ee3b94b3e73b7e319087a49a3054
treeacaf37ebdbae01d145a8e68a479bd34d5b65aae9
parentb6425f960a30045333fb2ef531832a0b5858200d
Changed the rendering code for templating output
Changed from the C sprintf to using library libfmt::format in C++
to use named parameters in the template. NOTE: This means the
template file cannot contain any { or } other than the template
variables otherwise it screws up. So moved the CSS stylesheet to its
own template
13 files changed:
CMakeLists.txt
biawebdoclist.hpp
biawebdocument.hpp
biawebdocumenttree.hpp
biawebsidebar.hpp
biawebstrings.hpp
templates/doclist.tpl.html
templates/doclistitem.tpl.html
templates/main.tpl.html
templates/sidebar.tpl.html
templates/sidebaritem.tpl.html
templates/sidebarlinkitem.tpl.html
templates/style.tpl.css [new file with mode: 0644]