-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-exchange.json
55 lines (55 loc) · 1.35 KB
/
page-exchange.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"publisher": "Canasta Project",
"author": "Bryan Hilderbrand",
"language": "en",
"licenseName": "CC-BY-SA 3.0",
"url": "https:\/\/github.com\/CanastaWiki\/CanastaPXConsultingCRM",
"packages": {
"Canasta Consulting CRM": {
"globalID": "wiki.canasta.consulting-crm",
"description": "CRM (customer-relationship management) for a consulting company, specifically a web-based one.",
"version": "0.1",
"directoryStructure": {
"service": "GitHub",
"accountName": "CanastaWiki",
"repositoryName": "CanastaPXConsultingCRM",
"namespaceSettings": [
{
"namespace": "NS_MAIN",
"fileNamePrefix": "Main/",
"fileNameSuffix": ".mediawiki"
},
{
"namespace": "NS_FILE",
"fileNamePrefix": "File/",
"fileNameSuffix": ".mediawiki",
"actualFileNamePrefix": "File/",
"actualFileNameSuffix": ""
},
{
"namespace": "NS_TEMPLATE",
"fileNamePrefix": "Template/",
"fileNameSuffix": ".mediawiki"
},
{
"namespace": "NS_CATEGORY",
"fileNamePrefix": "Category/",
"fileNameSuffix": ".mediawiki"
},
{
"namespace": "PF_NS_FORM",
"fileNamePrefix": "Form/",
"fileNameSuffix": ".mediawiki"
}
]
},
"requiredExtensions": [
"Page Forms",
"Variables",
"Cargo",
"ParserFunctions",
"MagicNoCache"
]
}
}
}