-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtagFile.tg
More file actions
480 lines (436 loc) · 11.3 KB
/
Copy pathtagFile.tg
File metadata and controls
480 lines (436 loc) · 11.3 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
{
tag: pages/home
template: templates/page.pt
part: content/pages/home.pt
id: pages_home
title: Home
}
{
tag: pages/projects
template: templates/page.pt
part: content/pages/projects.pt
id: pages_projects
title: Projects
}
{
tag: pages/projects/sac
template: templates/page.pt
part: content/pages/projects/sac.pt
id: pages_projects_sac
title: Southern Arm Control
}
{
tag: pages/projects/sac/structure
template: templates/page.pt
part: content/pages/projects/sac/structure.pt
id: pages_projects_sac_structure
title: Structure
}
{
tag: pages/projects/sac/ik
template: templates/page.pt
part: content/pages/projects/sac/ik.pt
id: pages_projects_sac_ik
title: Inverse Kinematics
}
{
tag: pages/projects/sac/install
template: templates/page.pt
part: content/pages/projects/sac/install.pt
id: pages_projects_sac_install
title: Installation
}
{
tag: pages/projects/sac/install/latest
template: templates/page.pt
part: content/pages/projects/sac/install/latest.pt
id: pages_projects_sac_install_latest
title: Latest
}
{
tag: pages/projects/sac/install/lunar
template: templates/page.pt
part: content/pages/projects/sac/install/lunar.pt
id: pages_projects_sac_install_lunar
title: Lunar
}
{
tag: pages/projects/sac/install/kinetic
template: templates/page.pt
part: content/pages/projects/sac/install/kinetic.pt
id: pages_projects_sac_install_kinetic
title: Kinetic
}
{
tag: pages/projects/sac/building
template: templates/page.pt
part: content/pages/projects/sac/building.pt
id: pages_projects_sac_building
title: Building
}
{
tag: pages/projects/sac/running
template: templates/page.pt
part: content/pages/projects/sac/running.pt
id: pages_projects_sac_running
title: Running
}
{
tag: pages/projects/sac/design
template: templates/page.pt
part: content/pages/projects/sac/design.pt
id: pages_projects_sac_design
title: Design Guidlines
}
{
tag: pages/projects/sac/contributing
template: templates/page.pt
part: content/pages/projects/sac/contributing.pt
id: pages_projects_sac_contributing
title: Contributing
}
{
tag: pages/projects/sac/issues
template: templates/page.pt
part: content/pages/projects/sac/issues.pt
id: pages_projects_sac_issues
title: Known Issues
}
{
tag: pages/projects/sac/downloads
template: templates/page.pt
part: content/pages/projects/sac/downloads.pt
id: pages_projects_sac_downloads
title: Downloads
}
{
tag: pages/projects/cc
template: templates/page.pt
part: content/pages/projects/cc.pt
id: pages_projects_cc
title: CraigCode1010
}
{
tag: pages/projects/htmlsmash
template: templates/page.pt
part: content/pages/projects/htmlsmash.pt
id: pages_projects_htmlsmash
title: HTMLsmash
}
{
tag: pages/projects/htmlsmash/installandrun
template: templates/page.pt
part: content/pages/projects/htmlsmash/installandrun.pt
id: pages_projects_htmlsmash_installandrun
title: Install & Run
}
{
tag: pages/projects/htmlsmash/setup
template: templates/page.pt
part: content/pages/projects/htmlsmash/setup.pt
id: pages_projects_htmlsmash_setup
title: Smash Setup
}
{
tag: pages/projects/htmlsmash/contributing
template: templates/page.pt
part: content/pages/projects/htmlsmash/contributing.pt
id: pages_projects_htmlsmash_contributing
title: Contributing
}
{
tag: pages/about
template: templates/page.pt
part: content/pages/about.pt
id: pages_about
title: About
}
{
tag: pages/rand
template: templates/page.pt
part: content/pages/rand.pt
id: pages_rand
title: Rand()
}
{
tag: menus/home
template: templates/menu_item.pt
part: None
sub_class:
page_link: 'pages_home'
menu_link: null
menu_link_level: 0
h_size: 2
text: Home
}
{
tag: menus/projects
template: templates/menu_item.pt
part: None
sub_class:
page_link: 'pages_projects'
menu_link: 'menus_projects'
menu_link_level: 0
h_size: 2
text: Projects
}
{
tag: menus/projects/sac
template: templates/menu_item.pt
part: None
sub_class: sub-topic
page_link: 'pages_projects_sac'
menu_link: 'menus_projects_sac'
menu_link_level: 1
h_size: 3
text: Southern Arm<br/>Control
}
{
tag: menus/projects/sac/structure
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_structure'
menu_link: null
menu_link_level: 2
h_size: 4
text: Structure
}
{
tag: menus/projects/sac/ik
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_ik'
menu_link: null
menu_link_level: 2
h_size: 4
text: Inverse Kinematics
}
{
tag: menus/projects/sac/install
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_install'
menu_link: 'menus_projects_sac_install'
menu_link_level: 2
h_size: 4
text: Installation and<br/>Upgrading
}
{
tag: menus/projects/sac/install/latest
template: templates/menu_item.pt
part: None
sub_class: sub-sub-sub-topic
page_link: 'pages_projects_sac_install_latest'
menu_link: null
menu_link_level: 3
h_size: 5
text: Latest
}
{
tag: menus/projects/sac/install/lunar
template: templates/menu_item.pt
part: None
sub_class: sub-sub-sub-topic
page_link: 'pages_projects_sac_install_lunar'
menu_link: null
menu_link_level: 3
h_size: 5
text: Lunar
}
{
tag: menus/projects/sac/install/kinetic
template: templates/menu_item.pt
part: None
sub_class: sub-sub-sub-topic
page_link: 'pages_projects_sac_install_kinetic'
menu_link: null
menu_link_level: 3
h_size: 5
text: Kinetic
}
{
tag: menus/projects/sac/building
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_building'
menu_link: null
menu_link_level: 2
h_size: 4
text: Building
}
{
tag: menus/projects/sac/running
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_running'
menu_link: null
menu_link_level: 2
h_size: 4
text: Running
}
{
tag: menus/projects/sac/design
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_design'
menu_link: null
menu_link_level: 2
h_size: 4
text: Design
}
{
tag: menus/projects/sac/contributing
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_contributing'
menu_link: null
menu_link_level: 2
h_size: 4
text: Contributing
}
{
tag: menus/projects/sac/issues
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_issues'
menu_link: null
menu_link_level: 2
h_size: 4
text: Known Issues
}
{
tag: menus/projects/sac/downloads
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_sac_downloads'
menu_link: null
menu_link_level: 2
h_size: 4
text: Downloads
}
{
tag: menus/projects/cc
template: templates/menu_item.pt
part: None
sub_class: sub-topic
page_link: 'pages_projects_cc'
menu_link: null
menu_link_level: 1
h_size: 3
text: CraigCode1010
}
{
tag: menus/projects/htmlsmash
template: templates/menu_item.pt
part: None
sub_class: sub-topic
page_link: 'pages_projects_htmlsmash'
menu_link: 'menus_projects_htmlsmash'
menu_link_level: 1
h_size: 3
text: htmlSmash
}
{
tag: menus/projects/htmlsmash/installandrun
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_htmlsmash_installandrun'
menu_link: null
menu_link_level: 2
h_size: 4
text: Install & Run
}
{
tag: menus/projects/htmlsmash/setup
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_htmlsmash_setup'
menu_link: null
menu_link_level: 2
h_size: 4
text: Smash Setup
}
{
tag: menus/projects/htmlsmash/contributing
template: templates/menu_item.pt
part: None
sub_class: sub-sub-topic
page_link: 'pages_projects_htmlsmash_contributing'
menu_link: null
menu_link_level: 2
h_size: 4
text: Contributing
}
{
tag: menus/about
template: templates/menu_item.pt
part: None
sub_class:
page_link: 'pages_about'
menu_link: null
menu_link_level: 0
h_size: 2
text: About
}
{
tag: menus/rand
template: templates/menu_item.pt
part: None
sub_class:
page_link: 'pages_rand'
menu_link: 'menus_rand'
menu_link_level: 0
h_size: 2
text: Rand()
}
{
tag: scripts/js/circuit
template: templates/script_javascript.pt
part: content/scripts/js/circuit.js
}
{
tag: scripts/js/brain
template: templates/script_javascript.pt
part: content/scripts/js/brain.js
}
{
tag: scripts/js/navigation
template: templates/script_javascript.pt
part: content/scripts/js/navigation.js
}
{
tag: scripts/css/main
template: templates/script_css.pt
part: content/scripts/css/main.css
}
{
tag: scripts/css/navigation
template: templates/script_css.pt
part: content/scripts/css/navigation.css
}
{
tag: scripts/css/header
template: templates/script_css.pt
part: content/scripts/css/header.css
}
{
tag: scripts/css/content
template: templates/script_css.pt
part: content/scripts/css/content.css
}
{
tag: scripts/css/footer
template: templates/script_css.pt
part: content/scripts/css/footer.css
}