Textpattern VS lokl

Compare Textpattern vs lokl and see what are their differences.

lokl

Instant WordPress local development for Mac, Win & Linux (by elementor)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Textpattern lokl
15 9
760 71
1.4% -
9.4 4.1
17 days ago over 2 years ago
PHP Shell
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Textpattern

Posts with mentions or reviews of Textpattern. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-28.
  • Revisiting Textpattern
    3 projects | news.ycombinator.com | 28 Oct 2023
    >What's with the insistence of running it off of just MySQL?

    I think the most honest answer here is that it's planned but not scheduled. There's an open issue to update Textpattern to PDO:

    https://github.com/textpattern/textpattern/issues/345

    …which will open up a whole new world of possibilities.

    The Textpattern dev team & user base is pretty small, and the user base is largely patient, so Textpattern can sometimes fall into a trap of being 'good enough for now' and go for extended periods of time with few commits. What tends to happen is a release is scheduled, takes place, and then the plans for the next release are more forefront in our minds. The most recent release was nearly two years ago, which is a long time in Textpattern terms, but I'm confident we can get Textpattern 4.9 into the release pipeline this winter. More on that here:

    https://github.com/textpattern/textpattern/issues/1879

  • Style Your RSS Feed
    7 projects | news.ycombinator.com | 20 Jun 2023
    https://github.com/textpattern/textpattern/releases.atom
  • Craft CMS 4 Released
    3 projects | news.ycombinator.com | 5 May 2022
  • Ask HN: For static HTML, what is your go to template?
    4 projects | news.ycombinator.com | 22 Mar 2022
    Depends on the need...I have a quick LibreOffice HTML template in light or dark. I include metas for mobile use in the document properties. I also have a PHP controller that can easily modify these if I need it to be more dynamic.

    Otherwise I use https://picocss.com/ for some things.

    For publishing I either drop the HTML file in a folder with or without a controller, or start a new endpoint by creating a new section in TXP [1] and drop in whatever HTML and txp xml tags I need there.

    1. https://textpattern.com/

  • Textpattern CMS – open-source content management system
    1 project | news.ycombinator.com | 6 Mar 2022
  • Textile Markup Language
    5 projects | news.ycombinator.com | 23 Feb 2022
    Textile was the driving markup behind Textpattern (https://textpattern.com/), one of the better publishing/CMS tools out there on PHP. It had a nice object oriented approach that was less painful than Wordpress, and gave great flexibility to design aspects in ways that were easier to work with than Wordpress... but Wordpress won the popular marketshare, and TP was relegated to some diehards. Those diehards still pump out fixes and features, and it's worth a look at https://github.com/textpattern/textpattern/ if you want to see something a bit different.
  • Textpattern CMS
    2 projects | news.ycombinator.com | 10 Aug 2021
    >It bills itself as a "Content Management System", which I've always thought was an amorphous term. I suppose you could use it for a blog, wiki, or something similar.

    Textpattern person here. It's readily usable as a blog, corporate site, etc. A wiki would be less straightforward, especially if you have multiple users doing stuff, since we don't have any revision history built into the core software.

    Textpattern 4.0.0 (the first production version) was released in 2005, and we're currently working on Textpattern 4.8.8 for release in Q4 this year after PHP 8.1 lands at the end of November.

    The 4.9 release series is also being worked on, we'll probably see the first cut from that branch in 2022.

    Some links:

    * https://github.com/textpattern/textpattern (core software)

    * https://forum.textpattern.com/ (community forum)

    * https://docs.textpattern.com (docs)

    * https://textpattern.co/demo (demo landing page)

    * https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=textpattern (CVEs on mitre.org)

  • Static site generators to watch in 2021
    25 projects | news.ycombinator.com | 7 Jun 2021
  • WordPress is 18
    12 projects | news.ycombinator.com | 27 May 2021
    Wordpress made a great impact on the net, and I was happy when clients liked its ease of use and relieved from the burden of making content changes. (Though, I've always felt that https://textpattern.com/ was more secure and better than Wordpress).
  • Any good math blogging platforms?
    1 project | /r/CasualMath | 19 May 2021
    Consider Textpattern.

lokl

Posts with mentions or reviews of lokl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-27.
  • Best way to build for Simply Static
    1 project | /r/Wordpress | 16 Nov 2021
    I've used GeneratePress and their blocks. I might give SimplyStatic another shot this weekend, this time with full site editing and a fse theme I'm making. I also want to try another alternative. SimplyStatic was forked from an earlier version of wp2static included in the bundle.
  • Is it possible even advisable to have a static landing page with all other pages requiring dynamic functionality(blogs, galleries, shopping page) be wordpress?
    1 project | /r/Wordpress | 30 May 2021
    Timely plug for Lokl, which I just put out a new release for over weekend :) Allows creating/managing a bunch of WP sites locally, optimized for deploying statically.
  • WordPress is 18
    12 projects | news.ycombinator.com | 27 May 2021
    I've switched from the Jamstack/static site generators to nocode WordPress for content sites, to focus my coding more on app UIs in the long term.

    Jamstack is nice, but it's either for personal developer blogs or larger teams. Outsourcing is too expensive with coders being in high demand.

    Everything WP can be easily outsourced when needed, and there really isn't much of a speed benefit with Jamstack sites if you cache your WP site on the edge (e.g. with Cloudflare APO). Security of the origin server isn't a problem with a good host or going static.

    You can generate static sites from a local WP install if you find secure hosting too expensive, here's a nice docker based tool for this: https://lokl.dev/

    WP is really as hard, ugly fast or slow as you make it, you have to find the right theme and plugin ecosystem within WP.

    I don't have to and don't need touch the code building sites with it, so all those weird WP code conventions don't really bother me.

  • Flywheel vs WP Engine in 2021
    1 project | /r/webhosting | 23 Apr 2021
    There’s also lokl.dev from the wp2static dev
  • Lokl – WordPress local development environment for Mac, Win and Linux
    7 projects | news.ycombinator.com | 3 Apr 2021
    It might be worth mentioning that Lokl [0] seems to be from the same author [1] as the "wp2static" plugin [2], my and many others go to for static site generation of WordPress.

    I find Lokl and interesting take, although the usual self-serve script is kind of annoying for power users (what I mean is that this bash scripts tried to do everything for you and it's less transparent), I recommend the repo [4] as the source of the actual Dockerfiles, that you could just reference in something like a docker-compose setup.

    The Dockerfiles are kind of surprising since they read more like a an ansible-playbook than like a Dockerfile. This one image has it all - php, nginx, mariadb, phpmyadmin and who knows what else [4]. It's an interesting approach to Docker images, certainly against the recommendation but might have some good reasoning for something as special as WordPress.

    [0]: https://github.com/leonstafford/lokl-cli

    [1]: https://github.com/leonstafford

    [2]: https://github.com/leonstafford/wp2static

    [3]: https://github.com/leonstafford/lokl

    [4]: https://github.com/leonstafford/lokl/blob/master/php8/Docker...

  • I Created Lokl An Optimized Local Wordpress
    1 project | /r/Wordpress | 3 Feb 2021
    For Automation, I've got full end to end tests using it in the main https://github.com/leonstafford/lokl repo. Just 1 E2E test in there so far, but that's what I'm planning to use to generate living documentation for the project itself and my SSGs included with it (I suck at maintaining docs otherwise!).
  • Lokl-an optimized local WordPress environment perfect for static site generation
    1 project | news.ycombinator.com | 22 Jan 2021
    I thought the reddit discussion did a better job explaining it, but here are the direct links:

    https://lokl.dev/

    https://github.com/leonstafford/lokl

    The developer, Leon Stafford, is also working hard on WP plugins that convert to static sites and even upload directly to popular services such as Cloudflare, Netlify, Amazon, etc.

    (I am not associated with this project.)

What are some alternatives?

When comparing Textpattern and lokl you can also consider the following projects:

Attendize - Attendize is an open-source ticket selling and event management platform built on Laravel.

devilbox - A modern Docker LAMP stack and MEAN stack for local development

Kirby - Kirby's core application folder

wp2static - WordPress static site generator for security, performance and cost benefits

ProcessWire - ProcessWire 3.x is a friendly and powerful open source CMS with a strong API.

gutenberg - The Block Editor project for WordPress and beyond. Plugin is available from the official repository.

tinacms - A fully open-source headless CMS that supports Markdown and Visual Editing

lokl-www - Instant WordPress local development for Mac, Win & Linux

lokl-cli - Interactive script to launch and manage your Lokl sites

firecms - Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!

WordPress-Coding-Standards - PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions