微软发布最新开源Blog平台“Oxite”
先來看官方的介紹
?
What is this?
This is a simple blog engine written using ASP.NET MVC, and is designed with two main goals:
????To provide a sample of 'core blog functionality' in a reusable fashion. Blogs are simple and well understood by many developers, but the set of basic functions that a blog needs to implement (trackbacks, rss, comments, etc.) are fairly complex. Hopefully this code helps.
We aren't a sample-building team (more on what we are in a bit). We couldn't sit down and build this code base just to give out to folks, so this code is also the foundation of a real project of ours, MIX Online. We also created this project to be the base of our own personal blogs as well so you'll probably see our blogs on the list of sites running Oxite soon.
Getting Started With Oxite
- Getting Started with Oxite
- Frequently Asked Questions
- Oxite on VisitMix.com
- List of sites running Oxite
- ASP.NET MVC
下面是CSDN對它的介紹:
????? Oxite是一款內容管理系統(CMS),它兼容Web標準且具有可擴展,可支持博客或大型網站。該平臺支持引用通告、匿名評論或評論審查、gravatars頭像等功能,而且任意一級頁面均可輸出RSS供用戶訂閱。用戶可以創建并編輯一系列的頁面,而且可以自行添加HTML代碼。Oxite還允許用戶在單個站點上創建多個博客。
????? Oxite還可以與ASP.Net以及MVC等微軟的開發軟件兼容。“Mix在線”網站就是使用Oxite創建的,而且微軟已經公布了該網站的源代碼供開發者學習。
以下是來自Channel 9的摘錄:
????? Well as good ideas go sometimes this?one passed by the wayside due to lack of time available.? Fortunately this is not true, when the Channel9 team had the same idea.? They've build a new blog engine called?Oxite based on ASP.NET MVC and their experience building sites like Ch9, Ch10, Ch8,?Edge and especially MIX Online.
Click?Here?to open.
?
BTW,這可是MVC的最好示例教程了。而且用到了Linq2SqlProvider。
MVC愛好者有福了。。
轉載于:https://www.cnblogs.com/binglingshui/archive/2008/12/11/1352464.html
總結
以上是生活随笔為你收集整理的微软发布最新开源Blog平台“Oxite”的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: SilverLight学习笔记--WCF
- 下一篇: 模块间接口设计的原则