truefusion 3 Report post Posted May 16, 2009 Originally i was going to make this rely on MySQL for its content storage, but i decided to put that one aside and just go with flat-files. This CMS doesn't necessarily do everything you'd expect from an average CMS. That is, it doesn't manage the files for you, like creating, editing, deleting, et cetera. It follows a set of guidelines set up by the user ("administrator") and organizes and displays content according to those guidelines. I don't plan on making an admin control panel for this CMS even though it is fully possible to make one for it. The settings for it are all set within index.php—or whatever other file you specify (though index.php has higher priority). This CMS for its URL generation goes with a simpler form for the URLs, which is said to be search engine friendly.You can preview the default set-up here: http://forums.xisto.com/no_longer_exists/Since i don't consider its current state to be a "version 1" program, i did not release an archive containing all the files. So if you want to obtain a copy of it, you'll have to check it out of the SVN repository: CONSOLE svn checkout http://forums.xisto.com/no_longer_exists/ tfcms-checkout This will create a folder named "tfcms-checkout" in the current directory that you were in at the time of running the command. This requires subversion to be installed on the system. Share this post Link to post Share on other sites