cmsdAm is scablable and simplest than other CMS, even if it is in state of RC-1. It wants to use DB only when it's necessary to be quicker, the section templates must be written by hand (or by templates) from the final user, this make the site scalable and simple. There are out there a set of simple API (methods and variables in classes) that can be used by the final user to write site sections and plugins for cmsdAm. This cms is designed for users that have some basic PHP knowledge, and for now is for simple/medium sites. Some functionality is missing, for now, to get it into a scalable fashion and a true plugin support with dynamic loading is just written. The great goal for this CMS is that HTML is completely separated from PHP core because user php code must be written from hand in user templates. Sample templates must be written and some functionality is just being written. Completely written in PHP4, standard libraries, works well in debian apache or php versions and configurations, other distro, platforms, os, webservers, configurations must be tested. Please let me know your os, php version, details, ecc and if it worked four you. I use sourceforge resources like forums, mailinglists, test site, etc. I whish to write publishing capabilities, workflow, and so on but after the complete api core and structure. I need some help for this. No particular obstacles encountered. The harder part is just implemented. - PLEASE HELP ME WRITING AND TESTING CMSDAM!! - SEE CHANGELOG FOR DETAILS - PICK THE LATEST VERSION FROM CVS, I'M TRYING TO KEEP THE CVS ALWAYS RUNNING BY COMMITTING ONLY AFTER TESTS ARE DONE. - PLEASE LET ME KNOW! Sections releated... -- Create a new section and associate some parameters $cms->sections->create_new_section("test"); $cms->sections->add_parameters_language("test", "", "test.php", "Short test en", "Long test en"); $cms->sections->add_parameters_language("test", "it", "test_it.php", "Short test it", "Long test it"); $cms->sections->add_parameters_user("test", "anonymous"); $cms->sections->add_parameters_user("test", "*"); $cms->sections->add_parameters_group("test", "*"); $cms->sections->add_parameters_search_user("test", "anonymous"); $cms->sections->add_parameters_search_user("test", "*"); $cms->sections->add_parameters_search_group("test", "*"); $cms->sections->grant_section_for_publishing("test"); dAm2K!! ----------------------------------------------------------------------------- Thank you for using cmsdAm!! P.S. Read carefully README and COPYING file for license informations of this software!! Dino Ciuffetti - dam2k@users.sourceforge.net