For many years I was running a BLog using a modified WordPress which I kept up to date by the way of the SVN vendor branches method. For various reasons I got tired with WordPress and I began to search for a substitute. My BLog needs nothing special. Because of the GDPR, I turned off already the commentary facility of WordPress, and since the beginning, I preferred not to use the various WP media tools, but copy any media directly into the respective directory on the web server. Actually my BLog is a kind of a Web Diary and I want it in that way and I don't need/want all the bells and whistles.
In my search, I stumbled across Anthony Blackshaw's ContentTools. And by exploring the demo page, I was immediately amazed by the elegance and simplicity of editing in a WYSIWYG manner the actual website, instead of needing to enter into a special editor on the admin page of WP for managing my content. So, I wanted the ContentTools for my new BLog.
However, the ContentTools form only the frontend, i.e. the JavaScript programs which run in the users browser. The backend, i.e. the server side storage engine needs to be provided by separate means.
A month ago, I started working on an extensible FastCGI Daemon written in C and Obejctive-C for FreeBSD and macOS - I named it ContentCGI and I made it available on GitHub under a BSD license. It became ready for prime time now. My new BLog is up and running and I already moved some old articles from the old WP system to the new one. The last article is exactly about how to employ the ContentTools/ContentCGI combo for a Web Diary style of BLog – see: The new Obsigna BLog authored with the ContentTools backed by the ContentCGI
On GitHub as well as in said BLog article you'll find installation instructions for FreeBSD (out of the box, this won't run on Linux, they would need to do a port :-D)
In case you need only a minor subset of the CMS power horses like WordPress or Drupal, you might want to have a look. If you need a commentary area, media management, RSS feeds, etc. p.p., then please ignore the ContentCGI.
In my search, I stumbled across Anthony Blackshaw's ContentTools. And by exploring the demo page, I was immediately amazed by the elegance and simplicity of editing in a WYSIWYG manner the actual website, instead of needing to enter into a special editor on the admin page of WP for managing my content. So, I wanted the ContentTools for my new BLog.
However, the ContentTools form only the frontend, i.e. the JavaScript programs which run in the users browser. The backend, i.e. the server side storage engine needs to be provided by separate means.
A month ago, I started working on an extensible FastCGI Daemon written in C and Obejctive-C for FreeBSD and macOS - I named it ContentCGI and I made it available on GitHub under a BSD license. It became ready for prime time now. My new BLog is up and running and I already moved some old articles from the old WP system to the new one. The last article is exactly about how to employ the ContentTools/ContentCGI combo for a Web Diary style of BLog – see: The new Obsigna BLog authored with the ContentTools backed by the ContentCGI
On GitHub as well as in said BLog article you'll find installation instructions for FreeBSD (out of the box, this won't run on Linux, they would need to do a port :-D)
In case you need only a minor subset of the CMS power horses like WordPress or Drupal, you might want to have a look. If you need a commentary area, media management, RSS feeds, etc. p.p., then please ignore the ContentCGI.