Based on Ruby on Rails and Ember.js PostgreSQL as data store Redis for job queue, rate limiting, as a cache and for transient data
GPL 2.0 License
Github 地址楼下给了
Discourse is the 100% open source, next-generation discussion platform built for the next 10 years of the Internet. 霸气侧漏啊
https://github.com/discourse/discourse/pull/36/files 發 pull request 竟然還要先簽 Contributor License Agreement ? https://docs.google.com/spreadsheet/viewform?formkey=dGUwejFfbDhDYXR4bVFMRG1TUENqLWc6MQ
有點詭異...
https://github.com/discourse/discourse/pull/11 # 沒簽之前甚至 developer 連 PR 都不能看...XD
#14 楼 @camel 用哪个 License 和要不要签 CLA 没啥关系吧。根据腐朽的美帝的现有法律,版权是自动生效的,哪怕你只是写了一行代码,那代码的版权就是你的,如果你不声明以某种协议授权给别人用,别人是没权使用的。而且某些州,个人是无权把代码发布到 Public Domain 的,请先咨询法律专家的意见再来说要不要吧。
而且 jQuery 现在还是要签 CLA 的 http://contribute.jquery.org/
#18 楼 @lgn21st http://www.codinghorror.com/blog/ 著名博主,stackoverflow 创始人之一
https://github.com/xdite/discourse/commit/e1220eeee5746521fa346f324240faee848213fc#commitcomment-2576626 上去又嚷了一下 -_-||||
database.yml.example
是常識吧...
@xdite 我们也把 database.yml 放在 git 里面,对新手很有帮助(正如 issue 里面有人提到一样)。Deploy 的时候会有另外一个 database.yml 覆盖掉这个,所以也不会发生信息泄密问题 ^^