问题描述
我需要一个应用程序,它会像一个孤岛pretty多提供了一个wiki页面 - 有点像codePLEX维基页面
I need to provide a wiki page for an app which would be like an island pretty much - little like codeplex wiki page
例如。
网站/产品/细节/ 1 /维基
e.g. site/Products/Details/1/Wiki
网站/产品/细节/ 99 /维基
site/Products/Details/99/Wiki
网站/产品/细节/ 2423423 /维基
site/Products/Details/2423423/Wiki
网站/一些,其它/页/页-ID /维基
site/Some-other/page/page-id/Wiki
如果有一个主管理页面,那会是fanstastic,但不是必需的。
If there's a master admin page, that'd be fanstastic but is not a requirement
有没有像上述或类似的或足够接近什么?或者可以集成一些的相对的容易吗?
Is there anything like above or similar or close enough ? or something that can be integrated relatively easily ?
推荐答案
断食编译器,codePLEX队实际上已经自己今天的Wiki解析器释放。你可以在这里抓住它:。从这一点,它应该很容易在你的数据库的页面和修订历史创造了几桌。
Fresh off the compiler, the CodePlex team has actually released their Wiki Parser today. You can grab it here: WikiPlex on Codeplex. From that, it should be fairly easy to create a few tables in your DB for pages and revision history.
这篇关于asp.net mvc的维基的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!