在网站中合并 wiki 风格的文档

发布于 2024-11-29 10:33:42 字数 205 浏览 0 评论 0原文

您好,我必须在我的网站中合并 wiki 风格的文档,为每个实体在文本中嵌入链接,并在普通视图中显示更新日期。实体可以是人、地点等。只有站点的授权用户才能添加/编辑文档。

我必须在后端使用 .net 和 SQL-Server 来实现它。

我对此完全空白。您能否通过链接、教程和/或您的答案帮助我实现这一目标。

谢谢。

Hi I have to incorporate wiki style documents in my site, with links embedded in text and date of updates in plain view, for each entity. Entity can be people, place etc. Only authorized user of site can add/edit documents.

I have to implement it using .net and SQL-Server at back-end.

I am totally blank on this. Can you please help me with Links, tutorial and/or your answers that how can I achieve this.

Thanks.

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

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

发布评论

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

评论(2

挽你眉间 2024-12-06 10:33:42

您可以使用 WikiPlex,它是 Microsoft CodePlex:

WikiPlex 是一个基于正则表达式的 wiki 引擎,允许
开发人员将 wiki 体验集成到现有的 .NET 中
无缝且轻松地应用。建造和使用由
CodePlex 团队,WikiPlex 已在现实世界中经过彻底测试
场景!

You could use WikiPlex, the wiki engine behind Microsoft's CodePlex:

WikiPlex is a regular expression based wiki engine that allows
developers to integrate a wiki experience into an existing .NET
application seamlessly and with little effort. Built and used by the
CodePlex team, WikiPlex has been thoroughly tested in real-world
scenarios!

毁我热情 2024-12-06 10:33:42

SharePoint 有一个开箱即用的 wiki(如果您碰巧已经有)。如果您从头开始编码,我个人会首先定义所有用例,然后对数据库进行建模以满足这些需求。然后在此基础上构建数据 I/O 层和用户界面。由于您使用的是 ASP.NET,因此您可以利用 asp.net 表单身份验证以及用户和角色基础结构。这个问题对我来说听起来有点宽泛,无法真正详细说明任何事情。

SharePoint has an out of the box wiki if you happen to have that available already. If you're coding it from scratch, I would personally start by defining all of the use cases, then modeling the database to meet those needs. Then build your data I/O layer and user interface on that. Since you're using ASP.NET you can take advantage of the asp.net forms authentication and user and role infrastructure. The question sounds a little broad for me to really get detailed on anything.

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