On 11/26/05 11:58, Bruno S. Delbono wrote:
Is there a better, more secure replacement as a CMS?
If you are interested in a KISS approach take a look at TinyMCE, an easy to
configure JavaScript WYSIWYG(!!!) editor:
http://tinymce.moxiecode.com/example_full.php?example=true
(Instantly drop at least all character formatting features other than "Styles"
and check the input for malicious code... )
Design the site with CSS, use the SQL database you like, glue it together with
whatever scripting language you have experience with and make it as secure as
you need it.
+++chefren