Bludit
Wagtail
Our great sponsors
Bludit | Wagtail | |
---|---|---|
20 | 50 | |
1,167 | 15,627 | |
1.3% | 3.0% | |
0.0 | 9.9 | |
6 days ago | 4 days ago | |
PHP | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
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.
Bludit
- Simple WYSIWYG html editor? Open source or cheap.
-
Software for personal website
If you don't mind PHP, Bludit CMS is pretty light and easy. Uses a flat file database. https://www.bludit.com/
- Using PHP Forms to Update HTML Website
-
Looking for a quick replacement for Ghost (ghost.org)
https://www.bludit.com/ is a good replacement with a web admin GUI and static pages.
-
Best most easy blog system to install on a vps?
You could try Bludit, it's a lightweight flat file CMS. I've built multiple sites with it. https://www.bludit.com/
-
BoidCMS – Simple, fast, super extensible
BoidCMS has similar features to Bludit CMS. How does BoidCMS compare to Bludit CMS?
- Ask HN: What CMS are you using in 2022?
-
[Tutorial] So you want to build an onion blog
You can make a tutorial using https://www.bludit.com/ too
-
Self hosted blog webpage
I use https://www.bludit.com/ for my self hosted blog. https://pilab.dev
-
Best way to make and host a website?
Check out https://www.bludit.com/
Wagtail
-
How and why the Wagtail page editor is evolving
- The discussion thread we use to track all public feedback: https://github.com/wagtail/wagtail/discussions/9553. Comments very welcome.
-
A Django app that tracks your queries to help optimize them
Not so long ago, I submitted a Pull Request in wagtail to improve the admin performance, especially for non-superusers. Basically, it caches all the user's permissions on first access. However, I was pretty sure that this would load a lot of model fields that we never need but there isn't a tool that gives us that type of report. Therefore, I started building an app that keeps track of all fields accessed so you can easily know which ones haven't been used and apply the only/defer optimisation for Django querysets.
- Build Blog With Wagtail CMS (4.0.0) Released!
- Javascript is still the most used programming language in newly created repositories on GitHub
-
On mentoring for an an open-source internship
Paarth moving from no contributions to the 21st most contributions - https://github.com/wagtail/wagtail/graphs/contributors.
-
Ten tasty ingredients for a delicious pull request
Over the last few years, I have had the incredible opportunity to be a core team member of the Wagtail project. In that time, I have reviewed many new pull requests, and I’ve also had the chance to submit many of my own across Wagtail and many other projects.
-
Easiest way to add a simple blog to a django app? Lighweight CMS?
An even better solution can be Wagtail https://github.com/wagtail/wagtail/
-
Is it only me who finds deployment of Django very hard and complex ? Is there easy way ?
There is a sample Dockerfile for your reference. You can build your own docker image by referring to this file.
-
Help with programatically publishing pages with draftail markup
I am migrating a bunch of articles in an XML file to a new Wagtail and have created a management command to handle populating all of my model fields. All of my pages are published correctly using new_page.save_revision().publish() new_page.save_revision() but the issue is that the draftail richtextform doesnt get hit and the formatting is off. It looks good but if you go in and manually hit publish again, then all the formatting gets messed up when it gets passed through the draftail form. I am trying to figure out how to manually make it publish through draftail but I cant figure out how. This question on github is the same issue that I have but it didnt get answered: https://github.com/wagtail/wagtail/issues/6359.
I suspect the EditorHTMLConverter might be the a good starting place, as it was built for an editor (Hallo.js) that had a tendency to allow arbitrary HTML.
What are some alternatives?
django-cms - The easy-to-use and developer-friendly enterprise CMS powered by Django
Mezzanine - CMS framework for Django
Strapi - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.
Grav - Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
WordPress - WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
Plone - The core of the Plone content management system
FeinCMS - A Django-based CMS with a focus on extensibility and concise code
Ghost - Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
htmly - Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Quokka