-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathscript.js
More file actions
196 lines (177 loc) · 10.2 KB
/
script.js
File metadata and controls
196 lines (177 loc) · 10.2 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
/*jslint browser: true, indent: 2 */
/*global majaX, tinyosf, osfExportModules, Diff_match_patch */
var mode = 'html',
displaySource = false,
escapeHtmlEntities;
tinyosf.includetags = undefined;
if (escapeHtmlEntities === undefined) {
escapeHtmlEntities = function (text) {
"use strict";
return text.replace(/[\u00A0-\u2666<>\&]/g, function (c) {
return '&' + (escapeHtmlEntities.entityTable[c.charCodeAt(0)] || '#' + c.charCodeAt(0)) + ';';
});
};
escapeHtmlEntities.entityTable = {34: 'quot', 38: 'amp', 39: 'apos', 60: 'lt', 62: 'gt', 160: 'nbsp', 161: 'iexcl', 162: 'cent', 163: 'pound', 164: 'curren', 165: 'yen', 166: 'brvbar', 167: 'sect', 168: 'uml', 169: 'copy', 170: 'ordf', 171: 'laquo', 172: 'not', 173: 'shy', 174: 'reg', 175: 'macr', 176: 'deg', 177: 'plusmn', 178: 'sup2', 179: 'sup3', 180: 'acute', 181: 'micro', 182: 'para', 183: 'middot', 184: 'cedil', 185: 'sup1', 186: 'ordm', 187: 'raquo', 188: 'frac14', 189: 'frac12', 190: 'frac34', 191: 'iquest', 192: 'Agrave', 193: 'Aacute', 194: 'Acirc', 195: 'Atilde', 196: 'Auml', 197: 'Aring', 198: 'AElig', 199: 'Ccedil', 200: 'Egrave', 201: 'Eacute', 202: 'Ecirc', 203: 'Euml', 204: 'Igrave', 205: 'Iacute', 206: 'Icirc', 207: 'Iuml', 208: 'ETH', 209: 'Ntilde', 210: 'Ograve', 211: 'Oacute', 212: 'Ocirc', 213: 'Otilde', 214: 'Ouml', 215: 'times', 216: 'Oslash', 217: 'Ugrave', 218: 'Uacute', 219: 'Ucirc', 220: 'Uuml', 221: 'Yacute', 222: 'THORN', 223: 'szlig', 224: 'agrave', 225: 'aacute', 226: 'acirc', 227: 'atilde', 228: 'auml', 229: 'aring', 230: 'aelig', 231: 'ccedil', 232: 'egrave', 233: 'eacute', 234: 'ecirc', 235: 'euml', 236: 'igrave', 237: 'iacute', 238: 'icirc', 239: 'iuml', 240: 'eth', 241: 'ntilde', 242: 'ograve', 243: 'oacute', 244: 'ocirc', 245: 'otilde', 246: 'ouml', 247: 'divide', 248: 'oslash', 249: 'ugrave', 250: 'uacute', 251: 'ucirc', 252: 'uuml', 253: 'yacute', 254: 'thorn', 255: 'yuml', 402: 'fnof', 913: 'Alpha', 914: 'Beta', 915: 'Gamma', 916: 'Delta', 917: 'Epsilon', 918: 'Zeta', 919: 'Eta', 920: 'Theta', 921: 'Iota', 922: 'Kappa', 923: 'Lambda', 924: 'Mu', 925: 'Nu', 926: 'Xi', 927: 'Omicron', 928: 'Pi', 929: 'Rho', 931: 'Sigma', 932: 'Tau', 933: 'Upsilon', 934: 'Phi', 935: 'Chi', 936: 'Psi', 937: 'Omega', 945: 'alpha', 946: 'beta', 947: 'gamma', 948: 'delta', 949: 'epsilon', 950: 'zeta', 951: 'eta', 952: 'theta', 953: 'iota', 954: 'kappa', 955: 'lambda', 956: 'mu', 957: 'nu', 958: 'xi', 959: 'omicron', 960: 'pi', 961: 'rho', 962: 'sigmaf', 963: 'sigma', 964: 'tau', 965: 'upsilon', 966: 'phi', 967: 'chi', 968: 'psi', 969: 'omega', 977: 'thetasym', 978: 'upsih', 982: 'piv', 8226: 'bull', 8230: 'hellip', 8242: 'prime', 8243: 'Prime', 8254: 'oline', 8260: 'frasl', 8472: 'weierp', 8465: 'image', 8476: 'real', 8482: 'trade', 8501: 'alefsym', 8592: 'larr', 8593: 'uarr', 8594: 'rarr', 8595: 'darr', 8596: 'harr', 8629: 'crarr', 8656: 'lArr', 8657: 'uArr', 8658: 'rArr', 8659: 'dArr', 8660: 'hArr', 8704: 'forall', 8706: 'part', 8707: 'exist', 8709: 'empty', 8711: 'nabla', 8712: 'isin', 8713: 'notin', 8715: 'ni', 8719: 'prod', 8721: 'sum', 8722: 'minus', 8727: 'lowast', 8730: 'radic', 8733: 'prop', 8734: 'infin', 8736: 'ang', 8743: 'and', 8744: 'or', 8745: 'cap', 8746: 'cup', 8747: 'int', 8756: 'there4', 8764: 'sim', 8773: 'cong', 8776: 'asymp', 8800: 'ne', 8801: 'equiv', 8804: 'le', 8805: 'ge', 8834: 'sub', 8835: 'sup', 8836: 'nsub', 8838: 'sube', 8839: 'supe', 8853: 'oplus', 8855: 'otimes', 8869: 'perp', 8901: 'sdot', 8968: 'lceil', 8969: 'rceil', 8970: 'lfloor', 8971: 'rfloor', 9001: 'lang', 9002: 'rang', 9674: 'loz', 9824: 'spades', 9827: 'clubs', 9829: 'hearts', 9830: 'diams', 338: 'OElig', 339: 'oelig', 352: 'Scaron', 353: 'scaron', 376: 'Yuml', 710: 'circ', 732: 'tilde', 8194: 'ensp', 8195: 'emsp', 8201: 'thinsp', 8204: 'zwnj', 8205: 'zwj', 8206: 'lrm', 8207: 'rlm', 8211: 'ndash', 8212: 'mdash', 8216: 'lsquo', 8217: 'rsquo', 8218: 'sbquo', 8220: 'ldquo', 8221: 'rdquo', 8222: 'bdquo', 8224: 'dagger', 8225: 'Dagger', 8240: 'permil', 8249: 'lsaquo', 8250: 'rsaquo', 8364: 'euro'};
}
function loadOSFexamples(e) {
"use strict";
var url,
filename,
buttons,
shownotes,
i;
filename = e.getAttribute('data-file');
url = './osf_examples/' + filename + '.osf.txt';
/*jslint unparam: true */
majaX({'url': url},
function (resp, ajax) {
document.getElementById('OSF').innerHTML = '<!--' + "\n" + ajax.responseText + "\n" + '-->';
shownotes = tinyosf.Export(tinyosf.Parser(tinyosf.htmldecode(document.getElementById('OSF').innerHTML)), osfExportModules[mode]);
document.getElementById('parsed').innerHTML = shownotes;
displaySource = false;
});
buttons = document.getElementById('files').getElementsByTagName('span');
for (i = 0; i < buttons.length; i += 1) {
if (buttons[i].getAttribute('data-file') === filename) {
buttons[i].className = 'baf blue';
} else {
buttons[i].className = 'baf grey bluehover';
}
}
return false;
}
function changeExportSetting(e) {
"use strict";
var setting = e.getAttribute('data-mode');
if (setting === 'preview' && displaySource) {
document.getElementById('parsed').innerHTML = tinyosf.htmldecode(document.getElementById('parsed').innerHTML);
displaySource = false;
} else if (setting === 'source' && !displaySource) {
document.getElementById('parsed').innerHTML = tinyosf.htmlencode(document.getElementById('parsed').innerHTML);
displaySource = true;
} else if (setting === 'unfiltered') {
tinyosf.includetags = undefined;
} else if (setting === 'filtered') {
tinyosf.includetags = window.prompt("only include the following tags", "chapter topic section audio video link").split(" ");
}
}
var dmp = new Diff_match_patch();
function diffOSF() {
"use strict";
var text1,
text2,
ms_start,
d,
ms_end,
ds;
text1 = tinyosf.htmldecode(document.getElementById('OSF').innerHTML);
text2 = tinyosf.Export(tinyosf.Parser(tinyosf.htmldecode(document.getElementById('OSF').innerHTML)), osfExportModules.osf);
dmp.Diff_Timeout = 5;
dmp.Diff_EditCost = 8;
ms_start = (new Date()).getTime();
d = dmp.diff_main(text1, text2);
ms_end = (new Date()).getTime();
dmp.diff_cleanupEfficiency(d);
ds = dmp.diff_prettyHtml(d);
return ds + '<br/>Time: ' + (ms_end - ms_start) / 1000 + 's';
}
function generateShownotes() {
"use strict";
var shownotes, i, buttons;
if (window.location.hash.indexOf('markdown') !== -1) {
mode = 'markdown';
} else if (window.location.hash.indexOf('chapter') !== -1) {
mode = 'chapter';
} else if (window.location.hash.indexOf('mp4chaps') !== -1) {
mode = 'mp4chaps';
} else if (window.location.hash.indexOf('audacityc') !== -1) {
mode = 'audacitychapter';
} else if (window.location.hash.indexOf('audacity') !== -1) {
mode = 'audacity';
} else if (window.location.hash.indexOf('reaper') !== -1) {
mode = 'reaper';
} else if (window.location.hash.indexOf('glossary') !== -1) {
mode = 'glossary';
} else if (window.location.hash.indexOf('wikigeeks') !== -1) {
mode = 'wikigeeks';
} else if (window.location.hash.indexOf('newhtml') !== -1) {
mode = 'newhtml';
} else if (window.location.hash.indexOf('html') !== -1) {
mode = 'html';
} else if (window.location.hash.indexOf('diff') !== -1) {
mode = 'diff';
} else if (window.location.hash.indexOf('osf') !== -1) {
mode = 'osf';
} else if (window.location.hash.indexOf('json') !== -1) {
mode = 'json';
} else if (window.location.hash.indexOf('stats') !== -1) {
mode = 'stats';
} else {
mode = 'html';
}
buttons = document.getElementById('expmode').getElementsByTagName('span');
for (i = 0; i < buttons.length; i += 1) {
if (buttons[i].getAttribute('data-mode') === mode) {
buttons[i].className = 'baf blue';
} else {
buttons[i].className = 'baf grey bluehover';
}
}
buttons = document.getElementById('files').getElementsByTagName('span');
for (i = 0; i < buttons.length; i += 1) {
buttons[i].className = 'baf grey bluehover';
}
buttons = document.getElementById('source').getElementsByTagName('span');
for (i = 0; i < buttons.length; i += 1) {
buttons[i].className = 'baf grey bluehover';
}
buttons = document.getElementById('filter').getElementsByTagName('span');
for (i = 0; i < buttons.length; i += 1) {
buttons[i].className = 'baf grey bluehover';
}
if (mode === 'diff') {
shownotes = diffOSF();
} else if (mode === 'json') {
shownotes = JSON.stringify(tinyosf.Parser(tinyosf.htmldecode(document.getElementById('OSF').innerHTML)).items, null, ' ');
} else if (mode === 'stats') {
shownotes = JSON.stringify(tinyosf.Parser(tinyosf.htmldecode(document.getElementById('OSF').innerHTML)).info, null, ' ');
//shownotes = JSON.stringify(tinyosf.Export(tinyosf.Parser(tinyosf.htmldecode(document.getElementById('OSF').innerHTML)), osfExportModules[mode]), null, ' ');
} else {
shownotes = tinyosf.Export(tinyosf.Parser(tinyosf.htmldecode(document.getElementById('OSF').innerHTML)), osfExportModules[mode]);
}
if ((window.location.hash.indexOf('html') === -1) && (window.location.hash !== '')) {
document.getElementById('parsed').className = ' markdown';//.whiteSpace = 'pre';
} else {
document.getElementById('parsed').className = ' ';
}
if ((window.location.hash.indexOf('source') === -1) && (window.location.hash.indexOf('osf') === -1) && (window.location.hash.indexOf('markdown') === -1)) {
document.getElementById('OSF').style.display = 'none';
document.getElementById('parsed').innerHTML = shownotes;
} else {
document.getElementById('OSF').style.display = 'none';
document.getElementById('parsed').innerHTML = escapeHtmlEntities(shownotes);
}
}
window.onload = function () {
"use strict";
generateShownotes();
};
function changeExportMode(e) {
"use strict";
var buttons = [],
i = 0,
OSFmode = e.getAttribute('data-mode');
window.location.hash = '#' + OSFmode;
mode = OSFmode;
displaySource = false;
generateShownotes();
buttons = document.getElementById('expmode').getElementsByTagName('span');
for (i = 0; i < buttons.length; i += 1) {
if (buttons[i].getAttribute('data-mode') === OSFmode) {
buttons[i].className = 'baf blue';
} else {
buttons[i].className = 'baf grey bluehover';
}
}
return false;
}