Skip to content

Commit 6047e3c

Browse files
committed
Normalize all the line endings
1 parent d9cf99b commit 6047e3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8446
-8446
lines changed

bin/data/glossary.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
{
2-
"glossary": {
3-
"title": "example glossary",
4-
"GlossDiv": {
5-
"title": "S",
6-
"GlossList": {
7-
"GlossEntry": {
8-
"ID": "SGML",
9-
"SortAs": "SGML",
10-
"GlossTerm": "Standard Generalized Markup Language",
11-
"Acronym": "SGML",
12-
"Abbrev": "ISO 8879:1986",
13-
"GlossDef": {
14-
"para": "A meta-markup language, used to create markup languages such as DocBook.",
15-
"GlossSeeAlso": ["GML", "XML"]
16-
},
17-
"GlossSee": "markup"
18-
}
19-
}
20-
}
21-
}
1+
{
2+
"glossary": {
3+
"title": "example glossary",
4+
"GlossDiv": {
5+
"title": "S",
6+
"GlossList": {
7+
"GlossEntry": {
8+
"ID": "SGML",
9+
"SortAs": "SGML",
10+
"GlossTerm": "Standard Generalized Markup Language",
11+
"Acronym": "SGML",
12+
"Abbrev": "ISO 8879:1986",
13+
"GlossDef": {
14+
"para": "A meta-markup language, used to create markup languages such as DocBook.",
15+
"GlossSeeAlso": ["GML", "XML"]
16+
},
17+
"GlossSee": "markup"
18+
}
19+
}
20+
}
21+
}
2222
}

bin/data/menu.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
{"menu": {
2-
"header": "SVG Viewer",
3-
"items": [
4-
{"id": "Open"},
5-
{"id": "OpenNew", "label": "Open New"},
6-
null,
7-
{"id": "ZoomIn", "label": "Zoom In"},
8-
{"id": "ZoomOut", "label": "Zoom Out"},
9-
{"id": "OriginalView", "label": "Original View"},
10-
null,
11-
{"id": "Quality"},
12-
{"id": "Pause"},
13-
{"id": "Mute"},
14-
null,
15-
{"id": "Find", "label": "Find..."},
16-
{"id": "FindAgain", "label": "Find Again"},
17-
{"id": "Copy"},
18-
{"id": "CopyAgain", "label": "Copy Again"},
19-
{"id": "CopySVG", "label": "Copy SVG"},
20-
{"id": "ViewSVG", "label": "View SVG"},
21-
{"id": "ViewSource", "label": "View Source"},
22-
{"id": "SaveAs", "label": "Save As"},
23-
null,
24-
{"id": "Help"},
25-
{"id": "About", "label": "About Adobe CVG Viewer..."}
26-
]
1+
{"menu": {
2+
"header": "SVG Viewer",
3+
"items": [
4+
{"id": "Open"},
5+
{"id": "OpenNew", "label": "Open New"},
6+
null,
7+
{"id": "ZoomIn", "label": "Zoom In"},
8+
{"id": "ZoomOut", "label": "Zoom Out"},
9+
{"id": "OriginalView", "label": "Original View"},
10+
null,
11+
{"id": "Quality"},
12+
{"id": "Pause"},
13+
{"id": "Mute"},
14+
null,
15+
{"id": "Find", "label": "Find..."},
16+
{"id": "FindAgain", "label": "Find Again"},
17+
{"id": "Copy"},
18+
{"id": "CopyAgain", "label": "Copy Again"},
19+
{"id": "CopySVG", "label": "Copy SVG"},
20+
{"id": "ViewSVG", "label": "View SVG"},
21+
{"id": "ViewSource", "label": "View Source"},
22+
{"id": "SaveAs", "label": "Save As"},
23+
null,
24+
{"id": "Help"},
25+
{"id": "About", "label": "About Adobe CVG Viewer..."}
26+
]
2727
}}

bin/data/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sample.json is obtained from http://code.google.com/p/json-test-suite/downloads/detail?name=sample.zip
1+
sample.json is obtained from http://code.google.com/p/json-test-suite/downloads/detail?name=sample.zip

bin/data/webapp.json

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,88 @@
1-
{"web-app": {
2-
"servlet": [
3-
{
4-
"servlet-name": "cofaxCDS",
5-
"servlet-class": "org.cofax.cds.CDSServlet",
6-
"init-param": {
7-
"configGlossary:installationAt": "Philadelphia, PA",
8-
"configGlossary:adminEmail": "[email protected]",
9-
"configGlossary:poweredBy": "Cofax",
10-
"configGlossary:poweredByIcon": "/images/cofax.gif",
11-
"configGlossary:staticPath": "/content/static",
12-
"templateProcessorClass": "org.cofax.WysiwygTemplate",
13-
"templateLoaderClass": "org.cofax.FilesTemplateLoader",
14-
"templatePath": "templates",
15-
"templateOverridePath": "",
16-
"defaultListTemplate": "listTemplate.htm",
17-
"defaultFileTemplate": "articleTemplate.htm",
18-
"useJSP": false,
19-
"jspListTemplate": "listTemplate.jsp",
20-
"jspFileTemplate": "articleTemplate.jsp",
21-
"cachePackageTagsTrack": 200,
22-
"cachePackageTagsStore": 200,
23-
"cachePackageTagsRefresh": 60,
24-
"cacheTemplatesTrack": 100,
25-
"cacheTemplatesStore": 50,
26-
"cacheTemplatesRefresh": 15,
27-
"cachePagesTrack": 200,
28-
"cachePagesStore": 100,
29-
"cachePagesRefresh": 10,
30-
"cachePagesDirtyRead": 10,
31-
"searchEngineListTemplate": "forSearchEnginesList.htm",
32-
"searchEngineFileTemplate": "forSearchEngines.htm",
33-
"searchEngineRobotsDb": "WEB-INF/robots.db",
34-
"useDataStore": true,
35-
"dataStoreClass": "org.cofax.SqlDataStore",
36-
"redirectionClass": "org.cofax.SqlRedirection",
37-
"dataStoreName": "cofax",
38-
"dataStoreDriver": "com.microsoft.jdbc.sqlserver.SQLServerDriver",
39-
"dataStoreUrl": "jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon",
40-
"dataStoreUser": "sa",
41-
"dataStorePassword": "dataStoreTestQuery",
42-
"dataStoreTestQuery": "SET NOCOUNT ON;select test='test';",
43-
"dataStoreLogFile": "/usr/local/tomcat/logs/datastore.log",
44-
"dataStoreInitConns": 10,
45-
"dataStoreMaxConns": 100,
46-
"dataStoreConnUsageLimit": 100,
47-
"dataStoreLogLevel": "debug",
48-
"maxUrlLength": 500}},
49-
{
50-
"servlet-name": "cofaxEmail",
51-
"servlet-class": "org.cofax.cds.EmailServlet",
52-
"init-param": {
53-
"mailHost": "mail1",
54-
"mailHostOverride": "mail2"}},
55-
{
56-
"servlet-name": "cofaxAdmin",
57-
"servlet-class": "org.cofax.cds.AdminServlet"},
58-
59-
{
60-
"servlet-name": "fileServlet",
61-
"servlet-class": "org.cofax.cds.FileServlet"},
62-
{
63-
"servlet-name": "cofaxTools",
64-
"servlet-class": "org.cofax.cms.CofaxToolsServlet",
65-
"init-param": {
66-
"templatePath": "toolstemplates/",
67-
"log": 1,
68-
"logLocation": "/usr/local/tomcat/logs/CofaxTools.log",
69-
"logMaxSize": "",
70-
"dataLog": 1,
71-
"dataLogLocation": "/usr/local/tomcat/logs/dataLog.log",
72-
"dataLogMaxSize": "",
73-
"removePageCache": "/content/admin/remove?cache=pages&id=",
74-
"removeTemplateCache": "/content/admin/remove?cache=templates&id=",
75-
"fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder",
76-
"lookInContext": 1,
77-
"adminGroupID": 4,
78-
"betaServer": true}}],
79-
"servlet-mapping": {
80-
"cofaxCDS": "/",
81-
"cofaxEmail": "/cofaxutil/aemail/*",
82-
"cofaxAdmin": "/admin/*",
83-
"fileServlet": "/static/*",
84-
"cofaxTools": "/tools/*"},
85-
86-
"taglib": {
87-
"taglib-uri": "cofax.tld",
1+
{"web-app": {
2+
"servlet": [
3+
{
4+
"servlet-name": "cofaxCDS",
5+
"servlet-class": "org.cofax.cds.CDSServlet",
6+
"init-param": {
7+
"configGlossary:installationAt": "Philadelphia, PA",
8+
"configGlossary:adminEmail": "[email protected]",
9+
"configGlossary:poweredBy": "Cofax",
10+
"configGlossary:poweredByIcon": "/images/cofax.gif",
11+
"configGlossary:staticPath": "/content/static",
12+
"templateProcessorClass": "org.cofax.WysiwygTemplate",
13+
"templateLoaderClass": "org.cofax.FilesTemplateLoader",
14+
"templatePath": "templates",
15+
"templateOverridePath": "",
16+
"defaultListTemplate": "listTemplate.htm",
17+
"defaultFileTemplate": "articleTemplate.htm",
18+
"useJSP": false,
19+
"jspListTemplate": "listTemplate.jsp",
20+
"jspFileTemplate": "articleTemplate.jsp",
21+
"cachePackageTagsTrack": 200,
22+
"cachePackageTagsStore": 200,
23+
"cachePackageTagsRefresh": 60,
24+
"cacheTemplatesTrack": 100,
25+
"cacheTemplatesStore": 50,
26+
"cacheTemplatesRefresh": 15,
27+
"cachePagesTrack": 200,
28+
"cachePagesStore": 100,
29+
"cachePagesRefresh": 10,
30+
"cachePagesDirtyRead": 10,
31+
"searchEngineListTemplate": "forSearchEnginesList.htm",
32+
"searchEngineFileTemplate": "forSearchEngines.htm",
33+
"searchEngineRobotsDb": "WEB-INF/robots.db",
34+
"useDataStore": true,
35+
"dataStoreClass": "org.cofax.SqlDataStore",
36+
"redirectionClass": "org.cofax.SqlRedirection",
37+
"dataStoreName": "cofax",
38+
"dataStoreDriver": "com.microsoft.jdbc.sqlserver.SQLServerDriver",
39+
"dataStoreUrl": "jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon",
40+
"dataStoreUser": "sa",
41+
"dataStorePassword": "dataStoreTestQuery",
42+
"dataStoreTestQuery": "SET NOCOUNT ON;select test='test';",
43+
"dataStoreLogFile": "/usr/local/tomcat/logs/datastore.log",
44+
"dataStoreInitConns": 10,
45+
"dataStoreMaxConns": 100,
46+
"dataStoreConnUsageLimit": 100,
47+
"dataStoreLogLevel": "debug",
48+
"maxUrlLength": 500}},
49+
{
50+
"servlet-name": "cofaxEmail",
51+
"servlet-class": "org.cofax.cds.EmailServlet",
52+
"init-param": {
53+
"mailHost": "mail1",
54+
"mailHostOverride": "mail2"}},
55+
{
56+
"servlet-name": "cofaxAdmin",
57+
"servlet-class": "org.cofax.cds.AdminServlet"},
58+
59+
{
60+
"servlet-name": "fileServlet",
61+
"servlet-class": "org.cofax.cds.FileServlet"},
62+
{
63+
"servlet-name": "cofaxTools",
64+
"servlet-class": "org.cofax.cms.CofaxToolsServlet",
65+
"init-param": {
66+
"templatePath": "toolstemplates/",
67+
"log": 1,
68+
"logLocation": "/usr/local/tomcat/logs/CofaxTools.log",
69+
"logMaxSize": "",
70+
"dataLog": 1,
71+
"dataLogLocation": "/usr/local/tomcat/logs/dataLog.log",
72+
"dataLogMaxSize": "",
73+
"removePageCache": "/content/admin/remove?cache=pages&id=",
74+
"removeTemplateCache": "/content/admin/remove?cache=templates&id=",
75+
"fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder",
76+
"lookInContext": 1,
77+
"adminGroupID": 4,
78+
"betaServer": true}}],
79+
"servlet-mapping": {
80+
"cofaxCDS": "/",
81+
"cofaxEmail": "/cofaxutil/aemail/*",
82+
"cofaxAdmin": "/admin/*",
83+
"fileServlet": "/static/*",
84+
"cofaxTools": "/tools/*"},
85+
86+
"taglib": {
87+
"taglib-uri": "cofax.tld",
8888
"taglib-location": "/WEB-INF/tlds/cofax.tld"}}}

bin/data/widget.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
{"widget": {
2-
"debug": "on",
3-
"window": {
4-
"title": "Sample Konfabulator Widget",
5-
"name": "main_window",
6-
"width": 500,
7-
"height": 500
8-
},
9-
"image": {
10-
"src": "Images/Sun.png",
11-
"name": "sun1",
12-
"hOffset": 250,
13-
"vOffset": 250,
14-
"alignment": "center"
15-
},
16-
"text": {
17-
"data": "Click Here",
18-
"size": 36,
19-
"style": "bold",
20-
"name": "text1",
21-
"hOffset": 250,
22-
"vOffset": 100,
23-
"alignment": "center",
24-
"onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
25-
}
1+
{"widget": {
2+
"debug": "on",
3+
"window": {
4+
"title": "Sample Konfabulator Widget",
5+
"name": "main_window",
6+
"width": 500,
7+
"height": 500
8+
},
9+
"image": {
10+
"src": "Images/Sun.png",
11+
"name": "sun1",
12+
"hOffset": 250,
13+
"vOffset": 250,
14+
"alignment": "center"
15+
},
16+
"text": {
17+
"data": "Click Here",
18+
"size": 36,
19+
"style": "bold",
20+
"name": "text1",
21+
"hOffset": 250,
22+
"vOffset": 100,
23+
"alignment": "center",
24+
"onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
25+
}
2626
}}

bin/encodings/utf8.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{
2-
"en":"I can eat glass and it doesn't hurt me.",
3-
"zh-Hant":"我能吞下玻璃而不傷身體。",
4-
"zh-Hans":"我能吞下玻璃而不伤身体。",
5-
"ja":"私はガラスを食べられます。それは私を傷つけません。",
6-
"ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
1+
{
2+
"en":"I can eat glass and it doesn't hurt me.",
3+
"zh-Hant":"我能吞下玻璃而不傷身體。",
4+
"zh-Hans":"我能吞下玻璃而不伤身体。",
5+
"ja":"私はガラスを食べられます。それは私を傷つけません。",
6+
"ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
77
}

bin/encodings/utf8bom.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{
2-
"en":"I can eat glass and it doesn't hurt me.",
3-
"zh-Hant":"我能吞下玻璃而不傷身體。",
4-
"zh-Hans":"我能吞下玻璃而不伤身体。",
5-
"ja":"私はガラスを食べられます。それは私を傷つけません。",
6-
"ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
1+
{
2+
"en":"I can eat glass and it doesn't hurt me.",
3+
"zh-Hant":"我能吞下玻璃而不傷身體。",
4+
"zh-Hans":"我能吞下玻璃而不伤身体。",
5+
"ja":"私はガラスを食べられます。それは私を傷つけません。",
6+
"ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
77
}

0 commit comments

Comments
 (0)