Search results for query: contentcgi

  1. O

    Can we have a 'basic html' interface to use with text mode browsers?

    ...equipment, e.g. interferometers. I would only need to add a respective plugin to the FCGI daemon on the BBB, which is based on my ContentCGI daemon - see: https://github.com/cyclaero/ContentCGI. With respect to the corrosion measurement/monitoring application I got a poster on my BLog as...
  2. Lamia

    Copying a Wordpress site

    I can't agree more. Has balanga taken a look at other authoring tools e.g. ContentTools/ContentCGI (https://obsigna.com/articles/1529528376.html). A flat file db should be a rational db/backend for a simple enterprise blog. There are a few other great pkgs - CMS - with flat file, nosql or...
  3. B

    Objective C outside of the Apple realm

    Thanks for your implement of base class. I know I could use Objc without any framework and could define my own base class but I didn't have the knowledge to do so. Since Objc doesn't have any standard library, in case you need cross platforms framework which helps life easier there's ObjFW, but...
  4. O

    Objective C outside of the Apple realm

    ...tools and daemons for FreeBSD I use mainly C, however, for some small, though important parts, I employed Objective-C. For example in my ContentCGI project, I use Objective-C for the request dispatcher in the various plugins. In scientific software also target to FreeBSD (not open source), I...
  5. O

    Project proposal, asking for co-developers and for comments

    I am the developer of sysutils/clone, sysutils/ipdbtools, dns/void-zones-tools and the FastCGI daemon ContentCGI (not in the ports yet), all BSD licensed and targeted to FreeBSD, all is also available on GitHub: https://github.com/cyclaero I want to start with a new project targeted to FreeBSD...
  6. O

    ContentTools and ContentCGI

    I don't need to look elsewhere anymore, I got the ContentTools/ContentCGI up and running, which do exactly WYSIWYG editing in the browser and produce static web pages.
  7. O

    ContentTools and ContentCGI

    ContentTools/ContentCGI do generate static web pages. The visitor sees only static html pages, except when a search is requested, in which case ContentCGI looks-up the search query in the previously generated Zettair index and generates a html page for presenting the results. Otherwise...
  8. O

    ContentTools and ContentCGI

    ...on my home server. This is an Atom board from 2010 with 2 Gbyte RAM. Intel(R) Atom(TM) CPU D510 @ 1.66GHz (1666.73-MHz K8-class CPU) ContentCGI should build on ARM and it uses much less resources than PHP+MySQL. For my old WordPress BLog, I was in need to limit MySQL to MyISAM (turn off...
  9. O

    ContentTools and ContentCGI

    ...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...
  10. M

    strlen splitflie and strcat

    ...program or script to certified thing off-line before sending the .css file to the web site visitors. Automation is the goal, then comes ContentCGI* and such. I hope to paint the complete picture of what I am trying to do and why. I seek no other solution made by ready-made programs outside...
  11. O

    strlen splitflie and strcat

    Currently, I am working on a project of mine named ContentCGI, which is intended to be a backend to Anthony Blackshaw's ContentTools frontend. Both projects are on GitHub, and while ContentCGI is not ready for prime time yet, the ContentTools are well established already. What you are looking...
Back
Top