Existing Open source CMS or new one?

blov · · 1060 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I need a CMS for a project. It would be nice to use an existing open source golang solution. Are any of you guys working on one that needs contributors?</p> <hr/>**评论:**<br/><br/>divblocks: <pre><p>Hello, we have recently started working on open-source GoLang CMS : <a href="https://github.com/divblocks/aquila" rel="nofollow">https://github.com/divblocks/aquila</a></p> <p>The project is currently on its early stage, but we plan to evolve it rapidly. If you are interested, you can join our team. We are going to publish Software Arctitecture Document in nearest time.</p></pre>jasonrichardsmith: <pre><p>I am currently porting over and making some modifications to a project I have been working on for a while. <a href="http://mongular.org/">http://mongular.org/</a></p> <p>Which will now be known as Mongolar</p> <p>The premise is simple. Static files get served from a common base index.html and then all routes and page assets get built from the top down with AngularJS through an API that queries MongoDb.</p> <p>I wrote the config loader and I am completing the router (httprouter) for the API.</p> <p>To be clear there are two route systems, actual user routing foo.com/blog/my_post is a request from AngularJs to the api which returns a record from MongoDb in the path table. The other is code routing like foo.com/api_end_point/path is a code router that routes to a &#34;Path&#34; controller</p> <p>I am porting from PHP because, I am a bit tired of the slop, and slowness, and the community. I also need to diversify. The nice thing is, because of the separation of front end and back end logic, little will be changed on the AngularJs/Html side of things. But I will take this time to make improvements to my original assumptions.</p> <p>This is a presentation I made on the topic. <a href="https://vimeo.com/120269802">https://vimeo.com/120269802</a></p> <p>The repo at this point <a href="https://github.com/jasonrichardsmith/mongolar">https://github.com/jasonrichardsmith/mongolar</a></p></pre>

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

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