Menu

Tree [r18] /
 History

HTTPS access


File Date Author Commit
 classes 2008-09-13 dam2k [r18] - Added template administration in admin interface
 docs 2008-09-13 dam2k [r18] - Added template administration in admin interface
 etc 2008-09-13 dam2k [r18] - Added template administration in admin interface
 filestorage 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 img 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 install 2008-09-13 dam2k [r18] - Added template administration in admin interface
 logs 2007-09-05 dam2k [r16] Corrected few bugs when someone get a page with...
 plugins 2008-09-13 dam2k [r18] - Added template administration in admin interface
 scripts 2008-09-13 dam2k [r18] - Added template administration in admin interface
 temp 2008-09-13 dam2k [r18] - Added template administration in admin interface
 template 2008-09-13 dam2k [r18] - Added template administration in admin interface
 AUTHORS 2008-09-13 dam2k [r18] - Added template administration in admin interface
 BUGS 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 CHANGELOG 2008-09-13 dam2k [r18] - Added template administration in admin interface
 COPYING 2008-09-13 dam2k [r18] - Added template administration in admin interface
 COPYING.sig 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 CREDITS 2008-09-13 dam2k [r18] - Added template administration in admin interface
 EXPERIMENTAL 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 GPG 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 INSTALL 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 LICENSE 2008-09-13 dam2k [r18] - Added template administration in admin interface
 README 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 README.devel 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 TODO 2008-09-13 dam2k [r18] - Added template administration in admin interface
 VERSION 2008-09-13 dam2k [r18] - Added template administration in admin interface
 cmsdam.ddl 2008-09-13 dam2k [r18] - Added template administration in admin interface
 external.php 2008-09-13 dam2k [r18] - Added template administration in admin interface
 favicon.ico 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 index.php 2008-09-13 dam2k [r18] - Added template administration in admin interface
 index_HTTPheaders.php 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 index_closeform.php 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 index_closepage.php 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 index_header.php 2008-09-13 dam2k [r18] - Added template administration in admin interface
 index_openform.php 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.
 templates.php 2008-09-13 dam2k [r18] - Added template administration in admin interface
 usercontrol.php 2006-07-23 dam2k [r1] cmsdam, first svn impost, latest version.

Read Me

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