@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
fork

Configure Feed

Select the types of activity you want to include in your feed.

at upstream/main 39 lines 878 B view raw
1{ 2 "name": "flavor", 3 "title": "Phorge Flavor Text", 4 "short": "Flavor Text", 5 "preface": "A collection of short articles which pertain to software development in general, not necessarily to Phorge specifically.", 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/contributor/)", 17 "(^src/docs/tech/)", 18 "(^src/docs/user/)", 19 "(^support/)", 20 "(^webroot/rsrc/externals/)" 21 ], 22 "groups": { 23 "javascript": { 24 "name": "JavaScript" 25 }, 26 "lore": { 27 "name": "Phorge Lore" 28 }, 29 "php": { 30 "name": "PHP" 31 }, 32 "review": { 33 "name": "Revision Control and Code Review" 34 }, 35 "sundry": { 36 "name": "Sundries" 37 } 38 } 39}