A modern CMS based on WordPress (a.k.a WordPress fork)
You can read more about the "why" on the project's site at https://calmpress.org and follow news on the blog https://blog.calmpress.org
It might come as a surprise to some, but GitHub has bandwidth limits and in order to avoid running into such a corner, all of the distributions will be done from our site. Right now you can get them from the downloads page at https://calmpress.org/download/
Same as the WordPress "5 minutes" installations.
calmPress strives to be as DB and API compatible to WordPress as possible, therefore a conversion from WordPress to calmPress should not
involve more than pointing to the same DB, probably by copying the wp-config.php
, and copying the wp-content directory.
Themes and plugins written for WordPress should work "as is", where "work" in this context is that they will not suffer any kind of PHP level error, although if they are targeting some niche functionality that is being deprecated like trackbacks, they might not be able to do anything meaningful.
In general this kind of project always has a need for non technical contribution. For example, the project needs a nicer logo, and some proofreading.
Reporting issues, whether they are "bugs" or feature requests, is a great way to contribute. A few things to keep in mind
You will need to install NPM's grunt to run a build.
All source code is located under the /src directory, and the grunt/build process builds a "distribution" into the /build directory.
Since we inherit WordPress's GIT structure with all its branches and tags, we use a cp/
pefix to identify tags and branches which are unique to the calmPress code.