http://www.codeplex.com/oxite
http://visitmix.com/
微软上12月5日发布其首款开源内容管理系统(CMS)的一个测试版。这款出自微软免费且开源的CMS可用于创建功能强大的博客甚至是大型网站。
微软首款开源CMS的开发代号为Oxite,其源起是微软为Web开发者建立的MIX Online站点,为那些想学习ASP.NET MVC技术的开发者提供学习范例。随后它被整合为一个开发框架。
据开发者介绍,它将是一款兼容于Web标准,且具有高度可扩展性的内容管理平台。 微软称Oxite包括一些重要的博客功能,能够执行复杂的操作,并拥有博客发布,trackback引用通告、匿名评论和评论审查等博客系统通常会有的功能,此外还可对评论进行管理,将任何页面做为RSS源输出,并带有一个Web管理面板。
Oxite同样也适合普通用户使用,可以用来方便地给网站增加新页面或是次级页面。
初看之下Oxite的竞争对手似乎是业已成名的Six Apart提供的博客产品。不过微软表示,Oxite是为开发者设计的,而不是不懂技术只想建立个人博客的网友。其官方网站也表示,"Oxite是为想学习ASP.NET MVC技术的开发者创建。不过如果开发社区决定把它开发为适合普通用户使用的CMS平台,我们也不会进行干涉。"
微软目前发布的是Oxite网站是Alpha测试版,所有源代码将在上周五公布,截止本周一(12月9日)已被下载300余次。MIX Online是目前为止惟一一个使用了Oxite代码的网站。
Getting Started with Oxite
It is pretty easy to get up and running with Oxite, and we'll document the steps required right here.
System Requirements
You can run Oxite on any version of Windows XP, Server 2003, Vista or Server 2008 (32 or 64-bit)
There are three pieces of software you need to get started:
- Some version of Visual Studio or Visual Web Developer Express (VWD Express),
- ASP.NET MVC, and
- SQL Express 2005 or 2008
If you have Visual Studio or Visual Web Developer Express already installed, then you can skip ahead to 'Web Platform Installer', otherwise lets go ahead and get VWD Express installed.
Install Visual Web Developer Express (VWD Express)
Open up the VWD Express download page (right-click and pick open in a new window or tab so you can easily get back to these instructions).
In the purple box on the page labeled Visual Web Developer 2008 Express Edition, select the appropriate language and then click on the 'Download' link next to your language choice.
Installing MVC
Oxite requires the Beta of ASP.NET MVC, which you can install from the MVC Beta download page
中文的VS2008 和 VWD Express2008安装问题解决办法:
http://www.qtasp.cn/technote/chinese-asp-net-mvc/
Open and Run Oxite!