First Website with BlogCFC

The first Website that implements EasyXMS and BlogCFC together is the "freiland initiative".

I made some efforts so the customer may add Titles and formatting with a simple click.

Version of BlogCFC is the most recent from the SVN (5.9.6.004).

A very stupid issue was the Railo bug with whitespacemanagement. Therefore I had to insert a javascript routine at the end of the body textarea to replace simple breaks with double breaks. You find it also in the Source Save of EasyXMS.

<script>
var text = document.getElementById('body').value;
var strMultiLineText = "\n\n";
document.getElementById('body').value = text.replace(/\n/g, strMultiLineText);
</script>

Some words to freiland:

Freiland is an initiative to promote local produce & natural food.

Their Mission statement:

Many people would like to change their eating habits but don't quite know how to go about it. Many individuals have a lot of good ideas, but they are not shared effectively.

Freiland is an initiative that was set up by people in the cultural and civic sector. Our values include working towards a healthy society, the common welfare of everyone and respectful interaction with human beings and nature. We encourage participation in a more active civil movement. We get involved in the cultural aspects of our everyday life and, in the process, try to loosen some of the ties that restrict us.

To translate these values into reality, Freiland offers ideas and projects by the people for the people:

- which make sense, - which show ways forward that work in practice, - which are fair and treat resources with respect, and - which are healthy for our society

If you like to visit the english pages of freiland point your browser to:

Initiative freiland - English pages

Related Blog Entries

Comments
Comments are not allowed for this entry.
BlogCFC was created by Raymond Camden. This blog is running version 5.5.006. | Protected by Akismet | Blog with WordPress