3editor - (C)2006 Matteo Lucarelli ------------------------------------------------------------------------------- 3editor is a CMS (Content management system) dedicated (but not limited ) to image galleries. 3editor manages: - a directory tree containing images and thumbnails - the upload/deletion of some fixed-path files - a general xml file containing the structure of the gallery - an xml file for every section containing images data and description - a configurable number of general purpouse xml files One html file (index.php) loads the php editing script using GET vars in url there's a php editing script for every feature: - treeedit.php to edit the gallery hierarchy (default name: tree.xml) - sectionedit.php to edit the sections content (default name: section.xml) - optedit to edit one or more general XML (xxxx.xml) - fixedit to load fixed-path files (backgroud, mp3, ecc.) TO INSTALL a web server with php support is required. copy all the files in the web server directory (/var/www/ or similar) create a data directories and set permission to web-server user: note that all the data folders are configurables il config.php TO CONFIGURE: edit phplib/config.php for all options edit lang/xx.php to modify language strings (error messages, helps, ecc.)* edit style.css to modify all css related stuff (colors, borders, positions, ecc.) edit index.php to add header, graphics-bars, ecc. test it using a browser (http://127.0.0.1/3editorX.X) NOTE: - the maximum accepted file dimension is a php/web-server setting and can be modified in php.ini or using htaccess - to password protect the CMS use htaccess *to add a language symply add a new file in phplib/lang directory please send translations to matteo_at_matteolucarelli_dot_net