What's new? | Help | Directory | Sign in
Google
       
Join project
Project owners:
  noosalife

editEase - no fuss, no database, no worries

A very simple jQuery CMS that can be configured and set up in around 2 minutes. Plugging in to your site is a breeze, and can be done at almost any time during the life cycle of development.

Note: This is a very small CMS, with no database requirements. Ideal for small sites, or where only a small amount of 'content management' is required. If your site requires all content to be databased, there are many other CMS programs already in existence to choose from, so then maybe this is not the right solution. :)

A quick video of how it works can be seen here: view video 12.55mb file

Update (26 August 08) Updated the sample site download to remove the base .htaccess file that a few people were having issues with (it wasn't as fully compatible as I had hoped). Also a small update to the getfile.php file will come back to the code validity idea shortly. (basically I want the edit areas to be 100% valid code)

Update (06 Jul 08) Yeay, finally made some time to finish (update) this script. Also a face lift was given to the example site so its a little more pleasant on the eye. Updated Tinymce to use 3.1.0.1, and have included a local File Manager complete with Multi File upload using SWFupload. Naturally its all configurable via one file.

Update (30 Nov 07) Bit slower on the next version, although will be including the file manager, and am looking at a very simple form and send process to round out and complete the project.

Update (02 Dec 07) Fixed a little bug in the session destroy script which was conflicting with servers installed with mod_security, creating an automatic Block IP response.

Demo Access

To have a look and play visit the demo site http://editease.jquerystuff.net, and click on the "ADMIN" link in the bottom right hand corner of the page.

Username: demo Password: access

the demo site is updated back to scratch frequently to rectify recent changes

Found a problem or have a question

Please let me know if you find any problems (stating browser, OS etc...) with the nature of the problem, or send questions to Stephen at noosalife [ @ ] gmail [ dot ] com

Basic Install Instructions:

activate script-on each page that you want to edit (thats all)

$(document).ready(function(){
// load editEase login link and data into the page
  $(selector).editease();
});