|
| 1 | +[ |
| 2 | + { |
| 3 | + "glossary": { |
| 4 | + "title": "example glossary", |
| 5 | + "GlossDiv": { |
| 6 | + "title": "S", |
| 7 | + "GlossList": { |
| 8 | + "GlossEntry": { |
| 9 | + "ID": "SGML", |
| 10 | + "SortAs": "SGML", |
| 11 | + "GlossTerm": "Standard Generalized Markup Language", |
| 12 | + "Acronym": "SGML", |
| 13 | + "Abbrev": "ISO 8879:1986", |
| 14 | + "GlossDef": { |
| 15 | + "para": "A meta-markup language, used to create markup languages such as DocBook.", |
| 16 | + "GlossSeeAlso": ["GML", "XML"] |
| 17 | + }, |
| 18 | + "GlossSee": "markup" |
| 19 | + } |
| 20 | + } |
| 21 | + } |
| 22 | + } |
| 23 | + }, |
| 24 | + {"menu": { |
| 25 | + "id": "file", |
| 26 | + "value": "File", |
| 27 | + "popup": { |
| 28 | + "menuitem": [ |
| 29 | + {"value": "New", "onclick": "CreateNewDoc()"}, |
| 30 | + {"value": "Open", "onclick": "OpenDoc()"}, |
| 31 | + {"value": "Close", "onclick": "CloseDoc()"} |
| 32 | + ] |
| 33 | + } |
| 34 | + }}, |
| 35 | + {"widget": { |
| 36 | + "debug": "on", |
| 37 | + "window": { |
| 38 | + "title": "Sample Konfabulator Widget", |
| 39 | + "name": "main_window", |
| 40 | + "width": 500, |
| 41 | + "height": 500 |
| 42 | + }, |
| 43 | + "image": { |
| 44 | + "src": "Images/Sun.png", |
| 45 | + "name": "sun1", |
| 46 | + "hOffset": 250, |
| 47 | + "vOffset": 250, |
| 48 | + "alignment": "center" |
| 49 | + }, |
| 50 | + "text": { |
| 51 | + "data": "Click Here", |
| 52 | + "size": 36, |
| 53 | + "style": "bold", |
| 54 | + "name": "text1", |
| 55 | + "hOffset": 250, |
| 56 | + "vOffset": 100, |
| 57 | + "alignment": "center", |
| 58 | + "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;" |
| 59 | + } |
| 60 | + }}, |
| 61 | + {"web-app": { |
| 62 | + "servlet": [ |
| 63 | + { |
| 64 | + "servlet-name": "cofaxCDS", |
| 65 | + "servlet-class": "org.cofax.cds.CDSServlet", |
| 66 | + "init-param": { |
| 67 | + "configGlossary:installationAt": "Philadelphia, PA", |
| 68 | + "configGlossary:adminEmail": "ksm@pobox.com", |
| 69 | + "configGlossary:poweredBy": "Cofax", |
| 70 | + "configGlossary:poweredByIcon": "/images/cofax.gif", |
| 71 | + "configGlossary:staticPath": "/content/static", |
| 72 | + "templateProcessorClass": "org.cofax.WysiwygTemplate", |
| 73 | + "templateLoaderClass": "org.cofax.FilesTemplateLoader", |
| 74 | + "templatePath": "templates", |
| 75 | + "templateOverridePath": "", |
| 76 | + "defaultListTemplate": "listTemplate.htm", |
| 77 | + "defaultFileTemplate": "articleTemplate.htm", |
| 78 | + "useJSP": false, |
| 79 | + "jspListTemplate": "listTemplate.jsp", |
| 80 | + "jspFileTemplate": "articleTemplate.jsp", |
| 81 | + "cachePackageTagsTrack": 200, |
| 82 | + "cachePackageTagsStore": 200, |
| 83 | + "cachePackageTagsRefresh": 60, |
| 84 | + "cacheTemplatesTrack": 100, |
| 85 | + "cacheTemplatesStore": 50, |
| 86 | + "cacheTemplatesRefresh": 15, |
| 87 | + "cachePagesTrack": 200, |
| 88 | + "cachePagesStore": 100, |
| 89 | + "cachePagesRefresh": 10, |
| 90 | + "cachePagesDirtyRead": 10, |
| 91 | + "searchEngineListTemplate": "forSearchEnginesList.htm", |
| 92 | + "searchEngineFileTemplate": "forSearchEngines.htm", |
| 93 | + "searchEngineRobotsDb": "WEB-INF/robots.db", |
| 94 | + "useDataStore": true, |
| 95 | + "dataStoreClass": "org.cofax.SqlDataStore", |
| 96 | + "redirectionClass": "org.cofax.SqlRedirection", |
| 97 | + "dataStoreName": "cofax", |
| 98 | + "dataStoreDriver": "com.microsoft.jdbc.sqlserver.SQLServerDriver", |
| 99 | + "dataStoreUrl": "jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon", |
| 100 | + "dataStoreUser": "sa", |
| 101 | + "dataStorePassword": "dataStoreTestQuery", |
| 102 | + "dataStoreTestQuery": "SET NOCOUNT ON;select test='test';", |
| 103 | + "dataStoreLogFile": "/usr/local/tomcat/logs/datastore.log", |
| 104 | + "dataStoreInitConns": 10, |
| 105 | + "dataStoreMaxConns": 100, |
| 106 | + "dataStoreConnUsageLimit": 100, |
| 107 | + "dataStoreLogLevel": "debug", |
| 108 | + "maxUrlLength": 500}}, |
| 109 | + { |
| 110 | + "servlet-name": "cofaxEmail", |
| 111 | + "servlet-class": "org.cofax.cds.EmailServlet", |
| 112 | + "init-param": { |
| 113 | + "mailHost": "mail1", |
| 114 | + "mailHostOverride": "mail2"}}, |
| 115 | + { |
| 116 | + "servlet-name": "cofaxAdmin", |
| 117 | + "servlet-class": "org.cofax.cds.AdminServlet"}, |
| 118 | + |
| 119 | + { |
| 120 | + "servlet-name": "fileServlet", |
| 121 | + "servlet-class": "org.cofax.cds.FileServlet"}, |
| 122 | + { |
| 123 | + "servlet-name": "cofaxTools", |
| 124 | + "servlet-class": "org.cofax.cms.CofaxToolsServlet", |
| 125 | + "init-param": { |
| 126 | + "templatePath": "toolstemplates/", |
| 127 | + "log": 1, |
| 128 | + "logLocation": "/usr/local/tomcat/logs/CofaxTools.log", |
| 129 | + "logMaxSize": "", |
| 130 | + "dataLog": 1, |
| 131 | + "dataLogLocation": "/usr/local/tomcat/logs/dataLog.log", |
| 132 | + "dataLogMaxSize": "", |
| 133 | + "removePageCache": "/content/admin/remove?cache=pages&id=", |
| 134 | + "removeTemplateCache": "/content/admin/remove?cache=templates&id=", |
| 135 | + "fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder", |
| 136 | + "lookInContext": 1, |
| 137 | + "adminGroupID": 4, |
| 138 | + "betaServer": true}}], |
| 139 | + "servlet-mapping": { |
| 140 | + "cofaxCDS": "/", |
| 141 | + "cofaxEmail": "/cofaxutil/aemail/*", |
| 142 | + "cofaxAdmin": "/admin/*", |
| 143 | + "fileServlet": "/static/*", |
| 144 | + "cofaxTools": "/tools/*"}, |
| 145 | + |
| 146 | + "taglib": { |
| 147 | + "taglib-uri": "cofax.tld", |
| 148 | + "taglib-location": "/WEB-INF/tlds/cofax.tld"}}}, |
| 149 | + {"menu": { |
| 150 | + "header": "SVG Viewer", |
| 151 | + "items": [ |
| 152 | + {"id": "Open"}, |
| 153 | + {"id": "OpenNew", "label": "Open New"}, |
| 154 | + null, |
| 155 | + {"id": "ZoomIn", "label": "Zoom In"}, |
| 156 | + {"id": "ZoomOut", "label": "Zoom Out"}, |
| 157 | + {"id": "OriginalView", "label": "Original View"}, |
| 158 | + null, |
| 159 | + {"id": "Quality"}, |
| 160 | + {"id": "Pause"}, |
| 161 | + {"id": "Mute"}, |
| 162 | + null, |
| 163 | + {"id": "Find", "label": "Find..."}, |
| 164 | + {"id": "FindAgain", "label": "Find Again"}, |
| 165 | + {"id": "Copy"}, |
| 166 | + {"id": "CopyAgain", "label": "Copy Again"}, |
| 167 | + {"id": "CopySVG", "label": "Copy SVG"}, |
| 168 | + {"id": "ViewSVG", "label": "View SVG"}, |
| 169 | + {"id": "ViewSource", "label": "View Source"}, |
| 170 | + {"id": "SaveAs", "label": "Save As"}, |
| 171 | + null, |
| 172 | + {"id": "Help"}, |
| 173 | + {"id": "About", "label": "About Adobe CVG Viewer..."} |
| 174 | + ] |
| 175 | + }}] |
0 commit comments