Quite possibly a luddite.

  • 0 Posts
  • 232 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



















  • I’m currently experimenting with Seppo for my website, which is… not ready yet. So maybe not the greatest suggestion. But development is happening fast, and I like it for a couple of reasons.

    1. It’s incredibly easy to install. Just upload a file, set permissions, and open it in the browser. I’m somewhat incompetent, so I appreciate that even though deploying WordPress is obviously not very difficult either.
    2. Content is stored in basic XML files, making it easy to access with just basic PHP and an XSLT stylesheet. Basically it easy to incorporate posts into your site however you want it.
    3. It federates with ActivityPub, so people can follow your blog directly and get the content directly into their feeds.
    4. It’s lightweight - very little bullshit.

    Basic functionality such as editing and deleting posts does not work yet, so it’s absolutely not ready for primetime. But it’s a project worth following, especially for those of us with an interest in the social web.

    Edit: I guess this would be more if you wanted to create a basic website yourself, and add a tool for content management to it. I read the post a bit too quickly - if you’re not interested in writing some code there are much better options to go for out there. Seppo I think is nice for those who actively want to tinker a bit. :)