Wedge

Public area => The Pub => Off-topic => Topic started by: MultiformeIngegno on March 31st, 2013, 07:23 PM

Title: GetSimple CMS
Post by: MultiformeIngegno on March 31st, 2013, 07:23 PM
I've never heard of it...
http://get-simple.info/start/

It's XML based.. uhm, performances would not appreciate it :P
Title: Re: GetSimple CMS
Post by: live627 on March 31st, 2013, 07:46 PM
Woah... this reeks insecurity. Storing everything as files in the filesystem in what I assume world-writable folders. And this is geared for small sites, which are on shared servers.
Title: Re: GetSimple CMS
Post by: Arantor on March 31st, 2013, 08:31 PM
XML isn't inherently a bad thing if you do it right. Hell, any SMF page is an XML document in its own right. You can also take XML documents and style them with XSLT files should you want to do so.

But storing everything as files in what would *have* to be world-writable on shared servers >_<