reviser 0.0.3 → 0.0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,489 +0,0 @@
1
- /*!
2
- Results Style Sheet for the W3C Markup Validation Service.
3
-
4
- Copyright 1999-2012 W3C (MIT, INRIA, Keio). All Rights Reserved.
5
- See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
6
- */
7
-
8
- div#results_container {
9
- margin: 2em;
10
- }
11
- div#results_container ul li {
12
- list-style-type: disc;
13
- margin-left: 1em;
14
- }
15
- div#results_container ul {
16
- margin-left: 1.5em;
17
- margin-right: 1.5em;
18
- }
19
-
20
-
21
- div#results_container ul.navbar {
22
- border-top: 1px solid #DCDDE0;
23
- border-bottom: 1px solid #DCDDE0;
24
- text-align: center;
25
- margin: 0 0 2em 0;
26
- padding: .5em;
27
- }
28
- div#results_container ul.navbar span {
29
- display: none;
30
- }
31
-
32
- div#results_container ul.navbar a:link, div#results_container ul.navbar a:visited {
33
- color: #365D95;
34
- text-decoration: none;
35
- margin-right: 1em;
36
- margin-left: 1em;
37
- }
38
-
39
- div#results_container ul.navbar a:hover, div#results_container ul.navbar a:active {
40
- color: #1f2126;
41
- text-decoration: underline;
42
- margin-right: 1em;
43
- margin-left: 1em;
44
- }
45
-
46
- div#results_container ul.navbar li {
47
- display: inline;
48
- }
49
-
50
- .input {
51
- color: black;
52
- background-color: #EAEBEE;
53
- font-family: "Bitstream Vera Sans Mono", monospace;
54
- font-size: small;
55
- }
56
-
57
- /* Various Bits of the Table Header */
58
- /*
59
- */
60
-
61
- p.revalidate_instructions {
62
- font-size: small;
63
- font-style: italic;
64
- margin: .5em .5em 0 1em;
65
- }
66
-
67
- fieldset#revalidate_opts {
68
- margin: 0;
69
- padding:0;
70
- border: 1px solid #ccc;
71
- padding-bottom: 1em;
72
- padding-left: .5em;
73
- margin-top: 1em;
74
- clear: left;
75
- }
76
-
77
- fieldset#revalidate_opts,
78
- fieldset#revalidate_opts label,
79
- fieldset#revalidate_opts p,
80
- fieldset#revalidate_opts div,
81
- fieldset#revalidate_opts a {
82
- background-color: #fcfcfc;
83
-
84
- }
85
-
86
- fieldset#revalidate_opts legend {
87
- /* margin-top: 1.8em;
88
- */ background-color: #eaebee;
89
- padding: .5em;
90
- border: 1px solid #ccc;
91
- }
92
-
93
- fieldset#revalidate_opts p.moreinfo {
94
- padding: 10px;
95
- margin-top: .3em;
96
- float: left;
97
- width: 20em;
98
- font-size: x-small;
99
- margin-bottom: 0;
100
- }
101
-
102
- div#revalidate_button {
103
- float: right; width: 6em;
104
- padding-right: 3.5em !important;
105
- }
106
-
107
- table.header {
108
- clear: both;
109
- width: 100%;
110
- margin-top: 0;
111
- padding-top: 0;
112
- }
113
-
114
- div#results_container table {
115
- border-collapse: collapse;
116
- border-right: 1px solid #ccc;
117
- }
118
- div#results_container table td, div#results_container table th{
119
- border-top: 0px solid #ddd;
120
- border-bottom: 1px solid #ccc;
121
- border-left: 1px solid #EAEBEE;
122
- padding: .4em;
123
- text-indent: .5em;
124
- border-collapse: collapse;
125
- }
126
- div#results_container table th {
127
- background-color: #EAEBEE;
128
- color: #11111A;
129
- border-right: 1px solid #ccc;
130
- font-weight: bold;
131
- font-size: 1em;
132
- }
133
-
134
- div#results_container table th label {
135
- background-color: #EAEBEE;
136
- color: #11111A;
137
- font-weight: bold;
138
- font-size: 1em;
139
- }
140
-
141
- div#results_container table {
142
- margin-bottom: .5em;
143
- border-collapse: collapse;
144
- border-right: 1px solid #ccc;
145
- }
146
-
147
- div#results_container td, div#results_container th {
148
- border-top: 0px solid #ddd;
149
- border-bottom: 1px solid #ccc;
150
- border-left: 1px solid #EAEBEE;
151
- border-collapse: collapse;
152
-
153
- }
154
- div#results_container th {
155
- background-color: #EAEBEE;
156
- color: #11111A;
157
- border-right: 1px solid #ccc;
158
- }
159
-
160
-
161
- fieldset#revalidate_opts table.header {
162
- margin-top: .5em;
163
- }
164
-
165
- fieldset#revalidate_opts table.header, fieldset#revalidate_opts table.header td, fieldset#revalidate_opts table.header tr {
166
- border: 0;
167
- }
168
- fieldset#revalidate_opts div#revalidate_button input {
169
- background-color: #EAEBEE;
170
- color: #365D95;
171
- padding: .3em 1em;
172
- border: 1px outset #ccc;
173
- }
174
- fieldset#revalidate_opts div#revalidate_button input:active {
175
- border-style: inset !important;
176
- }
177
-
178
- /* Error Messages Display */
179
- /*
180
- */
181
-
182
- /* "Fatal" warnings... */
183
-
184
- ol#warnings, ol#error_loop, ol#fatal-errors {
185
- margin-left: 0 !important;
186
- margin-right: 0 !important;
187
- }
188
-
189
- ol li.msg_info, ol li.msg_warn, ol li.msg_err {
190
- border: 1px solid #EAEBEE;
191
- border-top: 0;
192
- list-style-position: inside;
193
- padding: 1em;
194
- padding-bottom: 2em;
195
- clear: both;
196
- }
197
-
198
- ol li.msg_info:hover, ol li.msg_warn:hover, ol li.msg_err:hover,
199
- ol li.msg_info:hover *, ol li.msg_warn:hover *, ol li.msg_err:hover * {
200
- background-color: #fcfcfc;
201
-
202
- }
203
-
204
- ol#warnings, ol#error_loop, ol#fatal-errors {
205
- padding:0;
206
- border-top: 1px solid #EAEBEE;
207
- }
208
-
209
- ol#warnings li ul li, ol#error_loop ul li, ol#error_loop p, ol#warnings p {
210
- line-height: 135%;
211
- margin-bottom: .65em;
212
- /*margin-right: 2em;*/
213
- }
214
-
215
- li span.err_type img {
216
- width: 1.2em;
217
- height: 1.2em;
218
- padding-bottom: .2em;
219
- vertical-align: middle;
220
- }
221
-
222
- /*
223
- li.msg_info span.err_type{
224
- background-color: #888;
225
- padding: .1em .5em;
226
- color: white;
227
- font-size: smaller;
228
- }
229
-
230
- li.msg_warn span.err_type{
231
- padding: .1em .5em;
232
- background-color: #FA9084;
233
- color: #333;
234
- font-size: smaller;
235
- }
236
-
237
- li.msg_err span.err_type{
238
- padding: .1em .5em;
239
- background-color: #D23D24;
240
- color:white;
241
- font-size: smaller;
242
- }
243
- */
244
- .msg {
245
- font-weight: bold;
246
- line-height: 130%;
247
- }
248
-
249
- li.msg_info span.msg { /* these messages are not errors */
250
- font-weight: normal !important;
251
- }
252
-
253
- .ve {
254
- font-size: smaller;
255
- padding: 0;
256
- width: 100%;
257
- }
258
-
259
- .ve p {
260
- line-height: 110%;
261
- margin: 1ex 5em 1ex 1em;
262
- text-align: justify;
263
- }
264
-
265
- /* no Helpwanted, hence giving it a bit of space instead */
266
- li.msg_info {
267
- padding-bottom: 2em;
268
- }
269
-
270
- p.helpwanted {
271
- padding: 0;
272
- margin: 0;
273
- margin-top: 0em;
274
- color: #888;
275
- text-align: left;
276
- float: right;
277
- width: 20px;
278
- font-weight: bold;
279
- position: relative;
280
- left: 0;
281
- top: -3em;
282
- }
283
-
284
- li.grouped p.helpwanted {
285
- top: -1em;
286
- }
287
-
288
- p.helpwanted a {
289
- color: #88f;
290
- text-decoration: none;
291
- }
292
-
293
- code.input {
294
- margin-bottom: 2ex;
295
- }
296
-
297
- code.input strong {
298
- color: red;
299
- padding-left: .5ex;
300
- padding-right: .5ex;
301
- font-weight: bolder;
302
- }
303
-
304
-
305
- /* Source Code Display */
306
- /*
307
- */
308
- #source ol {
309
- font-family: "Bitstream Vera Sans Mono", monospace;
310
- font-size: smaller;
311
- background: #EAEBEE;
312
- border: 1px solid black;
313
- margin-top: 1em;
314
- list-style-position: inside;
315
- list-style-type: decimal;
316
- }
317
- #source ol li {
318
- margin: .5em 1em;
319
- background-color: #EAEBEE;
320
- line-height: 150%;
321
- }
322
-
323
- #source ol li a {
324
- color: inherit;
325
- background-color: transparent;
326
- text-decoration: none;
327
- }
328
-
329
- pre.source {
330
- font-family: "Bitstream Vera Sans Mono", monospace;
331
- border: 1px solid black;
332
- background: #EAEBEE;
333
- margin: 1em;
334
- padding: 1em;
335
- overflow: scroll;
336
- font-size: smaller;
337
- }
338
-
339
- /* Style for non-parser warnings. */
340
- /*
341
- */
342
-
343
- ul#warnings {
344
- padding: 0;
345
- }
346
-
347
-
348
-
349
- th {
350
- padding-right: .5em;
351
- text-align: right;
352
- vertical-align: middle;
353
- white-space: nowrap;
354
- }
355
-
356
- td {
357
- text-align: left;
358
- padding-left: .5em;
359
- }
360
-
361
- .info {
362
- color: black;
363
- background: white;
364
- border-color: gray;
365
- }
366
-
367
- .warning {
368
- color: black;
369
- background: silver;
370
- border-color: gray;
371
- }
372
-
373
- .error {
374
- color: black;
375
- background: yellow;
376
- border-color: black;
377
- }
378
-
379
- .fatal h2 {
380
- color: black;
381
- background: red;
382
- border: solid black 1px;
383
- }
384
-
385
- div#result {
386
- clear: left;
387
- padding-top: 1em;
388
- }
389
-
390
- form { margin:0 !important; padding: 0 !important; }
391
-
392
- h2.valid, h2.invalid, h2.tentative_valid {
393
- text-align: center;
394
- margin: 0;
395
- font-family: "Bitstream Vera Sans", sans-serif;
396
- font-size: 1.3em;
397
- font-weight: 500;
398
- font-style: normal;
399
- text-decoration: none;
400
- word-spacing: normal;
401
- letter-spacing: normal;
402
- text-transform: none;
403
- border-color: black;
404
- padding-top: .2em;
405
- padding-bottom: .2em;
406
- }
407
- /* the default color of the headings is green now,
408
- but we want to use it only for "congratulations"
409
- and stick to a neutral color for other headings */
410
-
411
- h3, h4 {
412
- color: #777 !important;
413
- }
414
-
415
- h3#congrats {
416
- color: #690 !important;
417
- }
418
-
419
- .valid, .valid strong {
420
- background-color: #55B05A;
421
- color: white;
422
- }
423
-
424
- .tentative_valid, .tentative_valid strong {
425
- /* we could use a different color than for "valid" */
426
- /* background-color: #888; */
427
- /* ... or simply use the same */
428
- background: #55B05A;
429
- color: white;
430
- }
431
-
432
- .invalid, .invalid strong {
433
- background-color: #D23D24 !important;
434
- color: white !important;
435
- }
436
-
437
- td.valid {
438
- background-color: white;
439
- color: #55B05A;
440
- }
441
-
442
- strong.has_warnings {
443
- font-weight:bold;
444
- color:#CFAC08;
445
- background-color: white;
446
- }
447
- td.invalid, h3.invalid
448
- {
449
- color: #D23D24 !important;
450
- background-color: white !important;
451
- }
452
-
453
- img.inline-badge {
454
- float: left;
455
- padding: 10px;
456
- margin-left: 3em;
457
- }
458
-
459
- pre.badgeSnippet {
460
- margin-left: 108px !important; /* give room to the image */
461
- padding-left: 3em;
462
- font-size: x-small;
463
- color: #777;
464
- margin-bottom: 2em;
465
- }
466
-
467
- p.backtop {
468
- color: #bbc;
469
- font-size: x-small;
470
- padding-right: 0 !important;
471
- margin: 1em 0 !important;
472
- text-transform: uppercase;
473
- font-weight: bold;
474
- padding-top: .3em;
475
- text-align: right;
476
- border-top: 1px solid #eef;
477
- clear: both;
478
- }
479
-
480
- p.backtop a:link, p.backtop a:hover, p.backtop a:visited {
481
- color: #bbc;
482
- text-decoration: none;
483
- }
484
-
485
- /* document outline */
486
- pre.outline {
487
- line-height: 160%;
488
- padding-left: 1.5em;
489
- }
@@ -1,19 +0,0 @@
1
- 62 18
2
- **************************************************************
3
- * * * * * *
4
- * * * * * ****** * *
5
- E ********** ****** ***** ******************* *******
6
- * * * * * * S
7
- ******* ******* ************************** *********** ***
8
- * * * * * * * *
9
- * ******* * * * * * **************** * *
10
- * * * ** ****** * * * * * *
11
- * * *** * * * ***** ********** *
12
- * * * * * * * ******************
13
- * ** ****** * *** *** * * * * * *
14
- * * * * * *** ***************************** *
15
- * * * *********** * * * * * *
16
- * * * *** **** * * * * * * S
17
- *********** ***** ** * ********* * ********** *
18
- * * * * * *
19
- ***E**********************************************************
data/res/labys/test.txt DELETED
@@ -1,3 +0,0 @@
1
- Pour les tests, nous avons tester les différentes possibilités pour la position des entrées et des sorties.
2
- Nous avons aussi testé plusieurs sorties et/ou plusieurs entrées pour voir s'il prenait bien la plus courte distance entre l'entrée et la sortie.
3
- Le test avec un labyrinthe sans sortie à était fait, ainsi que sans entrée.
data/res/labys/yoda.txt DELETED
@@ -1,19 +0,0 @@
1
- 65 18
2
- *****************************************************************
3
- S ____ *
4
- ********* _.' : `._ *
5
- * * .-.'`. ; .'`.-. *
6
- * * __ / : ___\ ; /___ ; \ __ *
7
- * * ,'_ ""=-.:__;".-.";: :".-.":__;.-="" _`, *
8
- * * :' `.t""=-.. '<@.`;_ ',@:` ..-=""j.' `; *
9
- * * `:-.._J '-.-'L__ `-.-' L_..-;' *
10
- * "-.__ ; .-" "-. : __.-" *
11
- * * L ' /.======.\ ' J *
12
- * * "-. "__" .-" *
13
- * * __.l"-:_JL_;-";.__ *
14
- * * .-j/'.; ;"""" / .'\"-. *
15
- * * .' /:`. "-.: .-" .'; `. *
16
- * ******** .-" / ; "-. "-..-" .-" : "-. *
17
- * * .+"-. : : "-.__.-" ;-._ \ *
18
- * * ; \ `.; ; : : "+. ; *
19
- **********E******************************************************