@ -1,37 +1,55 @@
{
{
"system" : {
"system" : {
"logo" : "www/parser/_images/cog-red.png" , "context" : "" , "theme" : "oss.css" ,
"logo" : "www/parser/_images/cog-red.png" ,
"context" : "" ,
"theme" : "oss.css" ,
"app" : {
"app" : {
"debug" : true ,
"debug" : true , "port" : 8000 } ,
"port" : 8000
"version" : 0.6 , "mode" : "portal" ,
} ,
"version" : 0.6 ,
"mode" : "portal" ,
"source" : {
"source" : {
"id" : "cloud" ,
"id" : "cloud" ,
"auth" : "nextcloud-auth.json" ,
"auth" : "nextcloud-auth.json" ,
"store" : "/home/steve/git/sites/parser/store-auth.json"
"store" : "/home/steve/git/sites/parser/store-auth.json" ,
"key" : "/home/steve/dev/data/qcms/parser.json"
} ,
} ,
"routes" : {
"routes" : {
"data-transport" : {
"data-transport" : {
"menu" : "tools" ,
"menu" : "tools" ,
"path" : "/home/steve/git/sites/data-transport/config.json"
"path" : "/home/steve/git/sites/data-transport/config.json"
} ,
"privacykit" : {
"menu" : "tools" ,
"path" : "/home/steve/git/sites/privacykit/config.json"
}
}
}
}
} ,
} ,
"plugins" : {
"plugins" : {
"store" : [ "init" , "plans" ] ,
"store" : [ "init" , "plans" , "version"
"users" : [ "signup" ]
] ,
"users" : [
"signup"
]
} ,
} ,
"layout" : {
"layout" : {
"header" : { "title" : "{x12} Parser :: Healthcare/IO" , "logo" : true , "subtitle" : "Open, Simple & Extensible - Powered by data-transport" } ,
"header" : {
"title" : "{x12} Parser :: Healthcare/IO" ,
"logo" : true ,
"subtitle" : "Open, Simple & Extensible - Powered by data-transport"
} ,
"icons" : [ ] ,
"icons" : [ ] ,
"root" : "www/parser" ,
"root" : "www/parser" ,
"index" : "index.html" ,
"index" : "index.html" ,
"order" : {
"order" : {
"menu" : [ "tools" , "resources" , "about" ]
"menu" : [ "tools" , "tutorials" , "about"
]
} ,
} ,
"overwrite" : {
"overwrite" : {
"1-parse" : {
"text" : "{12} Parsing" , "title" : "{x12} Parsing" , "type" : "dialog" , "uri" : "www/parser/tutorials/1-parse.md"
} ,
"license" : {
"license" : {
"title" : "MIT License" ,
"title" : "MIT License" ,
"text" : "license" ,
"text" : "license" ,
@ -43,11 +61,29 @@
"type" : "redirect" ,
"type" : "redirect" ,
"url" : "https://hiplab.mc.vanderbilt.edu/git/hiplab/parser.git"
"url" : "https://hiplab.mc.vanderbilt.edu/git/hiplab/parser.git"
} ,
} ,
"change-database" : {
"title" : "Change Database" ,
"text" : "change database" ,
"type" : "dialog" ,
"uri" : "www/parser/tutorials/change-database.md"
} ,
"embed-in-code" : {
"title" : "embed in code" , "text" : "{x12} Import Library" , "type" : "dialog" , "uri" : "www/parser/tutorials/embed-in-code.md"
} ,
"export-data" : { "title" : "Export Data" , "text" : "Export Data" , "type" : "dialog" , "uri" : "www/parser/tutorials/export-data.md" } ,
"credit" : {
"credit" : {
"title" : "{x12} Parser Credit" ,
"title" : "{x12} Parser Credit" ,
"type" : "dialog" , "uri" : "www/parser/about/credit.html"
"type" : "dialog" ,
"uri" : "www/parser/about/credit.html"
}
}
} ,
} ,
"footer" : [ { "text" : "Health Information Privacy Laboratory" } , { "text" : "Powered By - QCMS" } ]
"footer" : [
{
"text" : "Health Information Privacy Laboratory"
} ,
{
"text" : "Powered By - QCMS"
}
]
}
}
}
}