topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 8:06 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: blogcpp: Static blogging in C++17  (Read 30920 times)

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Re: blogcpp: Static blogging in C++17
« Reply #25 on: July 21, 2018, 04:03 PM »
I found a major threading problem in BlogC++'s NLTemplate templating engine. Now it turned out that the original author (and all forks which might have fixed it) have disappeared from GitHub entirely, for reasons yet unknown.

So I decided that BlogC++ version 9 - to be released some time in 2018, I guess - will come with inja which accidentally also fixes one of the other problems I had, namely the lack of support for if blocks in my templates. Hooray! Time to work.  :D

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Re: blogcpp: Static blogging in C++17
« Reply #26 on: July 22, 2018, 12:12 PM »
Done - and I even added a new theme, roughly imitating werc.

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Re: blogcpp: Static blogging in C++17
« Reply #27 on: November 10, 2018, 06:41 AM »
blogcpp version 9 is released.  :-[

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Re: blogcpp: Static blogging in C++17
« Reply #28 on: December 08, 2018, 03:39 PM »
A fellow bsdforen.de board member is currently working on a major rewrite, introducing even better Windows 10 and FreeBSD support as well as a bunch of crash fixes and, uhm... a change of almost everything. I am confused by the number of changes, honestly.  ;D

Maybe version 10 will be done without any work of my own.  :D

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Re: blogcpp: Static blogging in C++17
« Reply #29 on: January 26, 2020, 04:21 PM »
After one year of not doing anything with this software, I wanted to return to development. I wanted to fix a long-standing pagination issue. Turns out threading is broken, it stops working unexpectedly while trying to generate a site... :(

(I moved the code to my server with a GitHub mirror, but I cannot announce it on the site itself because of that. Well... lol, I guess.)