501
General Software Discussion / Re: Idea: A content management system that lives up to the name
« Last post by tranglos on December 16, 2009, 08:50 AM »I don't have that much to report
I got my php "minisite" system up to where it can serve pages built on the fly from templates and dictionaries. (This is not the same as Mouser's idea.) It works, but cannot handle a number of edge cases, such as a project that has a page unique to it (not present in sibling projects) - in this case my system would think every project contains that page, and serve up useless blank pages for all projects that don't actually use this particular template. I also decided it needs categories as another level of organization - not yet implemented.
Real life caught up with me more just about when I was creating templates to put up the live site, and I haven't touched it since then.
I dropped Joomla entirely, btw. It's too heavy and at the same time too inflexible for my needs. The editors are awful, all of them much worse than WordPress's built in wysiwyg/html editor (the latter is actually very smart in a good way and convenient).Serious functionality is missing, such as there is no support for comments under articles, until you either find a suitable free module (which may become unsupported later) or pay up. My least favorite aspect of Joomla though was how much effort it takes to add a single new article, compared to WordPress, and how little functionality is achieved after all the work is done (again compared to WordPress).
So my site is static, until I roll out my homegrown php solution, but it's WordPress all the way for the blog.
I got my php "minisite" system up to where it can serve pages built on the fly from templates and dictionaries. (This is not the same as Mouser's idea.) It works, but cannot handle a number of edge cases, such as a project that has a page unique to it (not present in sibling projects) - in this case my system would think every project contains that page, and serve up useless blank pages for all projects that don't actually use this particular template. I also decided it needs categories as another level of organization - not yet implemented.Real life caught up with me more just about when I was creating templates to put up the live site, and I haven't touched it since then.
I dropped Joomla entirely, btw. It's too heavy and at the same time too inflexible for my needs. The editors are awful, all of them much worse than WordPress's built in wysiwyg/html editor (the latter is actually very smart in a good way and convenient).Serious functionality is missing, such as there is no support for comments under articles, until you either find a suitable free module (which may become unsupported later) or pay up. My least favorite aspect of Joomla though was how much effort it takes to add a single new article, compared to WordPress, and how little functionality is achieved after all the work is done (again compared to WordPress).
So my site is static, until I roll out my homegrown php solution, but it's WordPress all the way for the blog.

Recent Posts