ASP.NET MVC 3 嵌入式博客引擎

发布于 2024-12-15 06:17:54 字数 226 浏览 4 评论 0原文

我有一个网站,我想在其中嵌入博客。我不希望在子目录中存在单独的网站。

我已经在我的网络应用程序中实现了 OpenId 身份验证和 Facebook OAuth 以及许多功能,但我没有太多内容。

我想添加一种使用 Windows Live writer 创作内容的简单方法,但希望在我的网站中保持一致的外观/感觉。

ASP.NET MVC 中是否有可以嵌入或添加为 MVC 区域的博客引擎?

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.

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.

Are there any blog engines in ASP.NET MVC that can be embedded or added as an MVC area?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

月隐月明月朦胧 2024-12-22 06:17:54

为什么不考虑自己实施呢? Racoon Blog 提供了与 Windows Live Writer 集成所需的实现。如果您不想实现这些功能,您也可以使用 Racoon Blog。

我会走自己实现的路线。我在 MVC 之上实现了伪内容管理系统,大约需要半天到一天的时间才能获得非常丰富的内容。大胆试试吧。

如果您自己实施的话,您需要做什么。

  • 内容页面/博客文章的保留路由
  • 具有适当端点的 windows live writer 控制器
  • 一些汗水资产可以按照您的需要获得它

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.

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.

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
  • Some sweat equity to get it how you need it
守不住的情 2024-12-22 06:17:54

必须向Orchard 团队扔一个。他们的最新版本是 MVC 3,这是一个快速发展的社区和非常巧妙的模块化设计。

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.

多情出卖 2024-12-22 06:17:54

做作的想法...但是以传统方式创建和维护您的博客,但使用 RSS 将其聚合到您的网站怎么样?

否则,构建您自己的博客引擎,或在现有博客引擎之上构建您的网站。

FWIW:我真的希望这个所需的功能存在......直接将博客集成到现有网站中。

Hokey idea...but how about creating and maintaining your blog in a traditional way, but aggregating it to your site using 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.

金橙橙 2024-12-22 06:17:54

我自己没有使用过它,但我听说过一些关于 Subtext 的好消息。

I haven't used it myself but I have heard some good things surrounding Subtext.

百合的盛世恋 2024-12-22 06:17:54

有一个博客引擎,那就是Oxite项目,是一个开源博客引擎及其增强版本Orchard 也可用

There is one blog engine, that is Oxite project, is an open source blog engine and its enhanced version Orchard is also available

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文