Wiki done in Golang?

blov · · 1150 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Hi! I like the simplicity of deploying Go apps for ours small business internal usage. For example, last month we replaced Gitlab with Gitea and we are super happy with it and it&#39;s simpler requirements (to be honest Gitlab is great if you have a big team and use all it&#39;s features).</p> <p>I&#39;m looking for more tools to migrate, in this case our internal wiki used as a KB.. but it striked me that there aren&#39;t any open source wikis done in Golang, at least by searching github and filtering by language.. I&#39;m missing something?</p> <hr/>**评论:**<br/><br/>metamatic: <pre><p><a href="https://golanglibs.com/top?q=wiki" rel="nofollow">List of Go wiki software</a></p></pre>ballagarba: <pre><p>I would like to add that the second one on that list (go-wiki) is just a toy project I created as a process to learn Go. But I posted it to HN (and Reddit I think?) and now it has a bunch of stars...</p></pre>bepragmatic: <pre><p>@metamatic thanks you for the list, I&#39;ve glanced through it and unfortunately everything looks years away from what we are currently using (<a href="https://wiki.js.org/" rel="nofollow">https://wiki.js.org/</a>).</p></pre>HarveyKandola: <pre><p>We&#39;re building something that &#34;docs + wiki&#34;:</p> <p><a href="https://github.com/documize/community" rel="nofollow">https://github.com/documize/community</a></p> <p>Go + EmberJS front-end code, all packed and served up from single executable -- makes deployment and upgrades super easy (compared to the status quo).</p></pre>dAnjou: <pre><p>There are some nice concepts in there. Keep a focus on making maintenance of a in knowledge base easier. Keeping its content up-to-date and relevant is the hardest part.</p></pre>HarveyKandola: <pre><p>Totally agree. Stale content causes more issues than we think.</p></pre>bepragmatic: <pre><p>@HarveyKandola this looks interesting, I will play with it in the next days. I will have married VueJS instead of Ember though.</p></pre>HarveyKandola: <pre><p>We started with Angular but switched to Ember, and VueJS was still new kid on the block at the time.</p></pre>SQLServerIO: <pre><p>I was searching around for the exact same thing! Every wiki I find is either crazy complicated to setup, part of a much larger CMS/Knowledge Management System or isn&#39;t maintained anymore. We are using Dokuwiki right now and it is OK but has some rough edges around the WYSIWYG plugin and theming. If I had ANY skills in front end development I&#39;d start working on one or modifying those out there already.</p></pre>bepragmatic: <pre><p>Yes same boat here, we are currently using <a href="https://wiki.js.org/" rel="nofollow">https://wiki.js.org/</a> and it looks great but has some rough edges, just to give an example, we have to wait for v2 to be able to delete a wiki page without going directly through the git repository (?).</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

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