@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
phorge
phabricator
1{
2 "name": "contrib",
3 "title": "Phorge Contributor Documentation",
4 "short": "Contributor Docs",
5 "preface": "Information for Phorge contributors and developers.",
6 "root": "../../../",
7 "uri.source":
8 "https://we.phorge.it/diffusion/P/browse/master/%f$%l",
9 "rules": {
10 "(\\.diviner$)": "DivinerArticleAtomizer"
11 },
12 "exclude": [
13 "(^externals/)",
14 "(^resources/)",
15 "(^scripts/)",
16 "(^src/docs/flavor/)",
17 "(^src/docs/tech/)",
18 "(^src/docs/user/)",
19 "(^support/)",
20 "(^webroot/rsrc/externals/)"
21 ],
22 "groups": {
23 "contrib": {
24 "name": "Contributor Overview"
25 },
26 "detail": {
27 "name": "Contributing in Detail"
28 },
29 "developer": {
30 "name": "Developer Guides"
31 },
32 "standards": {
33 "name": "Coding Standards"
34 }
35 }
36}