cms

homepage of a CMS

homepage of a site is a regular page that his parent is null or he is the parent of all pages? ...

Rails CMS for inserting multi-language text?

I'm looking for a Ruby on Rails CMS and I want it to support multi-language text input. I mean, for example, I would like to insert a text into a section, in three different languages. But, I don't need a multi-language admin panel though. Could anyone recommend me any? Thanks, Brian ...

Which symfony-based CMS is the most extensible?

Hello, I'm looking for a symfony-based CMS, and I have heard about Diem and Apostrophe, but none of them offers all of the features I am searching for. In your opinion, which of these CMS' is the most easy to extend? Do you know any other Symfony-based CMS I would want to consider? EDIT : By 'to extend' I mean adding probably unsupport...

CMS with unix interaction capabilities

Hello, I'm looking for a decent CMS with basically 4 requirements: the ability to "interact" with the unix system behind. That is: invoking other programs, creating directories, creating dynamic page contents based on some output... (therefore, some embedded scripting ability) A login system and an easy way to add/remove/edit pages .....

Odd behavior with sc:link.

Hello Stackoverflow. I have the following code in a rendering, running on multiple environments: <li class="formWWW"> <span class="formNumber"><sc:text field="Form Number" /></span> <h4><sc:link field="URL"><sc:text field="Title" /></sc:link></h4> <p><xsl:value-of select="sc:fld('Description', .)" /></p> </li> The issue I'...

PHP - CMS - Framework

I am currently working on PHP sites (80% work is on heavy database queries) and also working with Zend Framework. In my 2 yr development experience I never worked on any CMS like Wordpress, Magento but I have idea how they work. Shall I continue with what I am doing or shall I switch myself towards CMS. Guide me which one is beneficia...

Requirement gathering for a content management system

This is my first time and I am not really sure what I should be probing for or emphasizing on in the requirement gathering phase. The project is to build a content management system. What should the outcome of the requirement gathering phase ideally be? I mean, should I arrive at requirement specification document or would this phase al...

rails documentation or faq addon

Before I roll my own I'm just curious if there are any other solutions similar to heroku's docs (sinatra) or the rails guides template for making a simple faq page for a rails app. I like heroku's on sinatra and have been currently using just a simple pages controller with markdown, but i'm looking for maybe something even better suited...