Total Pageviews

Sunday 10 August 2014

Phabricator是一款审计源代码的工具

Phabricator is an open source collection of web applications which help
software companies build better software.
 
Open software engineering platform and fun adventure game
 
 
 Phabricator includes applications for:
  - reviewing and auditing source code;
  - hosting and browsing repositories;
  - assembling a party to venture forth;
  - tracking bugs;
  - hiding stuff from coworkers; and
  - also some other things.

You can learn more about the project (and find links to documentation and
resources) [[http://phabricator.org/ | here]].

Phabricator is developed and maintained by [[http://phacility.com/ |
Phacility]]. The first version of Phabricator was originally built at Facebook.
 
from https://github.com/phacility/phabricator 
-------------------------------------------------------------
可视化代码审查工具 Phabricator

Phabricator是Facebook技术团队开源的基于Web的可视化代码审查工具,主要有PHP编写。
工程师可以在页面上针对每一段(单行或者多行)代码进行交互讨论;负责审查的工程师可以接受
代码改变,可以提出疑问要求原作者继续修改,等等。只有代码被明确接受之后才能被工程师
提交到服务器端的代码库,集成到提交工具中强制执行。

phabricator支持Git, Mercurial,Subversion。服务器可运行在 Linux或MAC OS X, 
客户端支持多平台。