I'm looking for help on my CMS (Sprocket) which I believe is significantly architecturally superior to the god-awful mess that is DotNetNuke. DNN is basically the only major open source CMS for the .Net community (unless you count Rainbow which is basically the C# version of it). There are others, but the only ones I have found are either very simple, have mountains of sprawling ASPX/ASCX clutter to try and maintain, and/or are trying to be another 3-column portal engine (like we don't have enough of those). Clocking in at over 23,000 lines of code so far, Sprocket boasts features such as a completely free-form templating system that borrows inheritance and polymorphism concepts for extreme versatility, in-built english-language-readable scripting language that can be used anywhere, e.g. in the templates, content, or wherever, friendly URLs, a full AJAX framework, and a bunch of other stuff too. The CMS is built using C# and ASP.Net 2.0 but WITHOUT all those nasty aspx pages and ascx controls. In fact, there are no ASPX/ASCX files to be found anywhere, as the whole system has been built to bypass that messy stuff and work in a much more unified fashion. Take a look at www.sprocketcms.com[^] (redirects to the google project hosting site) for a complete feature list and to get access to the open source (BSD license) code base for review. There are several sites running it so far and more in development, but the code base has been 100% written by me and some help would be greatly appreciated to help accelerate things to the point where it can start to be viable competition to DNN.
NATHAN RIDLEY Web Application Developer email: snowdevil [@] gmail.com web/blog: www.sprocketcms.com[^]