.NET 和类似 BSD 许可的 Wiki 代码解析器
我需要一个基于 Microsoft .NET 的 wiki 代码解析器,并获得 BSD、Apache 或类似开源许可证的许可。
查看其他网站的问题并谷歌搜索,我发现了所谓的 ScrewTurn Wiki,这是一个很棒的产品,它的源代码是公开的,但它是根据 GPLv2 授权的,我不想成为限制将我的项目变成“自由软件”,并保持开源。
目前我正在使用 Microsoft .NET Framework 4.0,因此如果 C# 或 VB.NET 中没有 wiki 解析器,而 Python 中有一个并且它可以与 DLR 和 IronPython 一起使用,那么它可能是一个有效的解决方案,但如果我可以远离动态语言,这对我来说更好。
感谢您的时间和精力。
I need a wiki code parser on top of Microsoft .NET and licensed under BSD, Apache or similar open source licenses.
Looking at other site's questions and googling I found the so-called ScrewTurn Wiki, which is a great product and it has its source publicly available, but it's licensed under GPLv2, and I don't want to be restricted to turn my project into "free software", and stay open source.
Currently I'm using Microsoft .NET Framework 4.0, so if there's no wiki parser in C# or VB.NET, and there's one in Python and it can be used with DLR and IronPython, it can be a valid solution, but if I can stay away of dynamic languages, it'd be better for me.
Thank you for your time and effort.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WikiPlex 是 CodePlex。
它遵循 Microsoft 公共许可证,我相信 允许您在不开源代码的情况下使用它。
WikiPlex is the wiki engine behind CodePlex.
It's under the Microsoft Public License, which I believe allows you to use it without open sourcing your code.