|
|
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:
- required: jQuery (1.2.6) - thickbox (3.1)
- Load all files into a directory at root level (it just makes it easier)
- Make sure that the above 2 required jQuery scripts are included and working
- If installed at root level as ee, then you only need to edit the
- CHMOD 777 or 757 your includes directory and files in it you wish to edit
- Reference editease.jquery.js (or the .pack version) on each editable page
- Add the activate script to the head of the pages you wish to edit
- thats it :)
config.php page with the full path otherwise....
"Small customisations in the config.php and editease.jquery.js this for (paths, user access details, pages that can be edited etc..) For tweaking the editor functions please also update tiny_mce.php (notes on that page)"
that file does not have to be in the editEase set of files (although copies
are kept there so you know where to find it)
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();
});
