Technical Manual

LightNEasy basic files

LightNEasy consists basically of 5 php files, a css file, and a few third party products besides the wysiwyg editor..

The third party products are TinyMCE, the WYSIWYG editor, preg_find, a function to read and sort directories, thumbsup for displaying thumbnails, litebox, a javascript for displaying images and seccode, a script that generates the catchpa image and provides a way to validate the input, and dewplayer, a flash mp3 player.

The 5 LightNEasy main files are inside the LightNEasy subfolder and are:

Inside the css folder, you can find the file lightneasy.css. This CSS contains the classes used by LightNEasy to display its content, like the news module and the contact form.

LightNEasy is started through 2 identical files which are in the root of your website: index.php and LightNEasy.php. The reason why there are 2 identical start files is that index.php is to be overwritten when LightNEasy generates the pages. LightNEasy.php remains so that you can call it directly (usually, you don't need to, the login link takes you back to LightNEasy).

The content of these 2 files, for all LightNEasy versions, is:

 

include('./LightNEasy/lightneasy.php');

?>

Folder Structure:

After a successfull install, a LightNEasy website will have the following folder structure: