Tags: | Categories: Blog Posted by admin on 2/21/2010 4:55 AM | Comments (8)


 

Orchard is an open source CMS web application that will allow you to create any website, page based or blog. We have been seeing many CMS in the market lately, this is a Microsoft open source solution that is intended be part of the Codeplex foundation.

Orchard have been build using ASP.NET MVC instead of ASP.NET Web forms, no a surprise there when Microsoft has been pushing their open source MVC as the way to create ASP.NET applications. 

You can find the Orchard Project here.

The features coming out in Orchard.

Even that now the Orchard Project is still very young, I can see potential, all the features they are going to add overlaps with the area of DNN, Word press and Graffiti.

I have been running Graffiti CMS for many years and I was looking in moving to Word press for the reach features, the main problem is that Word press runs in pho and mySQL. That blog engine has been growing in adopters by the masses leaving behind other blog engines in .NET. Is that why Microsoft created the Orchard project?

However if Orchard Project moves at the speed they have been moving, I can see running my blog soon with Orchard, leaving behind the fateful Graffiti CMS that now that became open source I feel I’ll be jumping ships before they can release the expected 2.0 version.

My experience downloading the source code for Orchard on February 18th.

Its important to note the date on a open source solution as the changes are happening everyday.

First screen just after compiling it and running the Orchard web app you’ll find that will ask you the customization of the CMS. All the configuration happens on the web application, you do not have to make any changes to the web.config.

image

Allow you to decide at start up about what database you want to store the application data. Your options are SQL Lite, SQL Server or SQL Express.

image 

The results looks like a new ASP.NET MVC simple application. I’m sure the first thing you want to do is to change the theme.

image

Problem changing themes in the latest release. Some images are still missing in the theme, I believe they are fixing that problem right now, so most probably that is being resolve when you read this post.

image 

Adding a new blog instead of pages, so in Orchard, you can just add pages to the engine or blogs. The Orchard theme looks really good.

image

Do not delete the Home page that comes in Orchard, you should be able to do it, but looks like your app won’t work at all if you do that.

Workaround, create a new page before deleting the home page and make it the main page.

So what is Orchard project missing? Well right now, many things really, still the project is pretty young and looks like there are many wished features that need to be added. The foundation has been set.

I don’t recommend to start using it just now for anything customer facing, great tool to download and learn the insides and outs or to learn ASP.NET MVC.

List of Things that there are a must for me.

  • A mobile theme; I would like to specify the theme when an iPhone, blackberry or other mobile device reads my blog.
  • Set Orchard on blog mode so I can personalize the Home page to show my blog posts.
  • Widgets; a way to add widgets and if I want write widgets to display on my blog.
  • Import and Export from other blog engines easily.

Cheers

Al

Comments

on 2/21/2010 8:48 AM

Thanks for the post.


I'm currently using BlogEngine in my blog and I'm really satisfied of it.


One of the advantages of BlogEngine is its XML data provider; so the user can run the blog completely based on XML.


I think your new blog engine should support XML too because it's very common these days.


By the way, I really want to contribute if I can Smile


on 2/21/2010 12:22 PM

Pingback from The Orchard Project as my new blog engine. | Explore Mobile Answers


on 2/21/2010 6:54 PM

Pingback from The Orchard Project as my new blog engine. | Answer My Query | Drakz Free Online Service


on 2/21/2010 7:30 PM

This post was mentioned on Twitter by alpascual: The Orchard Project as my new blog engine. : Al Pascual http://bit.ly/9BqHbX">http://bit.ly/9BqHbX


on 2/21/2010 7:39 PM

Hey Al, it was great to talk to you at the MVP Summit.  Thanks for the post on Orchard!


Just wanted to note that Orchard is in the CodePlex Foundation (not Cineplex foundation).


Also, you should be able to set a blog as the homepage in Orchard today.  If that doesn't work, please file a bug on http://orchard.codeplex.com">http://orchard.codeplex.com


Thanks for watching Orchard and we're glad you like where we're going with it.


MMR, the data storage is completely separated and replacable.  If you think XML storage is a good thing, you could always build it and contribute it. Smile That said, we do have SQLLite support, which is file based so you don't have to use SQL Server if you don't want to. I would argue that SQLLite "should" perform better than XML files anyway.


admin
admin on 2/21/2010 7:50 PM

Erik,


was great meeting you and the team, fantastic job, I'll correct the spelling mistake and make sure to submit the bug


thanks again, please keep the good work, waiting to import this blog to Orchard


cheers


Al


on 2/21/2010 11:54 PM

@Erik:


Thanks and be sure I'll develop the XML data provider for it ASAP Smile


admin
admin on 2/22/2010 6:29 PM

@Erik


fixes and bugs submited, thanks so much dor your time


Comments are closed