On 27 July 2012 13:15, Laupretre François <francois.laupre...@francetv.fr> wrote: >> How about using git for the actual documents too.. No better way to >> collaborate imho. > > Do you mean using github or integrating git VCS in a RFC app ? If you mean > using github, it is a convenient way to store document evolution and > comments, but what about the voting process, let alone RFC numbering and > status mgmt ? I don't know github enough, is it possible to add such > plugins/features on it ?
The first that came to my mind reading that is a github feature called Pages[1]. In essence these are static sites hosted on github's servers, optionally reachable via your own domain. Though they are static, github supports dynamic content via a tool called Jekyll. This probably means that after the initial setup one can easily add a new rfc, change it's status, etc. with all related pages updating automatically. I played around a bit with jekyll, but stopped at simple, blog-like functionality. Being hosted on github this probably means we can use the currect authentication mechanism (checking for rfc/wiki karma) for this as well. [1]: https://help.github.com/categories/20/articles [2]: https://github.com/mojombo/jekyll/wiki Regards, -- Gábor -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php