2013-08-27 12:14:00 +02:00
|
|
|
{
|
|
|
|
"name" : "phabdev",
|
|
|
|
"title" : "Phabricator Technical Documentation",
|
|
|
|
"short" : "Phabricator Tech Docs",
|
2014-03-05 21:08:01 +01:00
|
|
|
"preface" : "Technical documentation intended for Phabricator developers.",
|
2013-08-27 12:14:00 +02:00
|
|
|
"root" : "../../../",
|
2013-08-28 18:54:54 +02:00
|
|
|
"uri.source" :
|
|
|
|
"https://secure.phabricator.com/diffusion/P/browse/master/%f$%l",
|
2013-08-27 12:14:00 +02:00
|
|
|
"rules" : {
|
2013-08-28 18:57:00 +02:00
|
|
|
"(\\.php$)" : "DivinerPHPAtomizer",
|
|
|
|
"(\\.diviner$)" : "DivinerArticleAtomizer"
|
2013-08-27 12:14:00 +02:00
|
|
|
},
|
|
|
|
"exclude" : [
|
|
|
|
"(^externals/)",
|
2013-09-08 18:16:55 +02:00
|
|
|
"(^webroot/rsrc/externals/)",
|
2013-08-27 12:14:00 +02:00
|
|
|
"(^scripts/)",
|
|
|
|
"(^support/)",
|
2013-08-28 18:57:00 +02:00
|
|
|
"(^resources/)",
|
2014-03-05 22:00:24 +01:00
|
|
|
"(^src/docs/user/)",
|
|
|
|
"(^src/docs/flavor/)",
|
|
|
|
"(^src/docs/contributor/)"
|
2013-08-27 12:14:00 +02:00
|
|
|
],
|
|
|
|
"groups" : {
|
2013-09-08 18:16:55 +02:00
|
|
|
"arcanist" : {
|
|
|
|
"name" : "Arcanist Integration",
|
|
|
|
"include" : "(^src/applications/arcanist/)"
|
|
|
|
},
|
|
|
|
"audit" : {
|
|
|
|
"name" : "Audit",
|
|
|
|
"include" : "(^src/applications/audit/)"
|
|
|
|
},
|
|
|
|
"auth" : {
|
|
|
|
"name" : "Auth",
|
|
|
|
"include" : "(^src/applications/auth/)"
|
|
|
|
},
|
|
|
|
"baseapp" : {
|
|
|
|
"name" : "Application Basics",
|
|
|
|
"include" : "(^src/applications/base/)"
|
|
|
|
},
|
|
|
|
"cache" : {
|
|
|
|
"name" : "Cache",
|
|
|
|
"include" : "(^src/applications/cache/)"
|
|
|
|
},
|
|
|
|
"calendar" : {
|
|
|
|
"name" : "Calendar",
|
|
|
|
"include" : "(^src/applications/calendar/)"
|
|
|
|
},
|
|
|
|
"chatlog" : {
|
|
|
|
"name" : "Chatlog",
|
|
|
|
"include" : "(^src/applications/chatlog/)"
|
|
|
|
},
|
|
|
|
"conduit" : {
|
|
|
|
"name" : "Conduit",
|
|
|
|
"include" : "(^src/applications/conduit/)"
|
|
|
|
},
|
|
|
|
"config" : {
|
|
|
|
"name" : "Config",
|
|
|
|
"include" : "(^src/applications/config/)"
|
|
|
|
},
|
|
|
|
"conpherence" : {
|
|
|
|
"name" : "Conpherence",
|
|
|
|
"include" : "(^src/applications/conpherence/)"
|
|
|
|
},
|
|
|
|
"countdown" : {
|
|
|
|
"name" : "Countdown",
|
|
|
|
"include" : "(^src/applications/countdown/)"
|
|
|
|
},
|
|
|
|
"daemon" : {
|
|
|
|
"name" : "Daemons",
|
|
|
|
"include" : "(^src/applications/daemon/)"
|
|
|
|
},
|
|
|
|
"differential" : {
|
|
|
|
"name" : "Differential",
|
|
|
|
"include" : "(^src/applications/differential/)"
|
|
|
|
},
|
|
|
|
"diffusion" : {
|
|
|
|
"name" : "Diffusion",
|
|
|
|
"include" : "(^src/applications/diffusion/)"
|
|
|
|
},
|
|
|
|
"directory" : {
|
|
|
|
"name" : "Directory",
|
|
|
|
"include" : "(^src/applications/directory/)"
|
|
|
|
},
|
|
|
|
"diviner" : {
|
|
|
|
"name" : "Diviner",
|
|
|
|
"include" : "(^src/applications/diviner/)"
|
|
|
|
},
|
|
|
|
"doorkeeper" : {
|
|
|
|
"name" : "Doorkeeper",
|
|
|
|
"include" : "(^src/applications/doorkeeper/)"
|
|
|
|
},
|
|
|
|
"draft" : {
|
|
|
|
"name" : "Draft",
|
|
|
|
"include" : "(^src/applications/draft/)"
|
|
|
|
},
|
|
|
|
"drydock" : {
|
|
|
|
"name" : "Drydock",
|
|
|
|
"include" : "(^src/applications/drydock/)"
|
|
|
|
},
|
|
|
|
"fact" : {
|
|
|
|
"name" : "Fact",
|
|
|
|
"include" : "(^src/applications/fact/)"
|
|
|
|
},
|
|
|
|
"feed" : {
|
|
|
|
"name" : "Feed",
|
|
|
|
"include" : "(^src/applications/feed/)"
|
|
|
|
},
|
|
|
|
"files" : {
|
|
|
|
"name" : "Files",
|
|
|
|
"include" : "(^src/applications/files/)"
|
|
|
|
},
|
|
|
|
"flag" : {
|
|
|
|
"name" : "Flags",
|
|
|
|
"include" : "(^src/applications/flag/)"
|
|
|
|
},
|
|
|
|
"harbormaster" : {
|
|
|
|
"name" : "Harbormaster",
|
|
|
|
"include" : "(^src/applications/harbormaster/)"
|
|
|
|
},
|
|
|
|
"help" : {
|
|
|
|
"name" : "Help",
|
|
|
|
"include" : "(^src/applications/help/)"
|
|
|
|
},
|
|
|
|
"herald" : {
|
|
|
|
"name" : "Herald",
|
|
|
|
"include" : "(^src/applications/herald/)"
|
|
|
|
},
|
|
|
|
"legalpad" : {
|
|
|
|
"name" : "Legalpad",
|
|
|
|
"include" : "(^src/applications/legalpad/)"
|
|
|
|
},
|
|
|
|
"lipsum" : {
|
|
|
|
"name" : "Lipsum",
|
|
|
|
"include" : "(^src/applications/lipsum/)"
|
|
|
|
},
|
|
|
|
"macro" : {
|
|
|
|
"name" : "Macro",
|
|
|
|
"include" : "(^src/applications/macro/)"
|
|
|
|
},
|
|
|
|
"mailinglists" : {
|
|
|
|
"name" : "Mailing Lists",
|
|
|
|
"include" : "(^src/applications/mailinglists/)"
|
|
|
|
},
|
|
|
|
"maniphest" : {
|
|
|
|
"name" : "Maniphest",
|
|
|
|
"include" : "(^src/applications/maniphest/)"
|
|
|
|
},
|
|
|
|
"meta" : {
|
|
|
|
"name" : "Meta",
|
|
|
|
"include" : "(^src/applications/meta/)"
|
|
|
|
},
|
|
|
|
"metamta" : {
|
|
|
|
"name" : "MetaMTA",
|
|
|
|
"include" : "(^src/applications/metamta/)"
|
|
|
|
},
|
|
|
|
"notification" : {
|
|
|
|
"name" : "Notifications",
|
|
|
|
"include" : "(^src/applications/notification/)"
|
|
|
|
},
|
|
|
|
"oauthserver" : {
|
|
|
|
"name" : "OAuth Server",
|
|
|
|
"include" : "(^src/applications/oauthserver/)"
|
|
|
|
},
|
|
|
|
"owners" : {
|
|
|
|
"name" : "Owners",
|
|
|
|
"include" : "(^src/applications/owners/)"
|
|
|
|
},
|
2013-09-02 20:33:02 +02:00
|
|
|
"paste" : {
|
|
|
|
"name" : "Paste",
|
|
|
|
"include" : "(^src/applications/paste/)"
|
2013-09-08 18:16:55 +02:00
|
|
|
},
|
|
|
|
"people" : {
|
|
|
|
"name" : "People",
|
|
|
|
"include" : "(^src/applications/people/)"
|
|
|
|
},
|
|
|
|
"phame" : {
|
|
|
|
"name" : "Phame",
|
|
|
|
"include" : "(^src/applications/phame/)"
|
|
|
|
},
|
|
|
|
"phid" : {
|
|
|
|
"name" : "PHIDs",
|
|
|
|
"include" : "(^src/applications/phid/)"
|
|
|
|
},
|
|
|
|
"phlux" : {
|
|
|
|
"name" : "Phlux",
|
|
|
|
"include" : "(^src/applications/phlux/)"
|
|
|
|
},
|
|
|
|
"pholio" : {
|
|
|
|
"name" : "Pholio",
|
|
|
|
"include" : "(^src/applications/pholio/)"
|
|
|
|
},
|
|
|
|
"phortune" : {
|
|
|
|
"name" : "Phortune",
|
|
|
|
"include" : "(^src/applications/phortune/)"
|
|
|
|
},
|
|
|
|
"phpast" : {
|
|
|
|
"name" : "PHPAST",
|
|
|
|
"include" : "(^src/applications/phpast/)"
|
|
|
|
},
|
|
|
|
"phrequent" : {
|
|
|
|
"name" : "Phrequent",
|
|
|
|
"include" : "(^src/applications/phrequent/)"
|
|
|
|
},
|
|
|
|
"phriction" : {
|
|
|
|
"name" : "Phriction",
|
|
|
|
"include" : "(^src/applications/phriction/)"
|
|
|
|
},
|
|
|
|
"policy" : {
|
|
|
|
"name" : "Policy",
|
|
|
|
"include" : "(^src/applications/policy/)"
|
|
|
|
},
|
|
|
|
"ponder" : {
|
|
|
|
"name" : "Ponder",
|
|
|
|
"include" : "(^src/applications/ponder/)"
|
|
|
|
},
|
|
|
|
"project" : {
|
|
|
|
"name" : "Projects",
|
|
|
|
"include" : "(^src/applications/project/)"
|
|
|
|
},
|
|
|
|
"releeph" : {
|
|
|
|
"name" : "Releeph",
|
|
|
|
"include" : "(^src/applications/releeph/)"
|
|
|
|
},
|
|
|
|
"remarkup" : {
|
|
|
|
"name" : "Remarkup",
|
|
|
|
"include" : "(^src/applications/remarkup/)"
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"name" : "Repositories",
|
|
|
|
"include" : "(^src/applications/repository/)"
|
|
|
|
},
|
|
|
|
"search" : {
|
|
|
|
"name" : "Search",
|
|
|
|
"include" : "(^src/applications/search/)"
|
|
|
|
},
|
|
|
|
"settings" : {
|
|
|
|
"name" : "Settings",
|
|
|
|
"include" : "(^src/applications/settings/)"
|
|
|
|
},
|
|
|
|
"slowvote" : {
|
|
|
|
"name" : "Slowvote",
|
|
|
|
"include" : "(^src/applications/slowvote/)"
|
|
|
|
},
|
|
|
|
"subscriptions" : {
|
|
|
|
"name" : "Subscriptions",
|
|
|
|
"include" : "(^src/applications/subscriptions/)"
|
|
|
|
},
|
|
|
|
"system" : {
|
|
|
|
"name" : "System",
|
|
|
|
"include" : "(^src/applications/system/)"
|
|
|
|
},
|
|
|
|
"tokens" : {
|
|
|
|
"name" : "Tokens",
|
|
|
|
"include" : "(^src/applications/tokens/)"
|
|
|
|
},
|
|
|
|
"transactions" : {
|
|
|
|
"name" : "Transactions",
|
|
|
|
"include" : "(^src/applications/transactions/)"
|
|
|
|
},
|
|
|
|
"typeahead" : {
|
|
|
|
"name" : "Typeahead",
|
|
|
|
"include" : "(^src/applications/typeahead/)"
|
|
|
|
},
|
|
|
|
"uiexample" : {
|
|
|
|
"name" : "UI Examples",
|
|
|
|
"include" : "(^src/applications/uiexample/)"
|
|
|
|
},
|
|
|
|
"xhprof" : {
|
|
|
|
"name" : "XHProf",
|
|
|
|
"include" : "(^src/applications/xhprof/)"
|
2013-09-02 20:33:02 +02:00
|
|
|
}
|
2013-08-27 12:14:00 +02:00
|
|
|
}
|
|
|
|
}
|