gpEasy CMS Version 1.7

gpEasy CMS's picture
Submitted by gpEasy CMS on

gpEasy 1.7 is now available. The latest release of gpEasy represents months of development and testing from the growing community of gpEasy users. Find out why gpEasy is right for you, download now: http://www.gpeasy.com/Download

New Features Since 1.6

  • Missing link management
  • Link auto-completion in CKEditor
  • Improved multi-site managment
  • More flexibly drag 'n drop layout control
  • Revamped user permissions
  • Better SEO and permalinks
  • Integrated Updating
  • And More...

Introducing GetSimple CMS

Bryan's picture
Submitted by Bryan on

Chris Cagle asked me to talk about his newly launched GetSimple CMS which is geared toward small-business use. I suppose I must be a sucker in talking and promoting new CMS projects as I get a lot of these type of requests. I know there are folks from the enterprise content management perspective that wish I wouldn't because a brand spanking new CMS isn't something they would ever consider. However, there is always a place for these niche applications.

Screenshot of GetSimple CMS

Probably the first thing you will notice is that GetSimple CMS does not use a SQL database but instead uses XML files for database storage. While GetSimple may be simple, it does have some nice features that you wouldn't expect for a new project. For example, almost everything action in the CMS can be undone and there are backup features (revision) for your pages. The CMS can also generate an XML Sitemap which can be used by most search engines for indexing purposes. Also, the CMS has an integrated support ticket system that allows you to submit a help ticket to the GetSimple developers.

GetSimple CMS is a PHP application designed for Apache running on a Unix or Linux system. Download links are available from the project's download page. A demo of the content management system is available at opensourceCMS.

Opinion: File Based Applications to replace Database Systems

joelhalse's picture
Submitted by joelhalse on
OpenEdit's Joel Halse believes that file based applications and not the database driven systems are the next evolution for information management. The below article is written by Joel Halse and explains his reasons for why he has reached this conclusion.

Lets say you need to organize 2000 people on a football field. A relational database would create 2000 little boxes and make everyone stay in their little box. If someone needed to move around, they would first need to inform the administrator so that the administrator doesn't lose track of everyone. A file based system on the other hand would hand out a cell phone to everyone and tell them to have fun. If someone needs you, we'll give you a call. Just make sure you don't lose your cell phone. Beyond that, have a great day.

A relational database was a good system. It was also created in a time where searching a million files took more than milliseconds. It was a product of limitations. It wasn't necessarily the ideal solution, but it was a good solution given the tools at hand. Those limitations are gone. Those limitations are in the past. New technology and mind boggling search capabilities have opened the door for new options that weren't available 20 years ago.

File based applications are the next evolution for information management. Especially for the web.

Why? Because it's easier understand. It's not that you aren't smart enough to understand a database. It's that you don't have to understand a database. Especially when you already understand how to use a file based system.

My first CMS: Simple PHP Blog

Bryan's picture
Submitted by Bryan on

Simple PHP Blog 0.5.0.1, a maintenance release, went public on Tuesday of this week.  I know I don't talk too much about it here, but I still like to keep at least one eye open on this particular blogging application.  For you see, I consider Simple PHP Blog my very first Web content management system (WCMS).

Three or four years ago was when I began my exploration into the world of Web content management systems for personal use. It was a period of transition for me. My primary Web language was slowly shifting from Perl to PHP. I also had a strong desire to move away from static HTML pages for my "family" site to something a little more dynamic and evolving. However, while I was ready to take on the CMS I wasn't ready to fork over the extra money my host provider was asking for a single MySQL database. Until my hosting contract was up, I only had one choice...install a CMS that stored the data on the drive as "flat files" instead of an online database.

So I chose Simple PHP Blog as my first CMS via a blog. In a lot of ways, there really isn't much difference between Simple PHP Blog and other blogging applications such as Nucleus CMS and Wordpress.   The exception of course is the fact that Simple PHP Blog doesn't need a database.  Over time though, I found that data stored in a text files can get corrupted much easier than if the data was stored in an actual database.  I also found , for the most part, open source projects and their users prefer the use of an SQL database to store their data.  So eventually, I made the inevitable decision of migrating to such Web applications as Wordpress and Drupal.

CMS Made Simple: 1.0.2 Released!

Bryan's picture
Submitted by Bryan on

Various fixes in CMS Made Simple, V1.0.2:

  • Added valid_css tag- Fix default template prev and next links positions
  • Fix the print tag with mod_rewrite
  • Fix undefined index during logout
  • Fix sitename htmlentities in installer
  • Fixes for various issues in the contact form
  • Fixes for issues with search with non-English characters
  • Various other little fixes

Complete Story