I have a website that I would like to embed a blog into. I don't want a seperate website living in a subdirectory.
我有一个网站,我想嵌入一个博客。我不希望一个单独的网站生活在一个子目录中。
I already have OpenId Authentication and Facebook OAuth implemented and a lot of functionality in my web app but I don't have too much content.
我已经在我的网络应用程序中实现了OpenId身份验证和Facebook OAuth以及许多功能,但我没有太多内容。
I would like to add an easy way to author content using Windows Live writer but would like to maintain a consistent look/feel in my site.
我想添加一种使用Windows Live编写器创作内容的简单方法,但希望在我的网站中保持一致的外观。
Are there any blog engines in ASP.NET MVC that can be embedded or added as an MVC area?
ASP.NET MVC中是否有可以嵌入或添加为MVC区域的博客引擎?
5 个解决方案
#1
3
Why not look into implementing it yourself. Racoon Blog has an implementation of what you would need to do to get integration with Windows Live Writer. If you didn't want to implement those features you could also just use Racoon Blog.
为什么不考虑自己实施它。 Racoon Blog实现了与Windows Live Writer集成所需的功能。如果您不想实现这些功能,您也可以使用Racoon Blog。
I would go the route of implementing it yourself. I've implemented pseudo content management systems on top of MVC and it takes about half a day to a day to get something very rich. Go for it.
我会自己去实施它。我已经在MVC之上实现了伪内容管理系统,并且需要大约半天时间来获得非常丰富的东西。去吧。
What you'll need to do if you do implement it yourself.
如果你自己实现它,你需要做什么。
- Reserved Routing for content pages / blog posts
- 保留内容页面/博客帖子的路由
- A windows live writer controller with appropriate endpoints
- 具有适当端点的Windows Live writer控制器
- Some sweat equity to get it how you need it
- 一些汗水公平,以满足您的需求
#2
2
Have to throw one out to the Orchard Team. Their latest release is MVC 3, a fast growing community and a really slick modular design.
不得不向果园队扔掉一个。他们的最新版本是MVC 3,一个快速发展的社区和一个非常光滑的模块化设计。
#3
2
Hokey idea...but how about creating and maintaining your blog in a traditional way, but aggregating it to your site using RSS?
Hokey想法......但是如何以传统方式创建和维护您的博客,而是使用RSS将其聚合到您的网站?
Otherwise, build your own blog engine, or build your site on top of an existing blog engine.
否则,构建自己的博客引擎,或在现有博客引擎之上构建您的站点。
FWIW: I really really wish this desired functionality existed...direct blog integration into an existing site.
FWIW:我真的希望存在这种所需的功能......将博客集成到现有网站中。
#4
0
I haven't used it myself but I have heard some good things surrounding Subtext.
我自己没有用过它,但是我听到了一些围绕Subtext的好东西。
#5
0
There is one blog engine, that is Oxite project, is an open source blog engine and its enhanced version Orchard is also available
有一个博客引擎,即Oxite项目,是一个开源博客引擎,它的增强版Orchard也可用
#1
3
Why not look into implementing it yourself. Racoon Blog has an implementation of what you would need to do to get integration with Windows Live Writer. If you didn't want to implement those features you could also just use Racoon Blog.
为什么不考虑自己实施它。 Racoon Blog实现了与Windows Live Writer集成所需的功能。如果您不想实现这些功能,您也可以使用Racoon Blog。
I would go the route of implementing it yourself. I've implemented pseudo content management systems on top of MVC and it takes about half a day to a day to get something very rich. Go for it.
我会自己去实施它。我已经在MVC之上实现了伪内容管理系统,并且需要大约半天时间来获得非常丰富的东西。去吧。
What you'll need to do if you do implement it yourself.
如果你自己实现它,你需要做什么。
- Reserved Routing for content pages / blog posts
- 保留内容页面/博客帖子的路由
- A windows live writer controller with appropriate endpoints
- 具有适当端点的Windows Live writer控制器
- Some sweat equity to get it how you need it
- 一些汗水公平,以满足您的需求
#2
2
Have to throw one out to the Orchard Team. Their latest release is MVC 3, a fast growing community and a really slick modular design.
不得不向果园队扔掉一个。他们的最新版本是MVC 3,一个快速发展的社区和一个非常光滑的模块化设计。
#3
2
Hokey idea...but how about creating and maintaining your blog in a traditional way, but aggregating it to your site using RSS?
Hokey想法......但是如何以传统方式创建和维护您的博客,而是使用RSS将其聚合到您的网站?
Otherwise, build your own blog engine, or build your site on top of an existing blog engine.
否则,构建自己的博客引擎,或在现有博客引擎之上构建您的站点。
FWIW: I really really wish this desired functionality existed...direct blog integration into an existing site.
FWIW:我真的希望存在这种所需的功能......将博客集成到现有网站中。
#4
0
I haven't used it myself but I have heard some good things surrounding Subtext.
我自己没有用过它,但是我听到了一些围绕Subtext的好东西。
#5
0
There is one blog engine, that is Oxite project, is an open source blog engine and its enhanced version Orchard is also available
有一个博客引擎,即Oxite项目,是一个开源博客引擎,它的增强版Orchard也可用