← Back to Blog

MeshCMS 3 Is Still Alive

I keep trying to find some time to develop MeshCMS 4, but unfortunately there are many features that need to be implemented, and some design errors that need to be fixed. Despite of this, MeshCMS 4 is running this website and some others since one year.

I was not working on MeshCMS 3 at all, even if there are some websites around that use it. But I recently discovered a report about a vulnerability in MeshCMS 3 and I decided to fix it.

While working with the code, I realized that it was not too hard to add some other improvements to the new 3.x release, like upgrading TinyMCE to its latest version, thus fixing compatibility with modern browsers.

Changes in 3.6

So, these are the changes that I implemented in a very short time:

Then, there are some other features that I implemented long time ago but were never released:

New Default Theme

And this is the new default theme, named Jeans:

MeshCMS 3.6 Jeans theme

This theme has been created using Artisteer. Creating a theme using this software requires about 30 minutes: I choose to create a Wordpress template, then I export as HTML. It creates a file named page.html that must be renamed to main.jsp and must be made dynamic by inserting the appropriate JSP code. You can find that code in the main.jsp file of the theme I created.

I will release MeshCMS 3.6 in the next few days: I just need to test it a bit more.