Introduction
Cuyahoga is an open source .NET web site framework. It provides content management capabilities and has a modular approach. Currently it works with MS .NET 2.0 with SQL Server, PostgreSQL or MySQL as database backend. Also, from version 1.5.2, Mono is fully supported again.
The main goal of the project is to show .NET developers that there is a different way of building web applications than the well known sample applications. Although the project is targeted primarily at .NET developers, anybody interested can download the source and start playing.
Questions, remarks, suggestions? Open a forum topic or mail to martijn [ at ] boland [ dot ] org.
Cuyahoga news
Cuyahoga 0.6.0 released
It took a little longer than the previous releases, but here it is: Cuyahoga 0.6.0.
Highlights of this release are:
- Search
You can now index and search content. Currently the content of the Articles module and the StaticHtml module is indexed by default. A more technical explanation of how the search works can be found here.
- LanguageSwitcher
From the first release, Cuyahoga supported content localization but it was not so obvious how to achieve it. Content for a different language or culture has to have its own root node (within an existing site). You have to build a structure of nodes and sections for each language.
The LanguageSwitcher module enables easy navigation between the localized site structures. - New template and navigation control
Customizing and skinning of Cuyahoga is not very easy for non-ASP.NET developers. The new template is set up in such a way that most customizing can be done by only modifying the stylesheet.
2/20/2005 11:51:00 AM
Published by
Martijn Boland
Category
Cuyahoga
Back