<p><a href="https://github.com/opennota/markdown">A markdown parser</a> seeks for a new developer. If anyone is willing and ready to keep up with the ever-changing CommonMark spec, speak now or forever hold your peace. I just don't have time for this, especially considering that they still make breaking changes. I'm considering relicensing the package under MIT or BSD license and moving it to a new GitHub organization.</p>
<hr/>**评论:**<br/><br/>FUZxxl: <pre><p>I might do it if you change the code to a 2 clause BSD license.</p></pre>opennota: <pre><p>Consider it done. Is <a href="https://github.com/FUZxxl">https://github.com/FUZxxl</a> your account?</p>
<p><strong>EDIT</strong>: moved to <a href="https://github.com/golang-commonmark/markdown">https://github.com/golang-commonmark/markdown</a> and relicensed.</p></pre>FUZxxl: <pre><p>Yeah, it is. So, let's see what I can do.</p></pre>robvdl: <pre><p>How does this compare to blackfriday? Also I noticed it's gpl3 that isn't very useful in Golang which is a compiled language, means it can't be used in so many webapps because of it's license. Why not MIT or BSD like most Golang libraries seem to be.</p></pre>chownplus: <pre><p>GPL3 is just as useful in Go as it is everywhere else. You just have to make your code available.</p></pre>BraveNewCurrency: <pre><blockquote>
<p>it can't be used in so many webapps because of it's license</p>
</blockquote>
<p>You are thinking of the GNU Affero GPL license, which requires you give out source when you run the server. (And only if you modify it.)</p>
<p>The regular GPLv3 doesn't affect servers. The GPL is based on copyright, which only triggers when you copy and distribute the code. Only people distributing code need to worry about licenses.</p></pre>beefsack: <pre><p>I see you've been drinking up the GPL FUD.</p></pre>epic_pork: <pre><p>Because people care about free software.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传