mod_blog

A blogging engine in C (by spc476)

Mod_blog Alternatives

Similar projects and alternatives to mod_blog

  1. Ghost

    331 mod_blog VS Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Docusaurus

    308 mod_blog VS Docusaurus

    Easy to maintain open source documentation websites.

  4. oils

    268 mod_blog VS oils

    Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!

  5. pagefind

    Static low-bandwidth search at scale

  6. microfeed

    20 mod_blog VS microfeed

    a lightweight cms self-hosted on cloudflare, for podcasts, blogs, photos, videos, documents, and curated urls.

  7. Isso

    19 mod_blog VS Isso

    a Disqus alternative

  8. Pico

    15 mod_blog VS Pico

    Pico is a stupidly simple, blazing fast, flat file CMS. (by picocms)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ghostToHugo

    Convert Ghost blog export to Hugo posts

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mod_blog alternative or higher similarity.

mod_blog discussion

Log in or Post with

mod_blog reviews and mentions

Posts with mentions or reviews of mod_blog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • Algorithms We Develop Software By
    1 project | news.ycombinator.com | 18 Aug 2024
    My blogging engine [1] is almost 25 years old now. Have I rewritten it? If by "rewritten" you mean "from scratch", then no. I haven't. It has, however, seen several serious workings and refactorings over the years (the last great one was the removal of all global variables [2] a few years ago). Starting over would have been just too much work.

    [1] https://github.com/spc476/mod_blog

    [2] As therapy for stuff going on at work.

  • Mod_blog: A Blogging Engine in C
    1 project | news.ycombinator.com | 25 Jan 2024
  • CGI programs have an attractive one step deployment model
    1 project | news.ycombinator.com | 24 Jan 2024
  • How to Start Your Blog in 2023
    8 projects | news.ycombinator.com | 20 Feb 2023
    I used to write raw HTML, but have since come up with my own markup system [1]. The posts themselves are still stored in HTML because I don't want to get stuck with a sub-optimal markup language. By storing the rendered HTML, I can change how the markup language works (and I have).

    The blog engine itself [2] is one I wrote starting back in 1999, and still in use. It works, does exactly what I want, so there's no reason to change it. And to see it in action: <https://boston.conman.org/>.

    [1] You can see an example here: <https://github.com/spc476/mod_blog/blob/master/NOTES/testmsg>. The markup engine is written in Lua: <https://github.com/spc476/mod_blog/blob/master/Lua/format.lu...>.

    [2] <https://github.com/spc476/mod_blog/>

  • Websites Die
    3 projects | news.ycombinator.com | 29 Jun 2022
    It comes down to the person running the website has to care. That's it. It doesn't matter how simple it is if the person doesn't care.

    In my own case, I've been running my own website for 24 years now [1]. The URLs I started out with have remained the same (although some have gone, and yes, I return 410 for those) and the technology hasn't changed much either (it was Apache 24 years ago, it's still Apache today; my blog engine [2] was a C-based CGI program, and it's still a C-based CGI program. The rest of the site is static, and there's no Javascript (except for one page). I can see it lasting at least six more years, and probably more. But I care.

    [1] Started out on a physical server (an AMD 586) and a few years later on a virtual server.

    [2] https://github.com/spc476/mod_blog

  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic mod_blog repo stats
5
113
8.6
4 months ago

spc476/mod_blog is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of mod_blog is C.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?