New developer wanted for a markdown parser package

xuanbao · · 647 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<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&#39;t have time for this, especially considering that they still make breaking changes. I&#39;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&#39;s see what I can do.</p></pre>robvdl: <pre><p>How does this compare to blackfriday? Also I noticed it&#39;s gpl3 that isn&#39;t very useful in Golang which is a compiled language, means it can&#39;t be used in so many webapps because of it&#39;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&#39;t be used in so many webapps because of it&#39;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&#39;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&#39;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

647 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传